It's strange that mysql doesn't work correctly on my pc.
when I check the log files , i found this :
mysql.err
MySql: ready for connections
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
030104 20:48:24 MySql: Normal shutdown
030104 20:48:24 MySql: Shutdown Complete
C:/mysql/bin/mysqld-nt.exe: ready for connections
MySql: ready for connections
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
030104 21:20:48 C:/mysql/bin/mysqld-nt.exe: Normal shutdown
it seams that's the problem of ODBC or something.
And I tried to reinstall mysql,but nothing's helpful
Could anyone tell me something about that ?
If any solutions,the better,thanks