This is a discussion on my.cnf missing within the MySQL Database forums, part of the Database Forums category; I've installed MySQL 5.0.24-0 via the RPM's for Redhat 4.0 on the website and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've installed MySQL 5.0.24-0 via the RPM's for Redhat 4.0 on the
website and it works fine. I wanted to add a few security lines like "skip-networking" and "set-variable=local-infile=0" in my.cnf, except I can't find my.cnf. I did a "find / -name my.cnf" and there was nothing. I do have the normal huge.cnf, small.cnf, etc in the /usr/share/mysql directory. Does anybody know which .cnf file is used in this setup and if I can add the security lines? |
|
|||
|
Lodie wrote: > I've installed MySQL 5.0.24-0 via the RPM's for Redhat 4.0 on the > website and it works fine. I wanted to add a few security lines like > "skip-networking" and "set-variable=local-infile=0" in my.cnf, except I > can't find my.cnf. I did a "find / -name my.cnf" and there was nothing. > I do have the normal huge.cnf, small.cnf, etc in the /usr/share/mysql > directory. Does anybody know which .cnf file is used in this setup Choose the one most appropriate to your system - probably 'large'. > and if I can add the security lines? Customise as you like. |