MySQL? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL? (
/showthread.php?tid=524017)
MySQL? -
TheKillZone - 04.07.2014
Hello everybody, i am asking for help about a MYSQL Server. See i have the files, but yet i dont know how to use mysql or anything.. Is there some sort of editor? And do i need a server.cfg? Or is there a special host for mysql servers? Any help would be great! Thanks!
Re: MySQL? -
Inverse - 05.07.2014
Hello.
The MySQL plugins are provided here on the forums using which your gameserver can interact with a MySQL Server. The plugin comes with a library that includes PAWN functions to make queries (requests) and reading/writing to your script variables.
You need to script a saving system in your gamemode in order for MySQL to work. Tutorials are available.
You also need access to a MySQL Server where you're going to save your data. It means you need a MySQL Database. The database will include your user info and will be edit-able/manageable through a special program called "PhpMyAdmin".
The best MySQL Plugin:
https://sampforum.blast.hk/showthread.php?tid=56564
Re: MySQL? -
TheKillZone - 08.07.2014
Quote:
Originally Posted by Inverse
Hello.
The MySQL plugins are provided here on the forums using which your gameserver can interact with a MySQL Server. The plugin comes with a library that includes PAWN functions to make queries (requests) and reading/writing to your script variables.
You need to script a saving system in your gamemode in order for MySQL to work. Tutorials are available.
You also need access to a MySQL Server where you're going to save your data. It means you need a MySQL Database. The database will include your user info and will be edit-able/manageable through a special program called "PhpMyAdmin".
The best MySQL Plugin: https://sampforum.blast.hk/showthread.php?tid=56564
|
What if i have all the files, what do i need to do now? Like how to get an online hosted mysql database or whatever?