Instalador: Agregado funciones SQL.
[CLab.git] / MySQL-Instrucciones.txt
blob6b9d1e583dd5a4fb832d718c30e068a71714a1ec
1 http://www.guia-ubuntu.org/index.php?title=MySql#Crear_un_usuario
2 mysql -h localhost -u root -p
3 CREATE DATABASE cLab;
4 CREATE USER 'clab'@'localhost' IDENTIFIED BY 'c1aB';
5 GRANT ALL ON *.* TO 'clab'@'localhost';