SA-MP Forums Archive
MYSQL script won't start! - 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: MYSQL script won't start! (/showthread.php?tid=578994)



MYSQL script won't start! - kalanerik99 - 23.06.2015

Hey all
First off I would like to tell that I have the latest a_mysql.inc and mysql.dll and that .dll
When I start the server "mysql strted" doesn't show!!!!
I cant find out why!!

http://pastebin.com/h8g2yt8U


Re: MYSQL script won't start! - sheNdjze - 24.06.2015

did you put on your server.cfg:

Код:
....
plugins mysql.dll
if you running the server in localhost(your pc/vps) be sure in your pc you got installed xaamp and imported the database to localhost/phpmyadmin(on pc no password needed only the database name where you imported your database), same for vps, be sure on vps you using your mysql database password, also be sure what your vps is windows or linux if it is linux you need mysql version for linux, its a .so file same with this bring in your server.cfg mysql.so and you done...


Re: MYSQL script won't start! - kalanerik99 - 24.06.2015

Sure I have all of that but IF I put fs into GAMEMODE it starts!!
What now I haven't got problems like that before =)
And yea it my only filterscript. (NOTHING ELSE)


Re: MYSQL script won't start! - mamorunl - 24.06.2015

Did you load in the filterscript?


Re: MYSQL script won't start! - kalanerik99 - 24.06.2015

I told I have everything OK everything included and without errors


Re: MYSQL script won't start! - kalanerik99 - 24.06.2015

FIXED