I got MySQL working and installed phpMyAdmin. Started the database (mysqlstart)
and logged in as root (mysql -u root -p ...ect.).
However, when I start up phpMyAdmin and navigate to the front page I get:
"MySQL 3.2.32-log running on localhost as root@localhost",
which seems to be ok, but when I click on the Privileges link, I get:
"User overview
No Priviliges"
And whenever I attempt to perform any finction in phpMyAdmin, it fails, giving me a "You have an error in your SQL syntax" - I'm guessing because I don't have the correct priviliges, even though it seems to understant that I'm logged in as root..
What am I doing wrong?
Thanx!
p.s. config.inc.php has the lines:
$cfg["Servers"][$i]['user']='root'
$cfg["Servers"][$i]['password']='xxxx'