Bug #63328 | Performance_Schema fails to load | ||
---|---|---|---|
Submitted: | 19 Nov 2011 15:57 | Modified: | 19 Nov 2011 16:26 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S2 (Serious) |
Version: | 5.5.18 | OS: | Windows (7/64 bit) |
Assigned to: | CPU Architecture: | Any |
[19 Nov 2011 15:57]
Peter Laursen
[19 Nov 2011 16:00]
Valeriy Kravchuk
You say 5.5.18 while your log contains 5.5.16. Are you sure you tried to connect to the same MySQL server that you changed configuration file for?
[19 Nov 2011 16:07]
Peter Laursen
Yes I am sure taht I do not mismatch server. I have only one 5.5.x server! About the version mismatch please see this other report I just filed: http://bugs.mysql.com/bug.php?id=63329 1) The file name is "mysql-5.5.18-winx64". 'mysql_upgrade' identifies it as 5.5.18. 2) But error log and SELECT VERSION() identifies it as 5.5.16 .. but whether it is .16 or .18 is may be irrlevant for this discussion!
[19 Nov 2011 16:11]
Peter Laursen
I double checked the file position it is C:\Program Files\MySQL\MySQL Server 5.5\my.ini I attach the ini. it is trivial (created by the (old) installer) Alos I checked that I have no my.ini or my.cnf in C:\ or C:\windows
[19 Nov 2011 16:11]
Peter Laursen
my.ini
Attachment: my.ini (application/octet-stream, text), 8.71 KiB.
[19 Nov 2011 16:20]
Peter Laursen
Plase forget! SHOW VARIABLES LIKE 'basedir'; /* Variable_name Value ------------- ---------------------------------------------- basedir C:/Program Files (x86)/MySQL/MySQL Server 5.5/ */ So the problem is this (also very stupid and annying) bug http://bugs.mysql.com/bug.php?id=60830
[19 Nov 2011 16:26]
Peter Laursen
after editing the registry (correcting the damage that the 32 bit installer did to my 64 bit installation) I get SHOW VARIABLES LIKE 'basedir'; /* Variable_name Value ------------- ---------------------------------------------- basedir C:/Program Files (x86)/MySQL/MySQL Server 5.5/ */ SHOW VARIABLES LIKE 'performance_schema' /* Variable_name Value ------------------ ------ performance_schema ON */ what is much better!