How do I create a database in mysql workbench?



How do I create a database in mysql workbench?..

Answer / Shobhit Bhardwaj

To create a database in MySQL Workbench, follow these steps:
1. Connect to the server.
2. In the Navigator tab, expand your connection and then Databases.
3. Right-click on the Databases node and select Create New Schema.
4. Enter the Name of the new database and click Finish.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I create a stored procedure in mysql?

1 Answers  


What is the difference between a database and a table?

1 Answers  


How do I select a database in mysql?

1 Answers  


What is max_used_connections in mysql?

1 Answers  


What is Database?

2 Answers  


What is join in mysql? What are the different types of join?

1 Answers  


What is the difference between float and double?

1 Answers  


how to display nth highest salary from a table in a mysql query? : Mysql dba

1 Answers  


What is the usage of "i-am-a-dummy" flag in mysql?

1 Answers  


Can you rename a database in mysql?

1 Answers  


What is the difference between myisam dynamic and myisam static in mysql?

1 Answers  


What is difference between mysql_connect and mysql_pconnect?

1 Answers  


Categories