02.01.2015 Views

Una guía completa para la edición de publicaciones en línea - PKP

Una guía completa para la edición de publicaciones en línea - PKP

Una guía completa para la edición de publicaciones en línea - PKP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Your MySQL connection id is 103<br />

Server version: 5.1.38 MySQL Community Server (GPL)<br />

Type 'help;' or '\h' for help. Type '\c' to clear the curr<strong>en</strong>t input statem<strong>en</strong>t.<br />

mysql> DROP DATABASE ojs;<br />

Query OK, 0 rows affected (0.23 sec)<br />

mysql> CREATE DATABASE ojs DEFAULT CHARACTER SET utf8;<br />

Query OK, 1 row affected (0.00 sec)<br />

mysql> GRANT ALL ON ojs.* TO pkpuser@localhost IDENTIFIED BY 'password';<br />

Query OK, 0 rows affected (0.01 sec)<br />

mysql><br />

Cargue el volcado <strong>de</strong> memoria <strong>de</strong> <strong>la</strong> base <strong>de</strong> datos <strong>en</strong> <strong>la</strong> base <strong>de</strong> datos que acaba <strong>de</strong> crear:<br />

$ zcat /root/ojs-database.sql.gz | mysql -u pkpuser -p ojs23<br />

266

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!