dixondwayne
Programmer
Files don't want where data and etc. are... example follows.
file: my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
But the data is really in /var/lib/mysql/mysql
I see in the MYSQL documentation that mysql was suppose to install in /usr/local/mysql or /usr/local
sub-dir under the above would be
bin
data
include
lib........ and etc.
I think Redhat installed mysql whatever it wanted but start scripts are coded differently... this the case for anyone else?
Thanks,
Dwayne
file: my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
But the data is really in /var/lib/mysql/mysql
I see in the MYSQL documentation that mysql was suppose to install in /usr/local/mysql or /usr/local
sub-dir under the above would be
bin
data
include
lib........ and etc.
I think Redhat installed mysql whatever it wanted but start scripts are coded differently... this the case for anyone else?
Thanks,
Dwayne