Posts: 94
Threads: 22
Joined: Feb 2018
Reputation:
0
but why this?! Its a like LOADING PLUGIN MYSQL....
FAILED.
i have it in server.cfg and in plugins, what's wrong?
btw do mysql save/load player money?
can i use dini to save others money? if yes, how?
Posts: 6,242
Threads: 8
Joined: Jun 2008
24 hour bumps only. Show your server.log for a startup.
Changing plugin/method won't help you at all, as you're not addressing the issue that you don't know what you're doing.
MySQL is a language, the plugin provides option to use this.
It doesn't save anything unless it connects to a database, which I don't think you've been thinking of when you've been starting out.
Fix the MySQL plugins issue, and get yourself a SQL server setup as well.
Start with posting that server.log and maybe even the plugins line out from your server.cfg.
Posts: 6,242
Threads: 8
Joined: Jun 2008
It's a high chance that if it's on a windows machine, you are simply missing the runtimes required by the MySQL plugin.
If it's a Linux server, check the case of the plugins line against the filename, as Linux is case sensitive. This link below will not apply unless you are on Windows, Linux has other things to install.
https://sampforum.blast.hk/showthread.php?tid=606849
Check what the MySQL plugin needs, and install the runtimes you are missing. If you have 64 bit windows, you'll need to install the 32 bit, and 64 bit versions of the runtimes.
Posts: 94
Threads: 22
Joined: Feb 2018
Reputation:
0
If mysql fail load, I cant even set database?
Btw if I set database and mysql load too, it save player money?
And which other files save player monei in game?
Posts: 6,242
Threads: 8
Joined: Jun 2008
First off.... Your first issue, and ONLY real issue, is the plugin...
You don't need the plugin to make or maintain the database.
If you don't understand how to setup a server, or a MySQL server, then you need to resolve that yourself.
The issue you have, which is what you asked about, and what I've told you about is that your MySQL plugin isn't loading.
Fix the plugin, and then you'll be able to move on to fixing the database issue. After all, if you don't have the runtimes for the MySQL, simply installing them is the fix, and even though there are a lot of them, and that's likely made you not want to try (And lets face it, that's just plain stupid) it's a known fix, and a common issue for MANY people, who don't read instructions, or don't have patience to read things.
Fix it, stop avoiding it.;