zorlu
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install issues – PHP Installation missing MySQLI am able to connect to mysql database with asp. I did notice that Mysql ODBC 3.1 is installed so I use the following connection string with ASP:
“DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER=myUsername;PASSWORD=myPassword;OPTION=3;”
do you suppose the problem is the Driver’s version with Word press?
If so where can I modify it?Forum: Installing WordPress
In reply to: Install issues – PHP Installation missing MySQLOne more thing. I can not see mysqld.exe in processes; however mysql is working, else I couldnt have connected to the database with control center
Forum: Installing WordPress
In reply to: Install issues – PHP Installation missing MySQLHas anyone managed to solve this problem?
My server is Win 2003 Web edition with IIS 6.0 I have unistalled php and reinstalled latest version. Also I uninstalled MYsql and installed latest windows release. php is working and so is Mysql I can connect to database with MySQL Control center. I can create databases and tables. I just couldn’t get Word press to work. I Keep gettin “Your PHP installation appears to be missing the MySQL which is required for WordPress” error.
I made a test.php with following code:
<?
phpinfo();
?>it shows bunch of informaiton about the server and php. It does not mention Mysql anywhere. Should it do that?
I know nothing about php and mysql. I know asp. But I am sure that php and mysql installations are correct. They work fine. Though I am not sure if they are correctly configured to work with eachother.
Is there a way to verfy this? anyone has a shord php code that I can test to see if I can connect to dataabase with php please?