also @ TechSpot: AMD Radeon HD 7770 & Radeon HD 7750 Review
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Collaborate in the cloud with Office, Exchange, SharePoint, and Lync

MySQL & PhpMyAdmin on WinXP

Thread Tools Search this Thread
  #1  
Old 02-08-2008
dravekx's Avatar
Newcomer, in training
 
Member since: Feb 2008, 2 posts
MySQL & PhpMyAdmin on WinXP

Hello,

Ive installed MySQL server 5.0 with PhpMyAdmin 2.11.14 on Windows XP. When I login to phpmyadmin, I get this error at the bottom:

Your PHP MySQL library version 5.0.51 differs from your MySQL server version 3.23.32. This may cause unpredictable behavior.

Anyone have a clue????

Last edited by dravekx; 02-08-2008 at 06:08 AM..
  #2  
Old 02-08-2008
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,832 posts
First though is "Did you verify the system requirements for each"?

Which XP {home/pro} are you running and are you current with the updates?
  #3  
Old 02-08-2008
dravekx's Avatar
Newcomer, in training
 
Member since: Feb 2008, 2 posts
Quote:
Originally Posted by jobeard
First though is "Did you verify the system requirements for each"? Which XP {home/pro} are you running and are you current with the updates?
Thanks for the inquisition, jobeard! Yes. I'm running XP Home... but I've modified home to handle professional standards and have complete updates with Microsoft. PhpMyAdmin 2.11.4 has a bug which should be fixed in version 2.11.5. The fix is simple:

Code:
Open phpmyadmin\config.inc.php
Find:
$cfg['Servers'][$i]['extension'] = 'mysql';
Replace with:
$cfg['Servers'][$i]['extension'] = 'mysqli';
Find:
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
Replace with:
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
I feel like a guru after three long days of research and lots of coffee... If anyone has any questions, feel free to ask.
Closed Thread

Similar Topics
Topic Replies Forum
What is a good php5 mysql database manager script except phpMyAdmin 2 Software Apps
I am having trouble logging out of phpMyAdmin 3.0.1.1 1 Windows OS
HELP! with PhpMyAdmin 5 The Alternative OS
sql query error on phpmyadmin 9 The Alternative OS
phpMyAdmin help! 3 The Alternative OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 03:30 AM.