Reading time: < 1 minuteCreate, Delete, Export, Import, Optimize a MySQL database are common tasks that can be done with various tools, for example using PHPMyAdmin, a MySQL client, command line.If you have access to the server you can do these tasks directly from Windows command line or Linux terminal. Create database mysql -u [username] -p[password] -e “CREATE DATABASE