Re-installing common_schema after upgrading to MySQL 5.6_MySQL

WBOY
Lepaskan: 2016-06-01 13:13:22
asal
1311 orang telah melayarinya

After upgrading from MySQL 5.5 to 5.6, I started getting some warnings when running queries incommon_schema. For example:

<code>+---------+------+--------------------------------------------------------------------------------------------------------------------------------------------------+| Level | Code | Message|+---------+------+--------------------------------------------------------------------------------------------------------------------------------------------------+| Warning | 1109 | Unknown table 'innodb_index_stats' in information_schema || Warning | 1109 | Unknown table 'innodb_index_stats' in information_schema || Warning | 1356 | View 'common_schema.processlist_repl' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them || Warning | 1356 | View 'common_schema.processlist_top' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them|| Warning | 1356 | View 'common_schema.slave_hosts' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them|| Warning | 1356 | View 'common_schema.slave_status' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them |+---------+------+--------------------------------------------------------------------------------------------------------------------------------------------------+</code>
Salin selepas log masuk

The common_schema installer is good at accomodating whichever version of MySQL it is being installed on, but if you change that version it makes sense that common_schema needs to be re-installed. As stated in thedocumentation:

If you should upgrade your MySQL server, or enable features which were turned off during install of common_schema, the new feature set are not automatically available by common_schema, and a re-install of common_schema is required.

A re-install is easy. Here’s what I did:

<code>wget https://common-schema.googlecode.com/files/common_schema-2.2.sqlmysql --init-command="set sql_log_bin = 0;" </code>
Salin selepas log masuk

Most of the warnings went away, but I’m still getting this:

<code>+---------+------+----------------------------------------------------------+| Level | Code | Message|+---------+------+----------------------------------------------------------+| Warning | 1109 | Unknown table 'innodb_index_stats' in information_schema || Warning | 1109 | Unknown table 'innodb_index_stats' in information_schema |+---------+------+----------------------------------------------------------+</code>
Salin selepas log masuk

Apparently in MySQL 5.6 theinnodb_index_statstable has moved frominformation_schemato themysqlschema, so I submitted abug report. So far this isn’t affecting the way I use common_schema, but if it did the common_schema source code is very readable so it would probably be a simple patch.

sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan
Tentang kita Penafian Sitemap
Laman web PHP Cina:Latihan PHP dalam talian kebajikan awam,Bantu pelajar PHP berkembang dengan cepat!