Bug #12556 | upgrading to 4.0.25 removed mysql user and stops server | ||
---|---|---|---|
Submitted: | 12 Aug 2005 18:04 | Modified: | 9 Sep 2005 0:44 |
Reporter: | Andrew Ircha | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.25 | OS: | Linux (Linux FC3) |
Assigned to: | CPU Architecture: | Any |
[12 Aug 2005 18:04]
Andrew Ircha
[9 Sep 2005 0:44]
MySQL Verification Team
I was unable to repeat the issue reported on Fedora Core 4. I installed 3.23.58 and upgrade to 4.0.26 without to touch the mysql user. [miguel@hegel ~]$ mysql -umysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 3.23.58 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select user(); +-----------------+ | user() | +-----------------+ | mysql@localhost | +-----------------+ 1 row in set (0.00 sec) mysql> exit Bye [miguel@hegel ~]$ uname -a Linux hegel 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 athlon i386 GNU/Linux [miguel@hegel ~]$ mysql -umysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 4.0.26-standard Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select User(); +-----------------+ | User() | +-----------------+ | mysql@localhost | +-----------------+ 1 row in set (0.00 sec)