By daolinch
Hi, I installed phpmyadmin following: How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server
I ran:
sudo apt-get install phpmyadmin
I selected No for dbconfig-common since I already have database installed.
sudo ln -s /usr/share/phpmyadmin /usr/share/nginx/html
sudo php5enmod mcrypt
sudo service php5-fpm restart
```
When I goto http://159.203.85.69/phpmyadmin or http://159.203.85.69/phpmyadmin:8000
I got page not found error.
I website is using PHP and Laravel 5.1.
How can I remotely use phpmyadmin? Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
HI,
i had choosed retry option while installation. and now it is not installing it is showing phpmyadmin : Depends: libjs-sphinxdoc (>= 1.0) but it is not installable Depends: dbconfig-mysql but it is not installable or dbconfig-no-thanks but it is not installable or dbconfig-common (< 2.0.0) but it is not installable Recommends: php-curl Recommends: php-gd Recommends: php-bz2 Recommends: php-zip Recommends: php-tcpdf but it is not installable E: Unable to correct problems, you have held broken packages.
please help me
E: Unable to locate package php5 E: Unable to locate package php5-mysql E: Unable to locate package mysql-server
The db-config request is to set up the database used by phpmyadmin and set up your credentials so it can connect with your db server. It does not overwrite your current tables. Without this step you will have to manually configure phpmyadmin by editing /etc/phpmyadmin/config.inc.php
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.