Connecting Tech Pros Worldwide Forums | Help | Site Map

Using MySQL CC with MySQL 5, Error 1146

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 21 '06
Hi,

This is the first time i am working with MySQL and i need some help.

I created a table "admin" in "testing" db. Everytime i right click on the
table and do "Open Table", i get the following error message:

ERROR 1146: Table 'testing.1' doesn't exist

When i look at the "Explain" window, i see that the ID of my "admin"
table is 1. In the SQL Debug window of MySQLCC, i see "SHOW FIELDS
FROM '1'". Is this a bug? Why does MySQLCC keep refering to my "admin"
tables by ID '1' ??

Thanks in advance.

Newbie
 
Join Date: May 2007
Posts: 1
#2: May 17 '07

re: Using MySQL CC with MySQL 5, Error 1146


If you are using MySQL 5, dump MySQL CC because that tool doesn't work with MySQL 5. Use MySQL Query Browser.
http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0-r12-win32.msi/from/pick
Reply