Seit einiger Zeit versuche ich jedoch, MySql auf dem FreeBSD-Rooter zu installieren und auszuführen, den wir im Büro verwenden.
Ich bin ein absoluter Anfänger im Linux-Betriebssystem und weiß nicht, was bei meiner Installation schief gehen könnte. Bitte haben Sie also Geduld mit mir. Hier ist ein kopierter und eingefügter Text aus Putty. Wenn jemand ähnliche Probleme hatte, helfen Sie bitte
pppp-ac-01# uname -a
FreeBSD pppp-ac-01.robotsarajevo.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
pppp-ac-01# mysql -V
mysql Ver 14.15 Distrib 6.0.11-alpha, for portbld-freebsd6.1 (i386) using 5.0
pppp-ac-01# mysql -U root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Antwort1
Normalerweise bedeutet das nur, dass mysqld
es nicht läuft. Versuchen Sie es mit invoke-rc.d mysql start
.