hallo gemeinschaft
habe ein script erstellt, welches local läuft, aber online bekomme ich diese meldung
das ist zeile 76
habe ein script erstellt, welches local läuft, aber online bekomme ich diese meldung
PHP Code:
Can't connect to local MySQL server through
socket '/var/lib/mysql/mysql.sock' (13)
Warning: mysql_query(): Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (13) in /.../seite4.php on line 76
PHP Code:
$anlegen=mysql_query("update job set bild = '$bild' where id= $bildid")
Comment