Hi all,
I have a problem when I run a bugzilla-container with created data volume on local host, the container and data volume are created but the mysql service couldn’t start I got errors on log:
2014-09-26 17:50:27 563 [ERROR] Fatal error: Can’t open and lock privilege tables: Table ‘mysql.user’ doesn’t exist
2014-09-26 17:50:31 588 [Warning] Using unique option prefix myisam_recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
2014-09-26 17:50:31 588 [Note] Plugin ‘FEDERATED’ is disabled.
./mysqld: Table ‘mysql.plugin’ doesn’t exist
2014-09-26 17:50:31 588 [ERROR] Can’t open the mysql.plugin table. Please run mysql_upgrade to create it.
2014-09-26 17:50:31 588 [Note] InnoDB: Using atomics to ref count buffer pool pages
But Bugzilla tables were lost to resolve this problem, I’ve created again the user and database for Bugzilla after that, I’ve executed the checksetup.pl file in order to create Bugzilla tables and set the admin user.