I am new to MySQL.. I just installed it on my windows 98 (upgrading soon, dont make fun of me ) and im trying some first step processes.
I am learning out of a book called PHP fast and easy web development. THe book says this is the first step.
It says open a ms DOS prompt and type:
cd c:\mysql\bin
then type:
mysqld --standalone
when i type the standalone part i get this error:
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 unit parameters in your my.cnf or my.ini. If you want to use InnoDb tables, add for example, innodb_data_file_path = /mysql/data/ibdata1:20M
But to get good performance you should adjust for your hardware the InnoDb setup options listed at 7.6 at mysql.com/docs
What do I do.. Someone please help?!
Thank you for any information you provide.
Term
I am learning out of a book called PHP fast and easy web development. THe book says this is the first step.
It says open a ms DOS prompt and type:
cd c:\mysql\bin
then type:
mysqld --standalone
when i type the standalone part i get this error:
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 unit parameters in your my.cnf or my.ini. If you want to use InnoDb tables, add for example, innodb_data_file_path = /mysql/data/ibdata1:20M
But to get good performance you should adjust for your hardware the InnoDb setup options listed at 7.6 at mysql.com/docs
What do I do.. Someone please help?!
Thank you for any information you provide.
Term