How do I setup a mysql database?



How do I setup a mysql database?..

Answer / Syed Suhail Alam

To set up a MySQL database, first install MySQL on your system (refer to the appropriate instructions for your operating system). After installation, start the MySQL server. Then, access the MySQL command line with 'mysql -u root -p' and create a new database using the CREATE DATABASE command. For example: 'CREATE DATABASE mydatabase;'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

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

1 Answers  


What are enums used for in mysql?

1 Answers  


can you elaborate on blob and text in mysql? : Mysql dba

1 Answers  


How do you convert to a different table type?

1 Answers  


How to create table with same structure of student table in mysql?

1 Answers  


Do I need to pay for mysql?

1 Answers  


What is sql in mysql?

1 Answers  


What are date and time data types?

1 Answers  


Describe mysql transaction properties.

1 Answers  


How do I enable mysqli extension?

1 Answers  


What is ibdata1?

1 Answers  


How is mysql database stored?

1 Answers  


Categories