Are you trying to log into the mysql command line tool to do sql queries etc?
if so, then it isn't mysqladmin, it is just mysql ie 'mysql -u root -proot' if you are actually trying to do something with mysqladmin, you need to put that command on the command line, ie 'mysqladmin -u root -proot ping' On Mon, 24 Nov 2008 15:37:01 +0900, Mr. Watson <[EMAIL PROTECTED]> wrote: > > Nothing. It just gives me the help list. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

