Hi, everyone,

I am making use of mySQL to provide my client a solution. However, one of tables often 
crash and produces the folloing error message when I try to use the table in a query:

mysql> select * from  action;
error 1016: Can't open file: 'action.MYD'. (errno: 145).

The record in this table is temporary, after I delete all record from action. 
Everything is seem to ok. But it will repeat same problem soon. 

How can I fix it?


Best Regards,

Liu Qianghua

-----Original Message-----
From: Richard Clarke [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 7:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Web Buttons and Command Line Instructions


Would it not be better to suggest that the poster gets a clue and goes buy a
book. I dare say there are hundreds that are useful. In all honesty should
the poster of a question like this not just give up?

http://www.mysql.com/doc/M/y/MySQL-Books.html

I'm sure one of these books would give some insight.

Richard

p.s. please take no offence, I'm simply trying to say that the poster seems
to know nothing and has a long way to go.

----- Original Message -----
From: "Steven Kreuzer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 9:47 PM
Subject: Re: Web Buttons and Command Line Instructions


> what you would have to do is have that button run a CGI script of some
> sort that connects to the mysql server and performs the action. you
> could also use php for this
>
> Jamie Buck wrote:
>
> >Is there a way to develop buttons on a webpage that can send command
> >line instructions to MySQL, such as to run a script in a file that
> >already exists on the server? The command line instruction would be as
> >follows: >mysql database_name < file_name
> >
> >Is it feasible to get this sent to MySQL through a button?
> >
> >---------------------------------------------------------------------
> >Before posting, please check:
> >   http://www.mysql.com/manual.php   (the manual)
> >   http://lists.mysql.com/           (the list archive)
> >
> >To request this thread, e-mail <[EMAIL PROTECTED]>
> >To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> >Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to