CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

MySQL

How to Create a MySQL database from command line?

MySQL provides command line tools to create databases and managing them. In this article we are going to discuss on creating a database from command line. Step 1. First we need to connect to the MySQL database server. Type the below command at command line to connect to the server: mysql -hMyServerName -uMyUserName -pMyPassword Here MyServerName […]

Scroll to top