I have a database online and have a strange mysql problem.

When I connect remotely from my desktop (same browse_database.php page) I get over 1000 results with the query below but when I run the same page on the remoted server this value is almost halved to 520.

any ideas what is hapening?

$total_rows = mysql_num_rows(mysql_query("SELECT * FROM $table_name"));


It just seems to ignore them on the remote one as I am in under ross and ross2 and only one when I search for me.


R.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to