Problem while connecting to MYSQL db - 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: Problem while connecting to MYSQL db (
/showthread.php?tid=334026)
Problem while connecting to MYSQL db -
Kirollos - 13.04.2012
Hello,
When i try to connect to MYSQL database.
i got this error:
in mysql_log.txt:
Код:
[Fri Apr 13 18:55:34 2012] Logging Started
[Fri Apr 13 18:55:34 2012] -------------------------
[Fri Apr 13 18:55:34 2012] Error (0): Failed to connect. Unknown MySQL server host 'the host name! it is a secret!!' (11001).
HELP!
I hope we get a soloution
Thanks
Edits:
Код:
EDIT1: The MYSQL plugin is made by StrickenKid
EDIT2: If you think the host or user or pass or db name is wrong. so you are wrong because i copied the host and etc from my php script and pasted it to pawno and it works in php and not in pawno? how?
Re: Problem while connecting to MYSQL db -
ColdRain - 13.04.2012
well i can help you
use
mysql_init(1);
+rep for me
Re: Problem while connecting to MYSQL db -
Kirollos - 13.04.2012
well it's already done:
Код:
new MySQL:connection = mysql_init(1);
mysql_connect("host", "user", "password", "database name", connection);