Displaying 5 results from an estimated 5 matches for "mysql_unix_port".
2005 Jun 29
4
Problem connecting to MySQL
Hello, when I invoke an action of my rails web app I recieve this message:
No such file or directory - /tmp/mysql.sock
In my MySQL config file I have this line:
socket=/var/lib/mysql/mysql.sock
Why Rails doesn''t pick up this value instead of his default value?
How could I change the configuration of Rails in order to change that value?
--
/ Eduardo Yáñez Parareda /
2019 Jun 30
2
Dovecot/MSQL issue
Hello, I'm trying to work through an issue that cropped up on a server I've
been working on and haven't found a very good workaround.
Dovecot is operating in a jailed environment.
The configuration in dovecot-sql.conf.ext has been set appropriately with
the host=127.0.0.1 (which works from a jailed environment) and when dovecot
attempts to auth it appears to perform a reverse dns
2019 Jul 01
2
Dovecot/MSQL issue
...ssue is actually a MySQL issue, unfortunately.
>
> " On Unix, MySQL programs treat the host name localhost specially, in a way that is likely different from what you expect compared to other network-based programs: the client connects using a Unix socket file. The --socket option or the MYSQL_UNIX_PORT environment variable may be used to specify the socket name. "
>
> So not really something we could do much about.
>
> Aki
Aki
it is possible to force the use of tcp socket instead of unix socket by
specifying an ip instead of the hostname localhost. As I understood it
Nathan is...
2019 Jun 30
0
Dovecot/MSQL issue
...7.0.0.1 issue is actually a MySQL issue, unfortunately.
" On Unix, MySQL programs treat the host name localhost specially, in a way that is likely different from what you expect compared to other network-based programs: the client connects using a Unix socket file. The --socket option or the MYSQL_UNIX_PORT environment variable may be used to specify the socket name. "
So not really something we could do much about.
Aki
2019 Jul 01
0
Dovecot/MSQL issue
...issue, unfortunately.
> >
> > " On Unix, MySQL programs treat the host name localhost specially, in a
> way that is likely different from what you expect compared to other
> network-based programs: the client connects using a Unix socket file. The
> --socket option or the MYSQL_UNIX_PORT environment variable may be used to
> specify the socket name. "
> >
> > So not really something we could do much about.
> >
> > Aki
>
> Aki
>
> it is possible to force the use of tcp socket instead of unix socket by
> specifying an ip instead of the h...