|
|
| Author |
Message |
pashen Helper
Joined: 12 May 2004 Posts: 22
|
Posted: Wed May 12, 2004 7:56 pm Post subject: netmrg and mysql socket |
|
|
Hi.
I have mysqld socket in non standard directory.
I put into xml <host>locahost:/path_to_socket/mysqld.sock</host>
It works for web interface, but not for netmrg-gatherer.
How am I able to force netmrg-gatherer to use non standard socket directory.
Regards.
Pashen |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Thu May 13, 2004 1:04 pm Post subject: |
|
|
Have you tried modifying your my.cnf file to point at the new socket location?
| Code: |
[client]
port=3306
socket=/path_to_socket/mysql.sock |
At any rate, it's been assigned bug#192 so we can track it.
-Doug |
|
| Back to top |
|
 |
pashen Helper
Joined: 12 May 2004 Posts: 22
|
Posted: Thu May 13, 2004 2:02 pm Post subject: |
|
|
| silfreed wrote: |
Have you tried modifying your my.cnf file to point at the new socket location?
| Code: |
[client]
port=3306
socket=/path_to_socket/mysql.sock |
-Doug |
Yes, I did. Permissions on my.cnf: 644 . Standard mysql client connects without problems.
Regards.
Pashen |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Thu May 13, 2004 2:42 pm Post subject: |
|
|
Thanks for the info; We're hoping on a new release shortly, I'll see what we can do to work this in before that.
-Doug |
|
| Back to top |
|
 |
|