From: "JeremyWoertink@..." Date: 2007-09-07T02:30:21+09:00 Subject: Re: ruby on rails with mysqladmin Have you checked your task manager to see if the mysql service is running? Can you get into mysql with just: mysql -u root and then create it through there? Did you restart your computer? Have you tried uninstalling and reinstalling mysql? if yes to all of these, then I have no clue hopefully someone else does. ~Jeremy On Sep 6, 8:25 am, "a marc aurele" wrote: > Hi all > > with : > mysqladmin -u root create dummy_development > > I get : > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost' (using password: NO)' > > all i have in terms of firewall is windows and the localhost:3000 > works for sure anyways, i even loaded a page on it. > And the YML file shows me im ok , i dont need a password etc : > > development: > adapter: mysql > database: dummy_development > username: root > password: > host: localhost > > I tried the same thing at work , no problems with it. > Any ideas what's going on please ? thanks