Gruzin Posted December 4, 2006 Share Posted December 4, 2006 Hi guys,I've installed Apache, PHP and Mysql and everything works OK, but now I'am trying to install PHPMyAdmin in my root folder so I get this error:[code]#1045 - Access denied for user 'root'@'localhost' (using password: NO) [/code] I know I have to change something in config.inc file, but I'am not sure what...Any help will be greatly appreciated,George Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/ Share on other sites More sharing options...
artacus Posted December 4, 2006 Share Posted December 4, 2006 the config.inc file is well documented. Read thru it. There are several different ways you can set up PMA, to prompt for a password or write the username/password into the config.inc file. Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/#findComment-135024 Share on other sites More sharing options...
Gruzin Posted December 4, 2006 Author Share Posted December 4, 2006 [code]You didn't set phpMyAdmin database, so you can not use all phpMyAdmin features[/code]What does this mean?Thanks anyway for your answer,George Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/#findComment-135037 Share on other sites More sharing options...
Gruzin Posted December 6, 2006 Author Share Posted December 6, 2006 * Bump * Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/#findComment-136321 Share on other sites More sharing options...
fenway Posted December 9, 2006 Share Posted December 9, 2006 Sounds like PMA is misconfigured.... Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/#findComment-137908 Share on other sites More sharing options...
the_oliver Posted December 9, 2006 Share Posted December 9, 2006 You need to point out a database in the config.inc file, or if you did there a typo, or you havent set the correct permitions on the database. Quote Link to comment https://forums.phpfreaks.com/topic/29418-problem-with-phpmyadmin-installation/#findComment-138001 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.