phpmyadmin not found? *update*

CentOS 5.3 setting up a LAMP stack.

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

A quick google brings up lots of answers.

Here's one:

http://timt881.wordpress.com/2009/02/17 … 52-server/">http://timt881.wordpress.com/2009/02/17/installing-phpmyadmin-and-php-52-on-a-centos-52-server/

//no clue if it works - I don't use phpmyadmin - if you need a GUI for MYSQL (and only knows why) use HeidiSQL (thru a SSH tunnel)//

I checked out that link and it was exactly what I needed. Thanks for the help.

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?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct