mysql_upgrade.result

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· RESULT 代码 · 共 82 行

RESULT
82
字号
Run mysql_upgrade oncemysql.columns_priv                                 OKmysql.db                                           OKmysql.func                                         OKmysql.help_category                                OKmysql.help_keyword                                 OKmysql.help_relation                                OKmysql.help_topic                                   OKmysql.host                                         OKmysql.proc                                         OKmysql.procs_priv                                   OKmysql.tables_priv                                  OKmysql.time_zone                                    OKmysql.time_zone_leap_second                        OKmysql.time_zone_name                               OKmysql.time_zone_transition                         OKmysql.time_zone_transition_type                    OKmysql.user                                         OKRun it again - should say already completedThis installation of MySQL is already upgraded to VERSION, use --force if you still need to run mysql_upgradeForce should run it regardless of wether it's been run beforemysql.columns_priv                                 OKmysql.db                                           OKmysql.func                                         OKmysql.help_category                                OKmysql.help_keyword                                 OKmysql.help_relation                                OKmysql.help_topic                                   OKmysql.host                                         OKmysql.proc                                         OKmysql.procs_priv                                   OKmysql.tables_priv                                  OKmysql.time_zone                                    OKmysql.time_zone_leap_second                        OKmysql.time_zone_name                               OKmysql.time_zone_transition                         OKmysql.time_zone_transition_type                    OKmysql.user                                         OKCREATE USER mysqltest1@'%' IDENTIFIED by 'sakila';GRANT ALL ON *.* TO mysqltest1@'%';Run mysql_upgrade with password protected accountmysql.columns_priv                                 OKmysql.db                                           OKmysql.func                                         OKmysql.help_category                                OKmysql.help_keyword                                 OKmysql.help_relation                                OKmysql.help_topic                                   OKmysql.host                                         OKmysql.proc                                         OKmysql.procs_priv                                   OKmysql.tables_priv                                  OKmysql.time_zone                                    OKmysql.time_zone_leap_second                        OKmysql.time_zone_name                               OKmysql.time_zone_transition                         OKmysql.time_zone_transition_type                    OKmysql.user                                         OKDROP USER mysqltest1@'%';Run mysql_upgrade with a non existing server socketmysqlcheck: Got error: 2005: Unknown MySQL server host 'not_existing_host' (errno) when trying to connectFATAL ERROR: Upgrade failedset GLOBAL sql_mode='STRICT_ALL_TABLES,ANSI_QUOTES,NO_ZERO_DATE';mysql.columns_priv                                 OKmysql.db                                           OKmysql.func                                         OKmysql.help_category                                OKmysql.help_keyword                                 OKmysql.help_relation                                OKmysql.help_topic                                   OKmysql.host                                         OKmysql.proc                                         OKmysql.procs_priv                                   OKmysql.tables_priv                                  OKmysql.time_zone                                    OKmysql.time_zone_leap_second                        OKmysql.time_zone_name                               OKmysql.time_zone_transition                         OKmysql.time_zone_transition_type                    OKmysql.user                                         OKset GLOBAL sql_mode=default;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?