Max Matslofva wrote: > Zhang Huangbin skrev: > > >> Hi, Max. >> >> I deleted all 'ENGINE=InnoDB' in README.sql-mysql and use 'SOURCE' to >> import it, it works. >> >> What's wrong with it? Am i missing something? >> >> > Test if you can create anything using InnoDB > > mysql> CREATE TABLE noInnoDB ( test varchar(10)) ENGINE=MyISAM; > Query OK, 0 rows affected (0.02 sec) > > mysql> drop table noInnoDB; > Query OK, 0 rows affected (0.00 sec) > > mysql> CREATE TABLE testInnoDB ( test varchar(10)) ENGINE=InnoDB; > Query OK, 0 rows affected (0.03 sec) > > mysql> drop table testInnoDB; > Query OK, 0 rows affected (0.02 sec) > > /Max
Hi, Max. They all worked :( mysql> CREATE TABLE noInnoDB ( test varchar(10)) ENGINE=MyISAM; Query OK, 0 rows affected (0.08 sec) mysql> drop table noInnoDB; Query OK, 0 rows affected (0.00 sec) mysql> CREATE TABLE testInnoDB ( test varchar(10)) ENGINE=InnoDB; Query OK, 0 rows affected (0.08 sec) mysql> drop table testInnoDB; Query OK, 0 rows affected (0.01 sec) -- Best Regards. Zhang Huangbin - Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x: http://rhms.googlecode.com/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
