Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. **********************************************************************************
  2. BBDD Importar
  3. **********************************************************************************
  4.  
  5. mysql --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx < dump.sql
  6.  
  7. **********************************************************************************
  8. BBDD Exportar
  9. **********************************************************************************
  10.  
  11. mysqldump --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx > dump.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement