Report this

What is the reason for this report?

How to install nginx, mariadb phpmyadmin etc

Posted on December 12, 2014

Hy I need help for webserver install

  • nginx
  • mariadb latest
  • phpmyadmin-all-lang latest
  • php 5.6
  • memcache/memcached
  • ftp
  • web control panel

thx for help



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You can start by creating a droplet with the one click application LEMP stack on Ubuntu 14.04 and then replace mysql with mariadb which is actually not that hard to do. if you google ‘replace mysql with mariadb’ you’ll find a bunch of articles on that.

If you need to use Debian instead of Ubuntu you will need to do everything manually. Here is an article on how to do it ARTICLE just make sure that instead of mysql you install mariadb.

To install phpmyadmin follow this ARTICLE

The rest such as FTP and php modules you can type on the search bar at the top of this page or google it.

If you get stuck on something feel free to post any specific problems you are running into and somebody from our community will be happy to assist you.

Good Luck!

Ok for the secret passpharse error, under your phpmyadmin folder installation find config.inc.php inside that file find this line

$cfg['blowfish_secret'] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

You can go here to generate a blowfish passphrase and inserted in the file so it looks like the sample below, don’t forget the opening and closing single quotes.

$cfg['blowfish_secret'] = 'qtdRoGmbc9{8IZr323xYcSN]0s)r$9b_JUnb{~Xz'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

For the warning, can you click on found out why and post a screenshot?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.