Hi.
I'm newbie in web programming and zimic
A friend of mine told me about zymic and I decided to try a school website in here.
I've uploaded website files and created a database but I'm getting this error:
function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /www/uuuq.com/e/m/a/emanuelvitorino/htdocs/database.php on line 8
I'm using in config file:
$NAME_DB="emanuelvitorino_menuathome";
$USER_DB="emanuelvitorino_root";
$PASS_DB="????????";
$SERVER_NAME="Localhost";
and to connect:
$this -> bd -> connect($NOME_DB,$USER_DB,$PASS_DB,$SERVER_NAME);
I don't understand the error. Can you please help me?
Thanks
Emanuel