Bug 31283 - mysql_upgrade не записывает mysql_upgrade_info
Summary: mysql_upgrade не записывает mysql_upgrade_info
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: mariadb (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-18 15:46 MSK by Sergey Y. Afonin
Modified: 2022-08-05 18:51 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2015-09-18 15:46:04 MSK
при попытке исполнения mysql_upgrade в конце не создаётся mysql_upgrade_info:

# mysql_upgrade
...
Phase 6/6: Running 'FLUSH PRIVILEGES'
OK
Could not create the upgrade info file '/db/mysql_upgrade_info' in the MySQL Servers datadir, errno: 2
Comment 1 Alexey Shabalin 2015-09-23 13:47:47 MSK
а на MySQL работало?
Comment 2 Sergey Y. Afonin 2015-09-25 08:24:31 MSK
Похоже, нет. По крайней мере, у 5.5.43-alt0.M70P.1 так же.
Comment 3 Alexey Shabalin 2022-08-05 18:51:11 MSK
Объезд:
# control mysqld-chroot disabled
# service mysqld restart
# mysql_upgrade
# control mysqld-chroot enabled
# service mysqld restart