mysql -uroot -proot -e 'create database mydb;'
MySQL version is
mysql Ver 14.14 Distrib 5.5.14, for Win64 (x86)
When I run the command, it just shows the help information. Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Change your single quotes to double quotes:
I’m running mysql Ver 14.14 Distrib 5.5.16, for Win32 (x86)