[asterisk-users] Ubuntu as remote MySQL server
Marcus Franke
marcus.franke at gmx.net
Mon May 26 05:46:43 CDT 2008
On Mon, May 26, 2008 at 04:38:32PM +0800, Ronald Wiplinger wrote:
>
> Thanks that helped for Astrisk. Basically I just had to change in the
> user table of MySQL the field of password to "OLD_PASSWORD" so it makes
> a 16 Byte hash instead of new 41 Bytes.
>
You're sure about this?
This was an Issue when updating from mysql 4.0 to 4.1 but should be
no problem today.
> Now I got an additional problem.
> I changed in the my.ini bind=192.168.250.254
> That gives me the problem that a local web page cannot access the
> database. Can I somehow use two bind? 127.0.0.1 and 192.168.250.254???
> Actually I do not understand, because when I am on the server executing
> the mysql for the local mysql with -h192.168.250.254 it works, just not
> via the web site.
Just comment out the bind-address Option in your my.cnf and the
mysql server should bind to all interfaces.
regards,
Marcus
More information about the asterisk-users
mailing list