hi
i have a big problem with my mysql database. my db is on a server called pi1sun3, my php script with which i wanna conncet to it is on server pi1 know i make a connect with host: pi1sun3 and username and password as always. the problem now i get an error message like: "user xy@pi1 unknown" but i didnt specify a user at server pi1!!
can anyone help me with that???
You just do need this mysql_connect('yourmysqlserver','username','password');
in your case then it should be mysql_connect('pi1sun3','username','password');