用mysql-Front把myisam表更改为innodb表,需要配置my.ini或者my.cnf吗?
用mysql-Front把myisam表更改为innodb表后,mysql支持了innodb表。执行
SHOW VARIABLES LIKE "have_innodb%"返回值是 YES 说明 mysqld 支持 InnoDB 表,可是在我的机器里确找不到my.cnf配置文件,在在mysql-front所在目录里找到my.ini文件,内容如下:
[Client]
# For help on this option-file please refer to
# http://www.mysql.com/doc/O/p/Option_files.html
那么mysql是根据哪个配置文件来支持innodb表呢???
我用的是4.0.12版本的mysql.
另外:
我把数据文件拷贝到别的机器上,用mysql-front却打不开!以前myisam类型的表只要拷贝过去就可以打开啊!