Hello,
I have tried to install mysql in linux and it said that I already installed it. Then the problem is I do not know the password to enter it. What should I do?
davy@ubuntu:~$ mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
davy@ubuntu:~$
If I have to reinstall mysql in linux how?
Thanks before.