Navicat connect to MySQL server in Linux

Source: Internet
Author: User

  1. Install MySQL in Linux and configure it in a simple configuration.
  2. Start the MySQL service
    Service mysqld Start     
  3. Log in with an administrator user, usually by default without entering a password
  4. Gain access to a specific user, where root

     mysql>  grant  all  privileges  on  * . *  to    root   " @"  %    with  grant  option ; //  >  FLUSH privileges ; // required to enter a secondary command to make the change effective 
  5. Turn off the firewall for Linux and Windows, and add the appropriate rules if you configure the firewall.
  6. Next install navicat for MySQL software on Windows, after installation, enter the interface select "Connect", the connection name is optional, IP address need to enter the following code on the Linux command station:
    Ifconfig//Query native IP

Port is 3306, username and password for their database account password, my account is root here, password default is empty. Finally OK, double-click the connection.

    

Navicat connect to MySQL server in Linux

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.