I'm new in MySQL Workbench. I'm planning to create a new database called "Customers". But the problem is I don't know how to create it. I already installed it and I can see the "New Connection" at the left bottom of the GUI. Should I click it? Please help me. Thanks.
-
RTFM? dev.mysql.com/doc/workbench/en/wb-sql-development.htmlMarc B– Marc B2011-06-19 05:29:05 +00:00Commented Jun 19, 2011 at 5:29
-
See this question: create a new database with MySQL WorkbenchEdward Brey– Edward Brey2012-11-19 15:09:11 +00:00Commented Nov 19, 2012 at 15:09
Add a comment
|
1 Answer
You probably got a local instance of MySQL running (which should be listed in your window above 'new connection').
Connect to it (or create a new connection and connect)
Use the button toolbar and select 'Create new schema'. The button with the database icon and a add sign (+).
That's it..
Or read the manual as stated in the first comment ;)