Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » No Database Found ?????(Failed CREATE TABLE (MySQL) while it should succeed)
No Database Found ????? [message #514338] Sun, 14 February 2010 12:10
Eclipse UserFriend
Hi,

I am on the Connection profile view with the profile name and the database name clearly selected. Database status is "Connected, AutoCommitt".

I typed in:

CREATE TABLE testMySQLtable (
id INT(10),
name VARCHAR (100)
)

and got this error:

"Failed CREATE TABLE testMySQLtable ( id INT(10), name VARCHAR(100) )

On the Status panel, it says:

"No database selected"

What did I do wrong or overlooked? Please, any help will be greatly appreciated.

Many Thanks.

<PROBLEM SOLVED>

[Updated on: Sun, 14 February 2010 18:29] by Moderator

Previous Topic:What I type isn't what shows up
Next Topic:Please HELP! sqltools PluginResources missing?
Goto Forum:
  


Current Time: Tue Mar 18 01:08:47 EDT 2025

Powered by FUDForum. Page generated in 0.03608 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top