Computer Science, asked by bhenderson6711, 2 days ago

Why is the command used to create a database named as "company" in mysql

Answers

Answered by sg2408417
0

Answer:

From the command line, create the database: create database rapidminer_server; Execute the following query to create a new user and grant privileges to the database rapidminer_server: grant all privileges on rapidminer_server.

Similar questions