Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
5.5.34, 10.0.6
-
None
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