my.cnf is missing
Hi,My server is using RedHat 9.0.
I just CHANGED the mysql from 3.23.58 (rpm) to 4.0.16 (rpm).
What I did :
# rpm -e <all mysql rpm>
# rm -rf /var/lib/mysql
then install the 4.0.16 (rpm)
# rpm -i MySQL-server .... MySQL-client ... MySQL-devel ... MySQL-shared-compat
I can start the server !
I can change the root password using mysqladmin
I can create database
But I cant find /etc/my.cnf
is this normal ?
I verified by issuing: rpm -ql MySQL-server ...
But again, I did not see /etc/my.cnf
Anyone know what is the 'standard' my.cnf for MySQL 4.0.16 ?
Thanks