[DOC] Correct some error of mysql-server [Freebsd]

05/07/2014 21:21 DarknessMt2-Roxas#1
Hello everybody, i share for a simple PDF with some fix for mysql-server on FreeBSD.

I think this pdf can help , so I share it.

Edit: Any version of mysql-server can have this bug.

-I traduce it in english. (Sorry for my worst english)

[Only registered and activated users can see links. Click Here To Register...]


Source : [Only registered and activated users can see links. Click Here To Register...]

Cordialy, Roxas.
05/07/2014 21:25 .Shōgun#2
fix for what? for which version? lol
05/07/2014 21:27 DarknessMt2-Roxas#3
Any version can have this error, I edit my post.
05/08/2014 00:17 Mastermonkey#4
Ah okay....
I would never ever do this:
PHP Code:
chown -R mysql:root /var/lib/mysql 
If you do it, evil guys can get root access to your server when you start it as "root"-user and not as "mysql" user
So better do this:
PHP Code:
chown -R mysql:mysql /var/lib/mysql 
Over and out! Correct me if i am wrong :P