Hi Vito,
(this is the second attempt at a reply)
I am also new to linux and MySQL, I say new I've been playing around with both for some time but not able to set aside enough time to make solid progress. I use Fedora Core 3 and MySQL 5.0.9 beta. However, one thing that occured to me that might be worth trying is the following.
From the applications menu select:
System Settings>Server Settings>Services
You will need your root password to access this.
Then check to see if mysql is one of the available services, if so make sure the box is ticked, if not do so. Then try starting the service, quit. Then try accessing MySQL from the terminal again. You might also try by using:
mysql -u root
This certainly worked for me. If however, you don't find the service mysql I suspect that it's not properly installed.
Good luck!
Jeremy
|