sean
sean

Reputation: 9268

Creating Database in MySQL Workbench

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.

Upvotes: 0

Views: 1012

Answers (1)

Kman
Kman

Reputation: 5001

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 ;)

Upvotes: 1

Related Questions