afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

Failed to connect - database setting #108

Closed vianmora closed 8 months ago

vianmora commented 8 months ago

Hello :) I've installed afterlogic on my webserver, but it seem i'm not able to configure Database settings, Normaly, i should hav a place where to put the Port, but i don't know where to fill it :/

image

Is someone could help me plase ? :p


config :

Afterlogic WebMail Lite PHP 9.7.5.build12-build-o3

afterlogic-support commented 8 months ago

If you need to specify a non-standard SQL port, supply it in the host field using hostname:port syntax.

vianmora commented 8 months ago

hum... even using hostname:port it doesn't work :'(

I can access to it in command line, but not with the interface :/

mysql -u {my_user} -h {my_host} --port {my_port} --database {my_database_name} -p
afterlogic-support commented 8 months ago

Oh, it looks like the issue isn't about connecting to the server, but about being unable to authenticate with login/password specified. Make sure to doublecheck the credentials supplied there.

vianmora commented 8 months ago

ok... i'm really sorry, my mistake then, it works now :/

Thank you very much for your time !! :o