• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Where is mysql config file?

T

ThE-KinG

Guest
Hello friends,

How can I find my.cnf file on plesk 7.5.3. Normally It was in the /etc but I haven't found in there.

Code:
server# find my.conf
find: my.conf: No such file or directory
server# find my.cnf
find: my.cnf: No such file or directory

mySQL version is 4.1 and OS is freebsd : ).

Thank you so much for your replies.
 
[root@angusserver4 root]# locate my.cnf
/etc/my.cnf
/etc/my.cnf-original
 
Code:
root# locate my.cnf
root#

Could you please include your my.cnf file here.

I will re-create this file on my machine.
 
Better if you use the examples on your own server...

eg

[root@www root]# locate my-large.cnf
/usr/share/doc/mysql-server-4.0.23a/my-large.cnf

The files in this dir (in my case):
/usr/share/doc/mysql-server-4.0.23a/

are sample files that probably work best for your setup. But make a backup of your original just in case.
 
I have found,

my-huge.cnf
my-innodb-heavy-4G.cnf
my-large.cnf
my-medium.cnf
my-small.cnf

In /usr/local/psa/mysql/share/mysql

I copied my-medium.cnf as my.cnf in the /etc folder. Working without problem now.

Thanks.
 
Back
Top