Procedure for using navicat to remotely access MySQL

Source: Internet
Author: User
Procedure for using navicat to remotely access MySQL

1. Modify remote access permissions

// Enter the MySQL server or use other tools

XXXX @ Ubuntu:/$ mysql-H localhost-u root-P xxxx

// Grant data access permissions to any host

Mysql> grant all privileges on database name. * to xxxx @ "%" identified by "password ";

// Make the modification take effect

Mysql> flush privileges

2. Upload the ntunnel_mysql.php file under the navicat installation directory to the Web server directory.

3,Create a navicat connection

1) enter the host name, IP address, user name, and password for general items. (You only need to enter the user name and password)

2) in the HTTP connection, select "Use http channel"

3) Fill in the channel address: http://X.X.X.X/ntunnel_mysql.php

4) Select password for verification (enter the user name and password)

Follow these steps to connect

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.