MySQL Common error resolution

Source: Internet
Author: User

Mysql _1018 Error

mysql> use dbname; Database changed MySQL>1018 (HY000): Can'./dbname/' (errno:13)

Reason:
The owner of this library directory is not correct, using chown modification, the table information is normal.
At this point, you can #ls-l or #ll view the details of the directory, you can find the owner of the Library directory is not MySQL

Workaround:

#chown-R mysql:mysql/var/lib/mysql/dbname

where/var/lib/mysql/dbname storage directory for MySQL database

Mysql _1045 Error

1. Open the/etc/mysql/debian.cnf file and record the user name and password provided in the [Client] section:

2, after the command, follow the prompts to enter the password

#mysql-udebian-sys-maint-< client>

3. Execute the following command sequentially (where NewPassword is changed to the password you want to set)

mysql< usemysql;mysql< UPDATE user SET Password=password ('newpassword' where user='root'; MySQL< FLUSH Privileges;mysql< quit


4. Try to Login

Mysql-uroot-< newpassword>


5, ordinary users can not login

' Root '@ '%'root' @' localhost ' "' With GRANT OPTION;

MySQL Common error resolution

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.