You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renich edited this page Oct 13, 2010
·
3 revisions
Acerca
Aquí están las instrucciones de cómo usar cada scripts; ubicados en scripts
fmcabal.sql
Para poder usar la estructura de tablas predeterminada, necesitas, primero,
entrar a mysql y crear una base de datos.
mysql -u root -p
CREATEDATABASEfmcabal CHARACTER SET utf8;
Después, crear un usuario que la utilice. Por favor, no uses a root para accesar
la base de datos.
GRANT ALL PRIVILEGES ON fmcabal.* TO 'usuario'@'localhost' IDENTIFIED BY '.p@s5W0r6_S36u70&';
Hecho esto, basta con utilizar este usuario para crear la estructura de la base
de datos. Al hacer ésto, los datos que tengas en la base de datos desaparecerán;
ten cuidado.
mysql -u usuario -p fmcabal </path/a/FileManagerCabal/scripts/fmcabal.sql