proam99 Posted February 15, 2010 Share Posted February 15, 2010 I installed mySql 5.1 after having PHP 5.2 running for a while. The MySQL install went fine, and Windows Task Manager shows a process called mysqld.exe running. However, phpinfo() shows nothing about mySql, and all of the mySql functions are undefined. This leads me to believe that the mySQL install was incorrect. Can anyone point me in the direction to get mySql running? Thanks Quote Link to comment Share on other sites More sharing options...
trq Posted February 15, 2010 Share Posted February 15, 2010 However, phpinfo() shows nothing about mySql, and all of the mySql functions are undefined. This leads me to believe that the mySQL install was incorrect. PHP's config has nothing at all to do with MySql being installed. You need to make sure you have the mysql extension enabled within your php.ini. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.