-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Gabriel Fernandes edited this page Nov 27, 2023
·
1 revision
mysql -u <nome_de_usuario> -p
show databases;
create database <banco_de_dados>
use <banco_de_dados>;