OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
MySQL not displaying table info

From: MarvinC (marvincgmail.com)
Date: Sun Oct 04 2009 - 06:09:13 CDT


Can anyone help me figure out the following issue surrounding MySQL and
phpMyAdmin:
I load phpMyAdmin ver3.2, log in, and create a new database. I see the
following warning at the bottom:

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

The right column displays the following info:
 MySQL

   - Server: localhost via TCP/IP
   - Server version: 5.1.39-community
   - Protocol version: 10
   - User: rootlocalhost
   - MySQL charset: UTF-8 Unicode (utf8)

 Web server

   - Microsoft-IIS/6.0
   - MySQL client version: 5.0.51a
   - PHP extension: mysql

I assume all is well so I copy my Wordpress files to my new web directory,
like I've done in the past, and add the database connection info to its
config.php file. When I view the database in the left column it doesn't show
any table info. In fact it doesn't show anything at all:

   - information_schema
(28)<http://web1/phpmyadmin/index.php?db=information_schema&token=92045fcc1095dfe3f316863f10aed972>
   - mysql (23)<http://web1/phpmyadmin/index.php?db=mysql&token=92045fcc1095dfe3f316863f10aed972>
   - testdb1
   - testdb2<http://web1/phpmyadmin/index.php?db=nusol&token=92045fcc1095dfe3f316863f10aed972>

I get a Webpage not found message when trying to launch the install script.
I can view htm and .php files, including the phpinfo.php file, from both of
my test directories. Can someone advise on what could be causing this?

Any responses appreciated.