Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. En hosting Linux:
  2.  
  3. Importar: mysql --host=db12.db.1and1.com --user=dbo123456789 --password=password db987654321 < db987654321.sql
  4. Exportar: mysqldump --host=db12.db.1and1.com --user=dbo123456789 --password=password db987654321 > db987654321.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement