mysql Problem nach installation auf FreeBSD 9.2 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: mysql Problem nach installation auf FreeBSD 9.2 (/thread-16780.html) |
mysql Problem nach installation auf FreeBSD 9.2 - kira12 - 10-28-2013 06:50 AM Hallo Leute, ich habe ispcp auf FreeBSD 9.2 installiert und das Perl-sript stoppt beim Zugriff auf mysql. User mysql und es steht im log: check_sql_connection() | Starting... check_sql_connection() | Checking MySQL server connection with the following DSN: DBI:mysql::localhost 'USER' 'PASSWORD' doSQL() | Starting... doSQL() | [ERROR] Unable to connect SQL server with current DSN: DBI:mysql::localhost 'USER' 'PASSWORD' Woran kann das liegen? Gruß ré RE: mysql Problem nach installation auf FreeBSD 9.2 - joximu - 10-29-2013 02:27 AM kenne mich mit freebsd nicht aus. gibts da auch ein mysql-log oder daemon.log? Kannst du manuell mit mysql anmelden (Kommandozeile, mysql -h localhost -u User -p oder so? Gruss J RE: mysql Problem nach installation auf FreeBSD 9.2 - kira12 - 10-29-2013 06:05 AM Hallo, der login per Konsole funktioniert. Irgendeine Abhängigkeit klappte nicht. Da habe ich ein anderes Packet installieren lassen. Installiert habe ich p5-DBD-mysql51-4.024. Leider weiß ich nicht welches Paket was war. Gefordert wurde p5-DBD-mysql4-xxxx. Gruß ré RE: mysql Problem nach installation auf FreeBSD 9.2 - joximu - 10-30-2013 12:56 AM Das dürfte die Verbindung von Perl zu MySQL sein. Aber mysql4 tönt wirklich alt... - ich denke, da muss sicher die MySQL Version mit der des MySQL Servers einigermassen übereinstimmen... Vielleicht noch MySQL konfigurieren,d ass es viel loggt - und dann nochmals testen und ggf. Hinwesie im Log sehen...??? Gruss J |