phpMyAdmin connection remote Database configuration method _php Tutorial

Source: Internet
Author: User
Find the config.inc.php file in your phpMyAdmin directory and open it with DW (note that you can't open it with Notepad, if it's a uft8 encoded file, you're afraid of a problem)

Found it

' localhost ' after [' host '] changed to remote database IP

The code is as follows Copy Code

$cfg [' Servers '] [$i] [' host '] = ' 192.168.1.10 ';

Note: 192.168.1.10 is the IP of the remote database

Finally restart MySQL, the command mode is as follows

After the change---Start menu----run----cmd (carriage return)----net stop MySQL (carriage return)--------net start MySQL (carriage return)

If you do not command the method we can go to the computer's service console, and then the application server found Mysql.exe can be restarted.

http://www.bkjia.com/PHPjc/628930.html www.bkjia.com true http://www.bkjia.com/PHPjc/628930.html techarticle find the config.inc.php file in your phpMyAdmin directory and open it with DW (note that you can't open it with Notepad, if it's a UFT8 encoded file) Find [' Host '] after ...

  • 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.