Correct, I can connect to mysql with no issues, either via terminal, or using any php app to connect to my localhost. But I fixed it today - I need to put single quotes around the ''password'' . I don''t know if its because I have a Symbol in the password or not, but that was the solution. My username doesn''t have the sing quotes. Thanks for the help, I began to think that because I was on Snow leopard, I didn''t upgrade correctly or something. Teaches me to do a Google search before thinking through the issue. -Tony On Oct 4, 2:47 am, Trausti Thor Johannsson <traust...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This error is simple. > Your database config file is incorrect. > Make sure you have the right password there. > > you can always try in command line ''mysql -u root -p'' press enter and type > in the password. > If it works, it is correct. > > Trausti >
On 4 Ott, 22:05, tspore <tsp...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Correct, I can connect to mysql with no issues, either via terminal, > or using any php app to connect to my localhost. > > But I fixed it today - I need to put single quotes around the > ''password'' . > I don''t know if its because I have a Symbol in the password or not, > but that was the solution. > My username doesn''t have the sing quotes. > > Thanks for the help, I began to think that because I was on Snow > leopard, I didn''t upgrade correctly or something. Teaches me to do a > Google search before thinking through the issue. > > -Tony > > On Oct 4, 2:47 am, Trausti Thor Johannsson <traust...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > This error is simple. > > Your database config file is incorrect. > > Make sure you have the right password there. > > > you can always try in command line ''mysql -u root -p'' press enter and type > > in the password. > > If it works, it is correct. > > > TraustiIs the port correct?
Most probably your symbol in the password led to invalid yaml code (without the quotes) just dropping half of the password... Andi On Oct 4, 10:05 pm, tspore <tsp...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Correct, I can connect to mysql with no issues, either via terminal, > or using any php app to connect to my localhost. > > But I fixed it today - I need to put single quotes around the > ''password'' . > I don''t know if its because I have a Symbol in the password or not, > but that was the solution. > My username doesn''t have the sing quotes. > > Thanks for the help, I began to think that because I was on Snow > leopard, I didn''t upgrade correctly or something. Teaches me to do a > Google search before thinking through the issue. > > -Tony > > On Oct 4, 2:47 am, Trausti Thor Johannsson <traust...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > This error is simple. > > Your database config file is incorrect. > > Make sure you have the right password there. > > > you can always try in command line ''mysql -u root -p'' press enter and type > > in the password. > > If it works, it is correct. > > > Trausti