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 Link to comment https://forums.phpfreaks.com/topic/192107-installed-ok-but-not-available/ 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. Link to comment https://forums.phpfreaks.com/topic/192107-installed-ok-but-not-available/#findComment-1012452 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.