RE: newbie question re: manual tutorial

2001-01-25 Thread John Wallace
t; failure occurred. What if the error had not been so significant? Thanks for the suggestions I rec'd from this group. John Wallace - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://

RE: newbie question re: manual tutorial

2001-01-24 Thread John Wallace
Thanks for looking at my problem and giving me a hint. > Do a myisamchk on your table. It sounds like you're having > trouble with a corrupted index. > First run of myisamchk indicated "1 clients is using or hasn't closed the table properly" I ran myisamchk -r on the shop.MYI and got the messag

Re: newbie question re: manual tutorial

2001-01-24 Thread John Wallace
failure. See additional queries at the end of this message. Thank you for replying! Regards, John Wallace - Original Message - From: "Atle Veka" <[EMAIL PROTECTED]> To: "John Wallace" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, Januar

newbie question re: manual tutorial

2001-01-23 Thread John Wallace
5 | |0004 | D | 19.95 | +-++---+ 7 rows in set (0.00 sec) mysql> SELECT article, dealer, price -> FROM shop -> WHERE price=19.95; Empty set (0.00 sec) ===== If this is old ground covered elsewhere or if I should have posted my proble