Reputation: 167
I've set up an Apache 2.2 and PHP 5.3 server on my Windows 7 machine. However, phpinfo()
tells me that I have MySQL installed as well, but I had no clue I do. I'm having trouble finding the installation, so how can I find the path to MySQL? I know how to do so with Linux (whereis MYSQL
), but what do I do with Windows?
Upvotes: 1
Views: 211
Reputation: 116110
If you didn't setup MySQL explicitly, and you didn't install a complete WAMP installation, you don't have MySQL. PHP just checks if the MySQL library is installed. If you try to connect, it will probably fail.
Upvotes: 4
Reputation: 63956
Upvotes: 0