mysql default login password in linux. version 5.5 -
i installed mysql-client-5.5 using apt-get in debian os. after installation tried log in using command "mysql -u root -p -h localhost" or "mysql -u root -h localhost". asking mysql password. did not set password. searched default password did not any.
i getting error :
error 1045 (28000): access denied user 'root'@'localhost' (using password: no)
please tell me default password mysql.
Comments
Post a Comment