Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > OS & Software > The Alternative OS

MySQL & PhpMyAdmin on WinXP

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 02-08-2008, 04:56 AM
dravekx's Avatar
dravekx dravekx is offline
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 05:08 AM.
Reply With Quote
  #2  
Old 02-08-2008, 11:57 AM
jobeard's Avatar
jobeard jobeard is offline
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,224 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?
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 02-08-2008, 02:18 PM
dravekx's Avatar
dravekx dravekx is offline
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP! with PhpMyAdmin piebug The Alternative OS 5 01-29-2007 12:52 PM
PhpMyAdmin/Sql problem when im trying to transfer database.. Distance Security and the Web 3 09-04-2006 08:49 AM
mysql suvarna_IT Introduce yourself 0 11-23-2005 12:55 AM
sql query error on phpmyadmin zfarooq The Alternative OS 9 11-16-2005 09:51 AM
phpMyAdmin help! MattG The Alternative OS 3 11-13-2004 08:19 AM


All times are GMT -4. The time now is 07:11 PM.