I am using debian linux. I have a linux machine on which mysql is install. I can log in to my linux machine using root user as well as other user. I can connect to mysql dat
At the command prompt try:
mysql -u root -p
give the password when prompted.