PHP Code:
cd: ./db: No such file or directory
Dort fehlt eine Verknüpfung.
PHP Code:
mysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mys ql.sock' (2)
cannot open direct sql connection to host: localhost user: mt2 db: common
cannot start server while no common sql connected
Du musst den User " mt2 " erstellen. Wie?
In Putty Einloggen. Danach gibt ihr folgendes ein.
PHP Code:
mysql -uroot -p
ein und dann wieder 2x [ENTER].
Als erstes gebt ihr
PHP Code:
grant all on *.* to root@"%" identified by "Hier euer Passwort rein.";
ein.
Die "" müssen davor und dahinter sein.
So jetzt kommt es drauf an welche Files ihr habt bei den ersten fügt ihr
PHP Code:
grant all on *.* to m2sf@"localhost" identified by "m2sf";
Bei den Anderen
PHP Code:
grant all on *.* to mt2@"localhost" identified by "mt2!@#";