Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 5.5.34, 10.0.6
-
Component/s: None
-
Labels:
Description
I tried to upgrade an older MariaDB database to the newest 10.
Somehow I forgot that it had password and found odd that mysql_upgrade didn't have the same 'transparency' that mysql (cli) has:
[root@pecas mysql]# mysql_upgrade FATAL ERROR: Upgrade failed [root@pecas mysql]# mysql_upgrade -v Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck FATAL ERROR: Upgrade failed
SQL CLI:
[root@pecas mysql]# mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Best regards,
Antonio
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Fixing patch:
http://lists.askmonty.org/pipermail/commits/2013-December/005776.html
The patch was made for 5.5, should it only be fixed in 10.0?