search for: myisamchk

Displaying 3 results from an estimated 3 matches for "myisamchk".

2006 Jan 16
1
Max Filesize MySQL CentOS 3
Anybody offhand know the maximum filesize for a MySQL table? CentOS 3.6 Linux native ext3 filesystem MySQL version 3.23.58 TIA John Hinton
2007 Jun 12
0
Possible mysql database corruption
Hi, I posted earlier about 'sip show registry' not showing any trunks and there seeming to be no attempt by one of my systems to register with our service provider. Following some notes elsewhere I ran 'myisamchk *.MYI' on the mysql database and it came up with an error in sip.MYI, which I repaired. Unfortunately, still no registration so I backed up the database, deleted the trunk details in the database using phpmyadmin and then re-made it. Still no joy. I am hoping I am close to solving this witho...
2006 May 10
4
OT: MySQL Help
Hello, I know this is off-topic for this list but I know someone here may be able to help me out of a jam. I ran the following against a table: ALTER TABLE `products` ADD INDEX `idx_products_model` ( `products_model` ); Some things now appear broken but don't know if this was the culprit or not. If I can revert it back it its original state I may be able to determine if it's the cause