1

I have PhpMyAdmin and MySQL running in Windows 8.

I have installed them using Apache friends XAMPP v 3.1, so I didn’t do any configuration myself.

Currently if I go to localhost/phpmyadmin">http://localhost/phpmyadmin, then it automatically shows my local MySQL db and tables.

That I need is connect to remote server(it has MySQL) and runnig locally in my machine , for teh user of one app.

How can I connect to that server from phpmyadmin. I’ve been trying to find if there any kind of connect panel in phpmyadmin, but no fruit yet.

1 Answer 1

1

For rather severe security reasons applicable servers to connect to are not configured at runtime but in the core configuration file config.inc.php. Otherwise a single hacked database account on an edge server could easily expose the entire network for brute force hacking, or tunneling into LAN-only unsecured databases.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.