If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > not BASE TABLE and table corupt!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-29-10, 11:18
aashish_2025 aashish_2025 is offline
Registered User
 
Join Date: Oct 2010
Posts: 1
not BASE TABLE and table corupt!

Basically, I have a school management system where, when someone logins(with the correct login details), it gives an error.

Code:
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/xyz/public_html/together/database.inc.php on line 98
Error
I searched for this error message and found out that the reason behind this is a corrupt table and generally repairing the database should fix that. I tried that

through CPANEL repair database feature. It didn't help.

Then I tried phpmyadmin's "Repair Tables" feature. Again, that also didn't help.

But, phpmyadmin displays the error(which phpmyadmin calls "Msg_text")

Code:
abc_together.COURSE_DETAILS' is not BASE TABLE
where, 'abc_together' is the database name and 'COURSE_DETAILS' the table name. Around 5 table displays this "Msg_text" And, 4 tables display "Corupt"

So, what should I do to fix it? Please help.

Hey one more thing I nearly forgot, there are 3 categories of users and two categories work perfectly fine. But, the "students" category login doesn't work.

Please help! I'm really desperate about this and I can't afford to re-install the system because there are thousands of data already entered.
Reply With Quote
Reply

Tags
corrupt, mysql, phpmyadmin, repair table

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On