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 puede usar estos tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>