Error in mysqldump and error in mysqldump

Source: Internet
Author: User

Error in mysqldump and error in mysqldump

When you use the mysqldump command to back up the entire database, the following error is returned:

Mysqldump: Couldn't execute 'show triggers like 'userlog'': Got error 28 from storage engine (1030)

View disk space

[Root @ localhost ~] # Df-h
File System capacity used available % mount point
/Dev/sda1 9.5G 9.1G 0 100%/
/Dev/sda4 3.2G 70 M 3.0G 3%/mnt/backup

We can see that the disk space is insufficient. After deleting some files, run OK.






What is the error when mysql uses mysqldump?

Mysqldump is run under the operating system command line.
Not running in mysql Command Line

Go to the bin folder under the MySQL directory.

Mysqldump-u username-p Database Name> exported file name

C: \ Program Files \ MySQL Server 5.5 \ bin> mysqldump-u root-p Test> test. SQL

Enter password :********

C: \ Program Files \ MySQL Server 5.5 \ bin> dir *. SQL
The volume in drive C is not labeled.
The serial number of the volume is 406A-C32E.

C: \ Program Files \ MySQL Server 5.5 \ bin directory

39,574 test. SQL
1 file, 39,574 bytes
0 directories, 5,498,294,272 available bytes

Using mysqldump provided by mysql cannot be backed up, and you can't even view help. I tried it many times and got an error message.

You are using an error. Do not log on to the command line mode of mysql. Open cmd directly without logging on to mysql.

Related Article

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.