Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. mysql --user=root --password=golf12 -e "create database if not exists sogodb; use sogodb; CREATE TABLE `sogodb`.`sogo_mail_auth` (`c_uid` VARCHAR( 256 ) NOT NULL ,`c_password` VARCHAR( 256 ) NOT NULL ,`c_name` VARCHAR( 256 ) NOT NULL ,`c_cn` VARCHAR( 256 ) NOT NULL ,`mail` VARCHAR( 256 ) NOT NULL) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1_bin"
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. -bash: sogodb: command not found
  9. -bash: sogo_mail_auth: command not found
  10. -bash: c_uid: command not found
  11. -bash: c_password: command not found
  12. -bash: c_name: command not found
  13. -bash: c_cn: command not found
  14. No mail for root
  15. ERROR 1064 (42000) at line 1: 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 '( VARCHAR( 256 ) NOT NULL , VARCHAR( 256 ) NOT NULL , VARCHAR( 256 ) NOT NULL , ' at line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement