mysql -u root -p
create database crud;
grant all on crud.* to 'usercrud'@'localhost';
exit;
mysql -u root -p crud < crud_dump.sql
Last active
June 29, 2017 15:37
-
-
Save ramingar/eadad246eda63b0e3910 to your computer and use it in GitHub Desktop.
Restaurar un dump de una BBDD mysql #database #mysql #dump #restore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment