What port number does MySql use for the koha database? I have been trying to connect in with MySql Administrator and it does not see it. The default for MySql is 3306.
Christopher L Middleman <cmiddleman@stcames.com> wrote:
What port number does MySql use for the koha database? I have been trying to connect in with MySql Administrator and it does not see it. The default for MySql is 3306.
I don't think koha changes the defaults. Note that many systems by default only have MySql listening to localhost, so you would need to either be running MySql Administrator on the same machine or have changed your MySql configuration. Hope that helps, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
It was a local host problem. I fixed it first by adding another mysql user and then by editing /etc/mysql/my.cnf and commenting out this first line with 127.0.0.1 in it. This alowed MySql Admin to connect and Webmin. MJ Ray wrote:
Christopher L Middleman <cmiddleman@stcames.com> wrote:
What port number does MySql use for the koha database? I have been trying to connect in with MySql Administrator and it does not see it. The default for MySql is 3306.
I don't think koha changes the defaults. Note that many systems by default only have MySql listening to localhost, so you would need to either be running MySql Administrator on the same machine or have changed your MySql configuration.
Hope that helps,
participants (2)
-
Christopher L Middleman -
MJ Ray