0

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.

sean
  • 9,198
  • 22
  • 65
  • 80

1 Answers1

1

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

Kman
  • 4,809
  • 7
  • 38
  • 62