Autor: Mike Cardwell Fecha: A: exim-users Asunto: Re: [exim] mysql expansion
* on the Mon, Feb 26, 2007 at 04:17:29PM +0000, #Ronan McGlue wrote:
> The username and password combination was the issue. I used myphpadmin
> to generate a pass which ended :sXT :D
That'll be it :)
> I've tried escaping the colon, wrapping the pass in single and double
> quotes, but still i get the same error.
>
> how do i encapsulate the : in the password?
Not certain. Try doubling the colon. Eg:
pass::word rather than pass:word
If that doesn't work someone else will have to jump in because I'm not
sure.