Hi there,
I have set up MySQL successfully on my Windows box, now I tried to install it on Debian Etch and so I installed the package mysql-server-5.0. It says InnoDB is "Disabled" when I try SHOW ENGINES; or SHOW INNODB STATUS; That doesn't match the docs which says it's enabled by default, and I can't figure out why. Arguments:
mysqld --print-defaults
mysqld would have been started with the following arguments:
--old_passwords=false --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306 --basedir=/usr --datadir=/var/lib/mysql --tmpdir=/tmp --language=/usr/share/mysql/english --skip-external-locking --bind-address=127.0.0.1 --key_buffer=16M --max_allowed_packet=16M --thread_stack=128K --thread_cache_size=8 --query_cache_limit=1048576 --query_cache_size=16777216 --query_cache_type=1 --log_bin=/var/log/mysql/mysql-bin.log --expire_logs_days=10 --max_binlog_size=100M --skip-bdb
Pleas
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --