You mean while the mysql environment?
create database testdb;
Or directly from command line:
mysql -u root -e "create database testdb";
You mean while the mysql environment?
create database testdb;
Or directly from command line:
mysql -u root -e "create database testdb";