phpmyadmin not found? *update*
After setting up PHP, I wanted to setup phpmyadmin so I was at a root prompt and typed:
yum install phpmyadmin
..and I get a message that says package not found.
Did I miss a step somewhere? I did a search for phpmyadmin but people were using apt-get to install it because of their different flavor of linux.
2 Replies
Here's one:
//no clue if it works - I don't use phpmyadmin - if you need a GUI for MYSQL (and
Update
I decided to start over with an Ubuntu 9.10 StackScript LAMP setup. I followed all the proper steps for installing myphpadmin from the library documentation.
When I go to: https://www.mywebsite.com/phpmyadmin
I get a Page Not Found. This was repeated on different browsers on different machine.
Under /srv/www/mywebsite.com/public_html/phpmyadmin/.htaccess, I have the linode IP address under allow. Block everyone else.
I have the opencert installed for SSL and SSL enabled under the /etc/phpmyadmin/config.inc.php file. I'm not sure where else to check for troubleshooting.
Any advice?