Navicat: mysql backup error 1548cannotloadmysql. proc_MySQL

Source: Internet
Author: User
Tags mysql backup
Navicat: mysql backup error 1548cannotloadmysql. proc Navicat

When backing up a database today, the title is incorrect and data cannot be backed up. So google will show it. (My database management tool is Navicat Premium)

Solution found: execute the following command

# Mysql_upgrade-u root-p

# Enter password: (Enter the password)

After you enter the password, the following message is displayed:

[root@AY130701184903434d7bZ usr]# mysql_upgrade -u root -pEnter password:Looking for 'mysql' as: mysqlLooking for 'mysqlcheck' as: mysqlcheckRunning 'mysqlcheck with default connection argumentsRunning 'mysqlcheck with default connection argumentsb3log.b3_solo_archiveDate                          OKb3log.b3_solo_archiveDate_article                  OKb3log.b3_solo_archiveDate_copy                     OKb3log.b3_solo_article                              OKb3log.b3_solo_comment                              OKb3log.b3_solo_link                                 OKb3log.b3_solo_option                               OKb3log.b3_solo_page                                 OKb3log.b3_solo_plugin                               OKb3log.b3_solo_preference                           OKb3log.b3_solo_statistic                            OKb3log.b3_solo_tag                                  OKb3log.b3_solo_tag_article                          OKb3log.b3_solo_user                                 OKmysql.columns_priv                                 OKmysql.db                                           OKmysql.event                                        OKmysql.func                                         OKmysql.general_log                                  OKmysql.help_category                                OKmysql.help_keyword                                 OKmysql.help_relation                                OKmysql.help_topic                                   OKmysql.host                                         OKmysql.ndb_binlog_index                             OKmysql.plugin                                       OKmysql.proc                                         OKmysql.procs_priv                                   OKmysql.servers                                      OKmysql.slow_log                                     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                                         OKRunning 'mysql_fix_privilege_tables'...OK

This command will generate a text file mysql_upgrade_info in the data directory, which contains the upgraded database version.

Run the command again to back up the database. you can back up the database by dumping the SQL file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.