Home  >  Q&A  >  body text

mysqldump: Couldn't find table: ";"是怎么回事?

"C:\Users\adminstrator>mysqldump -u root -p yuanbiji >g:/www/yuanbiji11.sql;
Enter password: *******
mysqldump: Couldn't find table: ";"

C:\Users\adminstrator>mysqldump -uroot -pwh36524 yuanbiji > g:/yuanbiji11.sql;
Warning: Using a password on the command line interface can be insecure.
mysqldump: Couldn't find table: ";"
"

PHPzPHPz2742 days ago1232

reply all(3)I'll reply

  • 移动用户-9546970

    移动用户-95469702019-03-17 14:59:13

    Can not be done

    reply
    0
  • PHPz

    PHPz2017-04-17 11:56:14

    1. The database file is damaged, use the repair command;
    2. Look at the files in the yuanbiji directory in your mysql data directory. There are at least two files for each table.
    3. According to personal experience, power outage or abnormal shutdown or abnormal shutdown of services may be caused by this problem.
    4. According to personal experience, this problem may also occur after modifying the configuration file. Please restore the previous configuration file, such as modifying the encoding.
    5. Recover data via binary files in mysql, see instructions.

    Gook luck!

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 11:56:14

    I encountered the same problem, and finally found that it can be solved by removing the ";" after the mysqldump command

    reply
    0
  • Cancelreply