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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Hello, first of all, thank you. I think I was one of the users that requested the tutorial, you were fast writing it! Thanks!
I followed all the steps and everything worked well unless the fact that when I login to PHPMyAdmin, it redirects me to the url without the “/nothingtosee”
Thank you for your help!
Hello there! I have the same issue as Pablo. When I log-in it redirects me to http://server_domain_or_ip/index.php?token=… not http://server_domain_or_ip/nothingtosee/index.php?token=…
If I press BACK it delivers me to http://server_domain_or_ip/nothingtosee/index.php?token=… I installed everything by instruction and set up LEMP by your tutorial as well
Hi,
I must be missing something here. I’ve tried this tutorial a few times and still can’t get the authentication to work.
My method:
Unfortunately, no authentication window pops up and I see the phpmyadmin as usual.
I’ve tried with Chrome, Firefox, Opera & IE.
I’d love to know where I’m going wrong!
Thanks, Derrick
Same issue as Pablo. Found the solution for it here: https://stackoverflow.com/questions/36268480/phpmyadmin-after-login-wrong-url
This comment has been deleted
mcrypt has been deprecated as of PHP 7.1.x. For details see http://http://php.net/manual/en/migration71.deprecated.php
The LEMP stack and/or PHP 7.0 apparently addresses encryption via other means as I have not had any issues. Upgraded to PHP 7.2 and 18.04 - still no issues with encryption so mcrypt should not be needed.
Hello, after configuring Nginx Authentication Gateway, when I enter the credentials I get “403 Forbidden” message. How can I resolve this issue? Thanks!
I am getting an error after following these directions. 502 Bad Gateway.
2018/10/29 16:43:55 [crit] 8879#8879: *4 connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 10.19.80.59, server: plantpi.workstations.winona.edu, request: "GET /phpmyadmin/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "plantpi.workstations.winona.edu"
i want to add something. I got error, even mysql root password was correct, but i can not login to phpmyadmin. I got error Access denied for user ‘root’@‘localhost’
To solve this, i login into mysql from terminal with command
mysql -u root -p
after login into mysql prompt, give command
ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 'your-password';
then exit
This is happened because mysql not recognized the authentication from phpmyadmin. Just info for anyone get same trouble like me
After enabling mcrypt I get the error:
WARNING: Module mcrypt ini file doesn't exist under /etc/php/7.3/mods-available
What do I do now?
I’m installing on a LEMP stack, but missed the part about skipping over server selection and selected Apache from the options. Tried going back and reinstalling but the installer jumped to after that step. Perhaps this is the issue?