Jump to content

a red MySQL support is on


Recommended Posts

Hi,

I am trying to install prestashop and at the step: System compatibility
I have a red MySQL support is on.
Now I know I have my sql installed but I cannot find any information as to what this problem might be anywhere on the web site.

Can anyone help?

Jurriaan

  • Thanks 1
Link to comment
Share on other sites

  • 2 months later...

You either need to
1) reinstall PHP and activate the mysql extension - very easy if you're using an installer.
or
2) manually update the php.ini file by adding the following lines at the end

[php_MYSQL]
extension=php_mysql.dll

you might also have to set the extension path if you don't have any other extensions installed by changing this line

extension_dir =".\"

to this

extension_dir="C:\Program Files\PHP\ext"

(using the appropriate path to your installation of course)

  • Thanks 1
Link to comment
Share on other sites

  • 9 years later...

You either need to 
1) reinstall PHP and activate the mysql extension - very easy if you're using an installer.
or 
2) manually update the php.ini file by adding the following lines at the end

[php_MYSQL]
extension=php_mysql.dll

you might also have to set the extension path if you don't have any other extensions installed by changing this line

extension_dir =".\"

to this

extension_dir="C:\Program Files\PHP\ext"

(using the appropriate path to your installation of course)

 

 

 

THANK YOU SO MUCH IT HELPED

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...