How can we create our own choice MySQL database?
Answers
Answered by
3
To install MySQL database:
Install the MySQL database server only and select Server Machine as the configuration type.
Select the option to run MySQL as a service.
Launch the MySQL Command-Line Client. To launch the client, enter the following command in a Command Prompt window: mysql -u root -p .
Answered by
2
Answer:
It can create our own choice on MySQL
#database.
Similar questions