Guest User

Untitled

a guest
Jan 12th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. mysql syntax error from mysql exported file
  2. mysql -h localhost -D mydatabase --user=root --password=pass < /home/db.sql
  3.  
  4. ..error..syntax to use near ''2006-01-25 1'
  5.  
  6. INSERT INTO `LINKS` VALUES(267, 581, 580, '2006-01-24 15:26:55');
  7. >> INSERT INTO `LINKS` VALUES(268, 583, 582, '2006-01-25 17:06:39');
  8. INSERT INTO `LINKS` VALUES(269, 585, 584, '2006-01-26 01:11:22');
Add Comment
Please, Sign In to add comment