9

I have a working installation of MySQL Server in my windows development machine which I use when working with Java. However, I want to install xampp without the database server it comes with. How do I make other Xampp Apps like phpmyadmin recognize my working MySQL Server instead?

2 Answers 2

11

I've resolve this problem.

click XAMPP---Apache's config button,and click PhpAdmin will show the phpMyAdmin's directory quickly, and edit "config.inc.php" and modify the user and password,the defualt port is 3306 ,then restart Apache server.

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

Comments

5

I've done this in the past when I had an older Xampp application, but a newer MySQL on my PC (separate from Xampp). You can still install Xampp with MySQL, just don't install/start the MySQL service in Xampp.

So, the phpMyAdmin "should" still connect to the local (non-Xampp) MySQL instance, assuming standard port config 3306, otherwise you might have to 'tweak' the phpMyAdmin config.

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.