Can not find the right combination PHP/MySQL
Posted by: issaquark (---.hsd1.wa.comcast.net)
Date: October 23, 2009 11:37PM

Hi Folks,

I have locally installed newest WAMP. Works great with default versions of PHP and MySQL.

The eventual home of my app wil be a host that supports "PHP 5.X and MySQL either 4.1 or 5.0."

I have downloaded several versions of PHP 5.X and both MySQL 4.1 and 5.0. None of the combinations I tried works. Errors include:

1064- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PLUGINS' at line 1

Cannot load mysqli extension. Please check your PHP configuration

I also am limited by which versions work with the installed version of Apache.

Given the structure of the above host, can anyone tell me which PHP/MySQL/Apache combination to use?

Thanx,
Issaquark

Options: ReplyQuote
Re: Can not find the right combination PHP/MySQL
Posted by: toumimi (---.72.113-78.rev.gaoland.net)
Date: October 24, 2009 10:48AM

Quote

1064- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PLUGINS' at line 1
This probably appears in phpmyadmin because your version does not suit for mysql 4.x.

Maybe there is a problem between php and mysql because php_mysql extension in not designed to previous versions. Not sure about this...

Quote

Cannot load mysqli extension. Please check your PHP configuration

Make sure this extension is enabled in your php version.
You can look here to get more informations : [forum.wampserver.com]

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote


Sorry, only registered users may post in this forum.