Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
|
|||||||
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
MySQL & PhpMyAdmin on WinXP
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
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
|
||||
|
||||
|
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
|
||||
|
||||
|
Quote:
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'] = ''; |
![]() |
| 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 |
|
|
All times are GMT -4. The time now is 03:30 AM.



What is a good php5 mysql database manager script except phpMyAdmin