MySQL Problem - 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 Problem (
/showthread.php?tid=616991)
MySQL Problem -
MrCallum - 13.09.2016
Right, I have MySQL - Xampp open, I've run Apache and MySQL Perfectly, I'm on the PhpMYAdmin and every thing seems fine. I've placed it correctly in my script.
Code:
#define mysql_host "127.0.0.1"
#define mysql_user "root"
#define mysql_password ""
#define mysql_database "brp"
Yet I get in console:
Quote:
The server has connected to the mysql datatabase.
|
Re: MySQL Problem -
Vince - 13.09.2016
And your problem is ...?
Re: MySQL Problem -
InActtive™ - 22.09.2016
What in the actual hell?
Edit:
His quote says:
Quote:
The server has connected to the mysql datatabase.
|
I don't know, if you're connected then you're connected.... Look in your MySQL.inc or something for that message and just correct it I guess?
Re: MySQL Problem -
ManGoe - 24.09.2016
Quote:
Originally Posted by InActtive™
What in the actual hell?
Edit:
His quote says:
I don't know, if you're connected then you're connected.... Look in your MySQL.inc or something for that message and just correct it I guess?
|
That isn't a guess, its the fix mate.