MySQL?
#1

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!
Reply
#2

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
Reply
#3

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)