photoworks Posted June 12, 2005 Share Posted June 12, 2005 how do i setup pfpmyadmin confinguation file so that i can acces to the phpmyadmin console ? when i type http://127.0.0.1/admin/phpMyAdmin/index.php it tells me that i cannot access to it. could anyone help me ? i included my phpmyadmin configuration file. config.inc.php Link to comment Share on other sites More sharing options...
scoopy Posted June 16, 2005 Share Posted June 16, 2005 try adding the following into that file on line 39: $cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/admin/phpMyAdmin'; Link to comment Share on other sites More sharing options...
photoworks Posted June 16, 2005 Author Share Posted June 16, 2005 got it solved, there simply was a package missing. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now