Help with phpMyadmin?
September 29, 2005 9:32 AM
Subscribe
Just getting started with php, web servers, html, mySQL, etc and have a question on phpMyadmin for those more experienced.
When I first setup phpMyadmin it worked fine however the next day when I naviagate to the page for phpMyadmin I get an error message that it couldn't read my config file and suggests clicking the direct link to my config.inc.php file and checking for errors, it also says that if a blank page comes up then you are fine, well a blank page DOES come up but I am obviously not fine as phpMyadmin doesn't work... I must be missing something because this makes no sense to me, I've googled and others have asked the same question but no answers have been posted, if anyone can help me out I'll be sure to post on other forums to answer this question for others.
"phpMyAdmin - Error
phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.
config.inc.php"
posted by Cosine to computers & internet (10 comments total)
Because if it's not displaying errors, you'll get a blank page regardless of how terrible your config.inc.php may be. Check your error logs, and your php.ini to make sure that error display is ON -- if this is a development machine and not production.
posted by Imperfect at 9:39 AM on September 29, 2005