Jump to content

[localhost] ERROR 1146: Table 'pronet2.1' doesn't exist


shocker-z

Recommended Posts

I keep getting this error in MYSQLcc.. i had it before on my database called pronet so i created a new one called pronet2 and now that has the same issue and wont let me insert, modify or delete rows using MYSQLcc.

 

 

Any ideas on what causes this?

 

Regards

Liam

http://dev.mysql.com/doc/refman/5.0/en/identifiers.html

 

Identifiers may begin with a digit but unless quoted may not consist solely of digits.

 

I'd suggest avoiding giving a table a name that's a single digit. Name it table_1 if you really want to (but why not call it something meaningful?).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.