Corrupt Mysql Db?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adrigen
Forum Newbie
Posts: 9
Joined: Tue Oct 07, 2003 3:32 am
Contact:

Corrupt Mysql Db?

Post by adrigen »

Working on some php pages this evening and everything was going well, but just recetly they have stopped loading.
It seems that they only hang when accessing a certain MySql database.

Can this ever happen when you try to write to fields that dont exsist? I wouldnt have thought the effect would be this dramatic.
Thanks in advance,
Adrian
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

mysql should have reported an error in case you were trying to access fields that didn't exist.
adrigen
Forum Newbie
Posts: 9
Joined: Tue Oct 07, 2003 3:32 am
Contact:

Post by adrigen »

In this case PhpMyAdmin even hangs.
Php scripts which refer to another database on the same site work though.
Straaaange.
adrigen
Forum Newbie
Posts: 9
Joined: Tue Oct 07, 2003 3:32 am
Contact:

Post by adrigen »

Im really stuck on this, any help would be appreciated. Is there anything I can try before asking the administrator to delete the database?
Deleting the database is a really extreem solution, but it is all i can think of.

There is no error message. The page just trys to load for a long time before timing out.
The url is: http://www.compexpress.com.au/index.php
Thanks,
Adrian
Post Reply