list_db.php - Connecting to a MYSQL server
For some strange reason I am getting the following errors:
cbug
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/11/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/11/list.php on line 12
==> table(s) in cbug
Its displaying ok all databases and tables in each of them and totals of tables.
However it is also trying to list outside my database account:
mysql
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in mysql
rgs_data
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in rgs_data
scripts
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in scripts
tester
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in tester
vpopmail
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in vpopmail
webby
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in webby
webby_site
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 11
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/sites/list.php on line 12
==> table(s) in webby_site
Would this be a server issue?
|