Cómo añadir usuarios con MySQL

19 06 2008

# mysql -u root -p
(here I enter ‘my_root_password’ to get through the mysql prompt)

mysql > create database my_database;

mysql > GRANT ALL PRIVILEGES ON my_database.* TO 'my_user'@'localhost' IDENTIFIED BY 'my_password';

Enlace al artículo original aquí!

:wq!


Acciones

Informacion



Deje un comentario

Usted debe ser Ingresado para ingresar un comentario