Siéntete en la libertad de divulgar nuestro sitio y códigos con otro, apóyanos para aumentar nuestra comunidad.
Ejemplo 1: mysql crear base de datos
CREATEDATABASE mydatabase CHARACTERSET utf8mb4 COLLATE utf8mb4_general_ci;
Ejemplo 2: MySQL CREAR BASE DE DATOS
MySQL implements a databaseas a directory that containsall files which correspond totablesin the database.Tocreate a new databasein MySQL, you use the CREATEDATABASE statement with the following syntax:
CREATEDATABASE[IFNOTEXISTS] database_name
[CHARACTERSET charset_name][COLLATE collation_name]
Puntuaciones y comentarios
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)