SA-MP Forums Archive
Mysql how to change - 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 how to change (/showthread.php?tid=603883)



Mysql how to change - Profa - 28.03.2016

How do i fix this on mysql http://prntscr.com/al6kj0


Re: Mysql how to change - Golden96 - 28.03.2016

There is something wrong with your mysql_connect(), 127.0.0.1 is localhost, is the database hosted on your computer?


Re: Mysql how to change - Septikos - 29.03.2016

Make sure your local MySQL server is running. It can not find the MySQL Server, if you don't have a local MySQL server change "127.0.0.1" to the IP of your MySQL server. If you don't currently have a MySQL Server, you can download one and watch tutorials to set it up https://www.mysql.com/


Re: Mysql how to change - Profa - 29.03.2016

Ok thanks, ill try that