PhP mysql: account funktioniert nicht, was falsch?
ich habe einen Account für meine Seite erstellt.
mit php und mysql.
und zwar sieht mein mysql code so aus:
<?php
$mysqlhost = "localhost";
$mysqluser = "*****";
$mysqlpassword = "**********";
$mysqldb = " *****";
$con= @mysql_connect($mysqlhost,$mysqluser,$mysqlpassword);
$mysqldb1 = @mysql_select_db($mysqldb,$con);
?>
_____________________________________________
aber wenn ich das dann mit meiner seite hochlade, findet er bei meinem webhoster keinen mysql.
dann kommt immer:
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /usr/export/www/vhosts/funnetwork/hosting/thisside/index.php on line 95
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /usr/export/www/vhosts/funnetwork/hosting/thisside/index.php on line 95
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/thisside/index.php on line 96
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /usr/export/www/vhosts/funnetwork/hosting/thisside/index.php on line 114
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /usr/export/www/vhosts/funnetwork/hosting/thisside/index.php on line 1147
danke