tags 385214 + unreproducible moreinfo stop Hi
On 2006-08-29 root wrote: > It seems the update mechanism doesn't work right. When I start mysql via > /etc/init.d script i get in /var/log/syslog > > Checking for crashed MySQL tables. > Upgrading MySQL tables if necessary. > Could not find file mysql_fix_privilege_tables.sql > lease use --basedir to specify the directory where MySQL is installed This file should be in /usr/share/mysql, is it there? Also can you mail me /etc/mysql/debian-start and /etc/mysql/debian.cnf? WARNING: remove the password from the latter file before sending it. The debian.cnf should look like this, esp. with the basedir as last line. # Automatically generated for Debian scripts. DO NOT TOUCH! [client] host = localhost user = debian-sys-maint password = xxxxxxxxxxxxxxxx socket = /var/run/mysqld/mysqld.sock [mysql_upgrade] user = debian-sys-maint password = xxxxxxxxxxxxxxxx socket = /var/run/mysqld/mysqld.sock basedir = /usr bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

