Can anyone explain this to me?  Why can I not alter this table?

SQL-query :  [Edit]
ALTER TABLE `CustomerInfo`ORDER BY `CustID`

MySQL said:
Table 'CustomerInfo' is read only

or

SQL-query :  [Edit]

INSERT INTO `CustomerInfo` (`CustID`, `FirstName`, `LastName`, `Address1`,
`Address2`, `City`, `State`, `Zip`, `Phone1`, `Phone2`, `ReferalType`,
`ReferalSource`, `CC`, `ExpMonth`, `ExpYear`, `CustType`, `Notes`,
`Programming`, `ThankYou`, `CallToAction`, `CallToActionDate`) VALUES ('',
'test', 'test', 'test', 'test', 'test', 'rr', '123456', '7852446467',
'3543687435', '', '', '', '', '', null, '', '', '', '', '')

MySQL said:
Table 'CustomerInfo' is read only

I have been having many problems recently...read my other posts for info.  I
just reinstalled mysql completely and placed backup files in the data
directory.

Thanks,
Jason


---------------------------------------------------------------------
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