InnoDB problem with MySQL
I have setup MySQL and the it has an erro when starting mysqld
#/usr/local/mysql/bin/mysqld --user=mysql
InnoDB: operating system error number 13 in a file operations
InnoDB: this means mysqld does not have acces rights to
InnoDB: the directory
InnoDB: File name ./ibdata1
InnoDB: Connaot Continue operation aborting
i have chmod 777'ed /usr/local/mysql/data and /usr/local/mysqld/data/ibdata1 just so it would work (it is on a home network so ididn't mind)
i still get the same error :S
|