Advertisement
Guest User

Untitled

a guest
May 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mysqldump \
  2. --single-transaction \
  3. --no-data \
  4. --databases \
  5. --host somehost \
  6. --user=$MYSQL_USER \
  7. --password=$MYSQL_PASS \
  8. db1 db2 > ./schema/db.sql
  9.  
  10. ERROR 1064 (42000) at line 637: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*/' at line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement