SyntaxFix
Write A Post
Hire A Developer
Questions
You mean while the mysql environment?
create database testdb;
Or directly from command line:
mysql -u root -e "create database testdb";