adspace


How do I setup a mysql database?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Change a users password from unix shell.

1221


What is the current mysql version?

1103


What is current version of mysql?

1081


Which statement is used in a select query for partial matching?

1247