• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Sqlite ? Mysql ? AAC

Suat Münüklü

New Member
Joined
Jul 28, 2015
Messages
4
Reaction score
0
Hello, my English is a little poor. I "crying damson 0.3.6 (8.60) V8.2" I'm putting together. Is it SQLite or MySQL Is it better? SQLite new flourishes. and website (AAC) would like to establish. but I could never find a place in the source. How do I install? Can you help? Thanks
 
Mysql is always better no matter the distro you choose, there are many tutorials on this forum on how to setup a server, aac etc, use the search on this forum, however when I am looking for a solution I find that google works best but that is just my personal preference.
 
Mysql is always better no matter the distro you choose, there are many tutorials on this forum on how to setup a server, aac etc, use the search on this forum, however when I am looking for a solution I find that google works best but that is just my personal preference.
Thank you How would you advise me to take a road?
 
You should use MySQL if you want to use a website.

If you want a guide how to setup a server, AAC and mysql you can follow this guide:
https://otland.net/threads/video-tu...king-ot-server-website-and-shop-system.166818

This guide will show you how to install/setup ZnoteAAC which can be found here:
https://github.com/Znote/ZnoteAAC

SqLite can hold as many players as a MySQL server can, difference is that SqLite can only be loaded from localhost and MySQL can be used to load database from other computer and that SqLite doesn't have support for multi importing, it has to be done separate, but that doesn't lower amount of players server can hold because it only has effect on save player part.

You can read more about MySQL vs SQLite here:
https://otland.net/threads/mysql-vs-sqlite.894/
 
Back
Top