Hi folks,
i want to know of how to change default connection to localhost mysql server to tpc/ip rather then socket? -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Try to add this to the /etc/my.cnf, all connections from the machine will use tcp/ip: `
[client]
host = <ip address> -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --