Hi!
Don't know what happened to me, but I removed all files from /var/log directory when its overflow. After reboot mysql didn't start. When I try to start it manually, it throws the following:
I'm not a FreeBSD or *nix expert in fact. Usually I remove large files one by one and see if it works, but this time (don't know what happened to me) I removed everything from this directory.
Please help! What should I do to make MySQL start automatically on system startup as before?
Thanks a lot in advance!
Don't know what happened to me, but I removed all files from /var/log directory when its overflow. After reboot mysql didn't start. When I try to start it manually, it throws the following:
Code:
$ ./mysqld
100926 2:37:58 [Warning] option 'thread_stack': unsigned value 65536 adjusted to 131072
./mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
100926 2:37:58 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
100926 2:37:58 InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'open'.
InnoDB: Cannot continue operation.
I'm not a FreeBSD or *nix expert in fact. Usually I remove large files one by one and see if it works, but this time (don't know what happened to me) I removed everything from this directory.
Please help! What should I do to make MySQL start automatically on system startup as before?
Thanks a lot in advance!