Advertisement
Guest User

Untitled

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