Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. BBDD Importar
  3. **********************************************************************************
  4. Importar
  5.  
  6. mysql --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx < dump.sql
  7.  
  8. mysql -u usuario de bbdd -S /kunden/tmp/mysql5.sock -p nombre de bbdd < fichero.sql
  9.  
  10. **********************************************************************************
  11. BBDD Exportar
  12. **********************************************************************************
  13. Exportar
  14.  
  15. mysqldump --host=localhost --user=dboxxxxxxxxx --password=******** -S /tmp/mysql5.sock dbxxxxxxxxx > dump.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement