Re: 2 MySQL Errors

2005-03-25 Thread Jim Winstead
On Fri, Mar 25, 2005 at 07:27:47PM -0800, David Blomstrom wrote: > I can't figure out why I get an error message relating > to fiels "borderstates" and "bordernotes" when I try > to create a new table. One is VARCHAR, the other TEXT, > and both are NULL, like almost every field on the > table. > >

2 MySQL Errors

2005-03-25 Thread David Blomstrom
I can't figure out why I get an error message relating to fiels "borderstates" and "bordernotes" when I try to create a new table. One is VARCHAR, the other TEXT, and both are NULL, like almost every field on the table. Can someone tell me what I'm doing wrong? Thanks. SQL-query: CREATE TABLE `

Re: re[2]: MySQL Errors -

2002-07-25 Thread Victoria Reznichenko
Richard, Tuesday, July 23, 2002, 3:56:36 PM, you wrote: RM> What instances can cause a Table to crash? RM> Is this caused by a bug in itself, a power failure, or something else? It may be a bug in MySQL, hardware errors, abnormal shutdown, running myisamchk, when mysqld is running ... Some of

re[2]: MySQL Errors -

2002-07-23 Thread Richard Morton
What instances can cause a Table to crash? Is this caused by a bug in itself, a power failure, or something else? Richard >> William_dw, >> Tuesday, July 23, 2002, 10:34:16 AM, you wrote: >> WS> I'm hoping someone can give me a pointer as to what's going wrong >> that's >> WS> crashi