Jump to content
The Uniform Server Community

Fix for PDO crashes server


Recommended Posts

Posted

Hi!

 

I tried the PDO-fix found here (using php-5.2.9-2-Win32.zip, couldn't find the -1 version of that file) and it worked perfectly. However - when I open phpMyAdmin and try to view a database the server crashes. If I restore the libmysql.dll to the older version phpMyAdmin works as it should, but PDO doesn't. Is there something more I need to do to make it work?

 

/Pont

Posted

Hi Pont

This looks like incompatible binaries, revert your set-up so you get PDO working but have the phpMyAdmin crashing.

 

To prvent phpMyAdmin crashing edit file UniServer\udrive\home\admin\www\phpMyAdmin\config.inc.php

 

Locate this line (66):

$cfg['Servers'][$i]['extension'] = 'mysqli'; // The php MySQL extension to use ('mysql' or 'mysqli')

Change to:

$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')

 

All the best

Ric :blink:

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...