mysql not connecting
#2

You must change
Код:
mysql_connect("Hostname", "Username", "Password", "Database");
With the host and database info like:
Код:
mysql_connect("127.0.0.1", "Username", "Password", "Database"); // This connect to the localhost server, and access to the DB called Database with Username , Password as credential
You can use phpMyAdmin and XAMPP to set a local server to host DB
Reply


Messages In This Thread
mysql not connecting to the Database - by Blademaster680 - 03.08.2013, 21:25
Re: mysql not connecting - by Sk1lleD - 03.08.2013, 22:37
Re: mysql not connecting - by Zex Tan - 03.08.2013, 23:48
Re: mysql not connecting - by Blademaster680 - 04.08.2013, 11:01
Re: mysql not connecting - by Sk1lleD - 04.08.2013, 11:04
Re: mysql not connecting - by Blademaster680 - 04.08.2013, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)