MasterACE14 Posted July 5, 2008 Share Posted July 5, 2008 I installed Abyss Web Server X2. that works fine. I then installed PHP 6 and set it up in Abyss Web Server, and that works fine too. I then installed MySQL, setup my.ini in C:/WINDOWS and enabled the mysql extension in php.ini, but when I try to connect to the MySQL database(with it turned on), I just get a blank page. I don't get my die(mysql_error()); or I don't get my confirmation echo "Connection successful"; However, when I setup Abyss with PHP 5 it connects to MySQL fine. Any Ideas? ACE Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 5, 2008 Share Posted July 5, 2008 Edit your php.ini and make sure you have done the following: - Set error_reporting to E_ALL and made sure display_errors is to to On - Setup the extension_dir directive to point to PHP's extension folder - Enabled the mysql extension Save the php.ini and restart Abyss Webserver. Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted July 5, 2008 Author Share Posted July 5, 2008 That did the trick!!! Thankyou SO much wildteen88. Its greatly appreciated Regards ACE 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.