简体   繁体   中英

How can I connect to another SQL database in phpMyAdmin?

I was given credentials for a SQL database and would like to connect to it then edit in phpMyAdmin. Although, I have no clue how to connect to another database from my computer.

Url: jdbc:mysql://localhost:3306/intelyc,
Username: root,
Password: Not Saying

If you want to use the PHPMyAdmin and you have it installed on your local computer - you can change connection host in the PHPMyAdmin's configuration.

But my advice to you, just download DB management application like Navicat for example - it is a more comfortable way for work with DB.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM