Jump to content
The Uniform Server Community

[6.0.0] pdo_mysql not being loaded


Recommended Posts

Posted

PDO_MySQL isn't being loaded, but PDO_SQLite is even though that is commented out in the php.ini file.

 

RESOVLED.

Edited the php.ini to fix it.. Not the php.ini_production_nano...oi.

Posted

Change all three configuration files. :)

 

php.ini – is the active file (used by PHP)

 

It will be overwritten when switching between production or development.

 

Hence to retain changes make them to

php.ini_production_nano

and

php.ini_delvelopment_nano

 

All the best

Ric :angry:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...