Server not known by Concrete5

Permalink 1 user found helpful
Hello everyone,

I have a problem during installation of Concrete5. My client have his database on the server adress "localhost:3306" and Concrete don't accept the insllation because it doesn't know this adress.

What can I do to resolve this? Anyone lived that case before?

Thanks you!!
Estelle

 
Gondwana replied on at Permalink Reply
Gondwana
I think 3306 is the default port. Have you tried leaving off the :3306? That works for me.
aZuL2001 replied on at Permalink Reply
aZuL2001
localhost is a reference to the local system.
That's normally not accessible through the internet.
You would need a public ip or dns registered name for that.

Normally you would only use localhost for development on a local machine.

In a hosting situation that mostly does not work.
Or it is on a VPS (Virtual Private Server), then it could work.
jero replied on at Permalink Reply
jero
have your tried using 127.0.0.1 instead of localhost? 3306 is the default MySQL port, so you should not need to specify that unless your environment is rather strange.