SA-MP Forums Archive
MYSQL problem - no connection - 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 problem - no connection (/showthread.php?tid=292403)



MYSQL problem - no connection - RaydeX - 23.10.2011

I have error, when i trying to start server.

Here is it : [19] [MySQL]: [ERROR]: No connection with `raydex`!

#define HOST "localhost"
#define USER "root"
#define DB "raydex"
#define PASS "password"


Here is code (public) : http://pastebin.com/mAdq96JG


Re: MYSQL problem - no connection - JaTochNietDan - 23.10.2011

Are you sure those are the correct login credentials for your MySQL server? Have you created a database on the MySQL server called "raydex"?


Re: MYSQL problem - no connection - RaydeX - 23.10.2011

Yes, i have created that database. All is correct.