On 03/25/2013 11:06 AM, Jithin Xavier wrote: > If trued with mysql -u root -p Pa$$word!, and its working as well
Hmm, that looks wrong. There must be no space between -p and the password, otherwise the mysql command will interpret the latter as the database to use, not the password. Try "mysql -u root -p". Anyway, it may be that there is a root account in your database with no password. Try 'select user,host,password from mysql.user;' HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
