I have FreeBSD 6.1 and i think it doesn't matter if it is Kubuntu or FreeBSD 6.1.
Probably you will have the same problem as I have. It is mysql_install_db.
I edit mysql_install_db. Then i run it(mysql_install_db).
Then you have to correct rights in /var/db/mysql/.
Unfortunately i didn't save
my edited mysql_install_db but i think i edit it ->>
------------------------------
user="" //line 13 user="mysql"
pkgdatadir=/usr/local/share/mysql //line 94 to /var/db/mysql //but i didn't it sure
--------------------------------------------
maybe somebody it save and help you.
The main problem is that mysql-bin.index is searched in different "directory" and it will error in *.err(it is not exist here) than you have to edit mysql_install_db and correct this problem.
Quote:
Originally Posted by robin.w
Hello,
I've tried to start MySQL server on my Kubuntu 6.06 but I was unsuccesful. Does anybody know how to install missing files???
--------------------------------------------------------------
robin@ubuntu:/var/log/mysql$ mysqld
mysqld: File '/var/log/mysql/mysql-bin.index' not found (Errcode: 13)
060905 21:21:41 [ERROR] Aborting
060905 21:21:41 [Note] mysqld: Shutdown complete
|