In the last episode (May 23), Iago Sineiro said:
> Hi.
>
> Anybody knows where is the my.cnf file (or equivalent) in FreeBSD?
>
> I've installed mysql-3.23.49 using the port in FreeBSD 4.5.
Run "mysql --help":
Default options are read from the following files in the given order:
/etc/my.cnf /v
Hi.
Anybody knows where is the my.cnf file (or equivalent) in FreeBSD?
I've installed mysql-3.23.49 using the port in FreeBSD 4.5.
The script than launches mysql (usr/local/etc/rc.d/mysql-server.sh) is very
simple and don't look for any configuration file.
The script is:
-
#!/b