View previous topic :: View next topic |
Author |
Message |
Baldorcete
Joined: 05 Jan 2005 Posts: 6
|
Posted: Wed Jan 05, 2005 0:43 Post subject: TRouble with MySQL Control Center. |
|
|
Ok. I'm an absolute ignorant about databases, and about MySQL in particular, so I don't know were to look to solve this problem. I searched the site of MySQL, without finding any hint (There should be there, but i don't know were to look).
The problem is, in de computer of a friend, with MySQL Control Center we can look at all the tables in the DB nwn, but opening them we see the error
[nwnuser] ERROR 1146: Table 'nwn.1' doesn't exist
But we can see the contents of the tables. Also, trying to edit the contents of the tables (Ex. Delete one record) reports the same error, and we can change nothing.
The table 1 dosn't exists. Create one don't solve anithing. And i cant (don't know how) reproduce the error in my home computer. Any hint about were to look for the problem?
Thanks. |
|
Back to top |
|
|
Manuel
Joined: 30 Dec 2004 Posts: 51
|
Posted: Wed Jan 05, 2005 18:24 Post subject: |
|
|
Error 1146 is a general error that is being returned from the MySQL database to the Control Center:
Quote: | Error: 1146 SQLSTATE: 42S02 (ER_NO_SUCH_TABLE) Message: Table '%s.%s' doesn't exist |
Are you running MySQL 5?
http://lists.mysql.com/gui-tools/1254
This is the only reference I could find that adds the .1 suffix to the table name. |
|
Back to top |
|
|
Baldorcete
Joined: 05 Jan 2005 Posts: 6
|
Posted: Wed Jan 05, 2005 22:08 Post subject: |
|
|
Thanks, this it exactly the same error my friend is being sufering. And yes, he is using MySQL 5.something Alpha, and has been reprimanded for this.
He is having the same error, with the table .1 non existent, and all the queries from the CC refering to it. But still no solution. I will recomend again switching to MySQL 4.something.
By the way, do you know some alternative to Control Center that works with MySQL 5? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Jan 06, 2005 0:36 Post subject: |
|
|
I'm not sure about version 5, but I'm happily using both MySQL Administrator and MySQL Query Browser on Windows. They're rewritten from the ground up and seem to be worthy successor to the MySQL Control Center. _________________ Papillon |
|
Back to top |
|
|
Manuel
Joined: 30 Dec 2004 Posts: 51
|
Posted: Thu Jan 06, 2005 0:53 Post subject: |
|
|
If you want to continue to use MySQL Control Center. I'd suggest switching to the latest version of MySQL 4.1. This version has all the subselect functionality and so forth. Very stable. |
|
Back to top |
|
|
Baldorcete
Joined: 05 Jan 2005 Posts: 6
|
Posted: Sat Jan 08, 2005 14:36 Post subject: |
|
|
Ok. Thanks for all the replies. Maybe i can use some time I will be away from my computer to learn some MySQL. Some sugestion for a MySQL for domyes worth his price (In death tree form, i will be almost disconected for a month or two).
Thanks. |
|
Back to top |
|
|
Kormak
Joined: 09 Jan 2005 Posts: 7
|
Posted: Tue Jan 11, 2005 16:55 Post subject: |
|
|
We switch to the latest version of MySQL 4.1 because with 5.1 using both MySQL Administrator and MySQL Query Browser on Windows we cant manually edit tables and change/modify/delete fields.
Now working fine and updating to OBDC2, thanks and good job guys. |
|
Back to top |
|
|
|