简体   繁体   中英

Connecting to MySQL database on AWS server from PHPMyAdmin

I am trying to connect to a MySQL database that resides on an AWS server from within PHPMyAdmin, to be able to view its tables.

I have the connection strings (hostname, username, password), but I do not see where I would link or provide the AWS database parameters.

Ultimately what I would like to do with the tables is to use the data in my front-end userform that is created in MS Excel.

Here's what I am able to do successfully: 1. can create MySQL database (testdb) 2. can create a table (testtable) from PHPMyAdmin 3. Use the MySQL for Excel connection service to be able to connect to the testtable in the testdb and use the data in my Excel application.

The problem I am having is bringing or linking to the MySQL database on the AWS server to my testdb. I just want to be able to see a list of the AWS database tables in Phpmyadmin. Is that possible?

Yes, it is possible. You can edit config.inc.php file of phpmyadmin to add as many servers as you want

Here is the link with the guide

https://tecadmin.net/add-multiple-hosts-in-phpmyadmin/

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