View previous topic :: View next topic |
Author |
Message |
Elleni Veteran

Joined: 23 May 2006 Posts: 1150
|
Posted: Mon Nov 23, 2015 11:27 pm Post subject: [solved] Setting up postfix |
|
|
I try to setup postfix doing step-by-step instructions from
https://wiki.gentoo.org/wiki/Complete_Virtual_Mail_Server/Postfix_to_Databasei
At step:
Code: | mysql -u root -p mailsql < genericmailsql.sql |
I get the following error:
Code: | ERROR 1064 (42000) at line 12: 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 'TYPE=MyISAM' at line 6 |
Help please 
Last edited by Elleni on Wed Nov 25, 2015 9:03 pm; edited 1 time in total |
|
Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1150
|
Posted: Tue Nov 24, 2015 10:42 am Post subject: |
|
|
I eventually found the error:
TYPE=MyISAM with actual mysql should be ENGINE=MyISAM
I will tryout tonight and if this was the Problem change this to [solved]
 |
|
Back to top |
|
 |
|