954,242 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to repair MySQL

I am not familiar with Linux/ Unix and I encountered a corruption.
How do I repair this?
Warning: mysql_num_rows():supplied argument is not a valid MySQL result resource in usr/local/apache2/htdocs/vicidial/AST_timeonVDADall.php

hellcrow
Newbie Poster
2 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

Try repair command to repair your database
mysql> repair table tablename;

If you fail to repair your database with above command than you need third party mysql repair tool to repair your database.

I am not familiar with Linux/ Unix and I encountered a corruption. How do I repair this? Warning: mysql_num_rows():supplied argument is not a valid MySQL result resource in usr/local/apache2/htdocs/vicidial/AST_timeonVDADall.php
Davidpoul
Newbie Poster
9 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

That is error in PHP script.
If you are a dev. fix it or else seek for help to right people

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 
I am not familiar with Linux/ Unix and I encountered a corruption. How do I repair this? Warning: mysql_num_rows():supplied argument is not a valid MySQL result resource in usr/local/apache2/htdocs/vicidial/AST_timeonVDADall.php

Just use any MySQL Repair software and resolve the issue.

nancy86
Newbie Poster
3 posts since Feb 2010
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: