-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Hi,
I have installed mysql 5.7.24 on openshift 3.11 and is working fine. I am trying to create view
which internally using default table performance_schema.data_lock_waits. When I am trying to run this script it ends up with
ERROR 1146 (42S02) at line 20444: Table 'performance_schema.data_lock_waits' doesn't exist
I have seen similar issue #457 and applied the solution given, but again end up with error
mysql_upgrade -u root -p --force
Enter password:
mysql_upgrade: Got error: 1045: Access denied for user 'root'@'localhost' (using password: YES) while connecting to the MySQL server
Upgrade process encountered error and will not continue.
What I can see is data_lock_waits table is missing.
Environment:
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth SSPI Kerberos SPNEGO
Server https://xxx.xxx.xxx/
openshift v3.11.88
kubernetes v1.11.0+d4cacc0
MySQL
Your MySQL connection id is 3749
Server version: 5.7.24 MySQL Community Server (GPL)