After XAMPP is installed in Linux, Navicat cannot connect to the database.

Source: Internet
Author: User
After XAMPP is installed in Linux, Navicat cannot connect to the database. after XAMPP is installed in Linux, mysql is installed in its own environment. at this time, the root user of mysql does not have a password. Www.2cto.com first enters mysql and enters the command: mysql-uroot-p. Input... after XAMPP is installed in Linux, Navicat cannot connect to the database. after XAMPP is installed in Linux, mysql is installed in its own environment. at this time, the root user of mysql does not have a password. Www.2cto.com first enters mysql and enters the command: mysql-uroot-p. Enter the password and press enter. Set password = password ('20140901'); after the password is set, use the local Navicat to connect to the mysql instance and find that the mysql instance cannot be connected, the pop-up box shows that the root user under another ip address is denied access! Www.2cto.com was originally because root was not granted sufficient permissions! Run this command: grant all privileges on *. * TO 'root' @ '%' identified by 'mypassword' with grant option; after the command is executed, do not forget TO restart mysql. At this time, the Navicat client can easily connect to the mysql database.
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.