No, this is not my issue "mysql -u root -p" , My problem is ,if I type mysql command and enter,its going to mysql console with out giving me error,I am expecting some error here because I have set root credentials.
On Mon, Mar 25, 2013 at 4:39 PM, Felix Frank < [email protected]> wrote: > 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 a topic in the > Google Groups "Puppet Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/puppet-users/HGWxMrC63nc/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, 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. > > > -- -Regards Jithin Xavier +91-9739505163 Skype- jithinxavi in.linkedin.com/in/jithinxavier/ -- 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.
