I'm using a web-based application written in perl 5.6.1 on a Linux 7.2 server with mySQL 3.23.49 and Apache 1.3.22. Whenever my interface makes a call to the mySQL backend whatever tables it touches have one of two (or both) problems afterwards that can be seen with the musql command tool:
1. check table <table name> shows the table has having connected users when there are none. 2. Shows table is corrupted. Usually, pointers are out of place and the table is reporting an incorrect size. Once I perform 'repair table <table name>' on each of the bad tables, things are good. That is until I touch the database with my web-based app. To gain access to the mySQL backend, I'm using the latest DBD and DBI interfaces found on CPAN. I am wondering if anyone else if having corruption issues or if a solution to my problem is known. Brett Ussher ITS, Matrix Maricopa Community College District (480) 731-8691 [EMAIL PROTECTED]
