Das sagt mein SQL-Logfile, wenn ich mich per MySQL authentifizieren will, was ist verkehrt ?
Apr 10 12:56:25 mod_sql/4.11[28071]: backend module 'mod_sql_mysql/4.04'
Apr 10 12:56:25 mod_sql/4.11[28071]: backend api 'mod_sql_api_v1'
Apr 10 12:56:25 mod_sql/4.11[28071]: >>> sql_getconf
Apr 10 12:56:25 mod_sql/4.11[28071]: entering mysql cmd_defineconnection
Apr 10 12:56:25 mod_sql/4.11[28071]: name: 'default'
Apr 10 12:56:25 mod_sql/4.11[28071]: user: 'ftp'
Apr 10 12:56:25 mod_sql/4.11[28071]: host: 'localhost'
Apr 10 12:56:25 mod_sql/4.11[28071]: db: 'ftpdb'
Apr 10 12:56:25 mod_sql/4.11[28071]: port: '3306'
Apr 10 12:56:25 mod_sql/4.11[28071]: ttl: '0'
Apr 10 12:56:25 mod_sql/4.11[28071]: exiting mysql cmd_defineconnection
Apr 10 12:56:25 mod_sql/4.11[28071]: entering mysql cmd_open
Apr 10 12:56:25 mod_sql/4.11[28071]: exiting mysql cmd_open
Apr 10 12:56:25 mod_sql/4.11[28071]: unrecoverable backend error
Apr 10 12:56:25 mod_sql/4.11[28071]: error: '2002'
Apr 10 12:56:25 mod_sql/4.11[28071]: message: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Schalte ich die MySQL-Auth ab, funktioniert mein FTP-Server wunderbar.