How to exchange MYSQL to players folder - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to exchange MYSQL to players folder (
/showthread.php?tid=526641)
How to exchange MYSQL to players folder -
NeXoR - 18.07.2014
Well, I am running an RP gamemode, And by what I understood the accounts are saved into Accounts.db (MySQL)
The weird thing that I dont have the full MySQL database package, I have only the includes
By what I understood the accounts are saved into Accounts.db which is not editable, There is a folder named "Players" and I dont know how to make the mode save players into this folder instead of the MySQL database file.
Re: How to exchange MYSQL to players folder -
Vince - 18.07.2014
.db files are SQLite, which also explains why there aren't any extra plugins. SQLite comes included with the SA-MP server package. The .db files can be explored with any SQLite database browser, like SQLite Admin.
Re: How to exchange MYSQL to players folder -
NeXoR - 19.07.2014
Quote:
Originally Posted by Vince
.db files are SQLite, which also explains why there aren't any extra plugins. SQLite comes included with the SA-MP server package. The .db files can be explored with any SQLite database browser, like SQLite Admin.
|
Thank you, What is the difference between SQLite to MySQL, And what should I better use?