I have been searching the web and all over stackoverflow, but yet couldn’t find my answers.
My client has created an online mysql database with phpmyadmin installed.
I use a url like (http://domainName.com/folder1/index.php) to access the database tables and settings.
Now my problems are:
- It’s mentioned in the documentation of phpmyadmin that I should manually create a folder config in the phpMyAdmin directory. How can I do this exactly when the database is hosted online?
- After getting to do number 1, I would want to place the config file in that folder and reference the database’s username and password in my application’s php files. I’m confused about the url I should include?
Thanks in advance.
Just do this…
Edit the “config.inc.php” file by finding the line that starts with…
and change it to have the network address of the database.