[arch-general] Fwd: Re: [arch-dev-public] MySQL 5.5
Well, I managed to get it running: install mysql (& the rest) from extra, run mysql_upgrade (ok), restart mysqld, install from testing, now mysqld restart works, but on mysql_upgrade i get : # mysql_upgrade Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck Running 'mysqlcheck' with connection arguments: '--port=3306' '-- socket=/var/run/mysqld/mysqld.sock' '--port=3306' '-- socket=/var/run/mysqld/mysqld.sock' mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect FATAL ERROR: Upgrade failed [root@beruska etc]# /etc/rc.d/mysqld restart :: Stopping MySQL Server [DONE] :: Starting MySQL Server [DONE] [root@beruska etc]# ...all config files are untouched. -- Marek Otahal :o)
On Wednesday 22 December 2010 15:35:38 Marek Otahal wrote:
Well, I managed to get it running: install mysql (& the rest) from extra, run mysql_upgrade (ok), restart mysqld, install from testing, now mysqld restart works, but on mysql_upgrade i get : Hi, did you set some password? If so, try with mysql_upgrade -p. (and with mysql running)
-- Andrea Scarpino Arch Linux Developer
participants (2)
-
Andrea Scarpino
-
Marek Otahal