At 12:51 10/07/2001 +0300, Leo Vanhatalo wrote:
Hi,
Did you had created manually the directories:
e:\innodb\data and e:\innodb\logs ?
because InnoDB doesn't create the directories, only the data
and logs files.
Regards,
Miguel
>Hi!
>
>I wanted to use row level locking. I modified the my.ini a
Hi!
I wanted to use row level locking. I modified the my.ini as follows :
#This File was made using the WinMySQLadmin 1.1 Tool
#7/10/2001 10:59:39 AM
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data
innodb_data_file_path = ibdata1:2000M;ibdata2:2000M
innodb_data_home_dir = e:\innodb\data
set-vari