Having a local my.cnf for mysql -


is possible have local my.cnf file mysql in can override global 1 in /etc/mysql. using ubuntu 14.04. installed mysql apt-get.

yes, possible. create file called .my.cnf in home folder. can this:

[client] host        =<mysql server ip> user        =user password    =pass 

Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -