Hi guys, i recently installed 11.1 and i have installed apache2, php5, nad mysql. Unfortunately there is not anymore package phpMyAdmin (i dont know why it isn
t there), so i installed it manually. Everything seems to be working fine (web server, php and mysql server), but phpMyAdmin asks me for password, and it is default root username pass blank . But it keeps saying access denied. This freks me out
What i am done so far:
check if myslq server running:
linux-nepg:/srv/www/htdocs/phpMyAdmin # mysqladmin -u root -p status
Enter password:
mysqladmin: connect to server at ‘localhost’ failed
error: ‘Access denied for user ‘root’@‘localhost’ (using password: YES)’
Start mysql server
mysqladmin -u root -p status
Enter password:
Uptime: 1496 Threads: 1 Questions: 7 Slow queries: 0 Opens: 12 Flush tables: 1 Open tables: 6 Queries per second avg: 0.005
Server is up and running now… as you can see.
i tried to configure phpMyAdmin via link phpMyAdmin/configure which makes the conf.inc.php into /srv/www/htdocs/phpMyAdmin/config folder. Everything should work fine, but when i open the phpMyAdmin page it prompts me for a username and a password, and i type username ‘root’ password left blank, but it keep saying Access denied. Where I am wrong? Please help me.
Sincirely Prijic87