View Single Post
  #2  
Old 26th October 2009, 09:48
wxlg1117 wxlg1117 is offline
Senior Member
 
Join Date: Aug 2009
China
Posts: 16
Default
PhpMyAdmin Problems
Check config.inc.php:
Code:
$cfg['Servers'][$i]['extension']     = 'mysqli';     // The php MySQL extension to use ('mysql' or 'mysqli')
if you use mysql 4.x old than replace 'mysqli' to 'mysql';
Reply With Quote