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!
nano /etc/apache2/apache2.conf
Add the following to the bottom of the file:
Include /etc/phpmyadmin/apache.conf
“The installation process actually adds the phpMyAdmin Apache configuration file into the /etc/apache2/conf-enabled/ directory, where it is automatically read.”
Nope, usually he does not.
U must copy: sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf Than open it: sudo nano /etc/apache2/conf-enabled/phpmyadmin.conf Add line after “DirectoryIndex index.php”: AllowOverride All
Example: <Directory /usr/share/phpmyadmin> Options FollowSymLinks DirectoryIndex index.php AllowOverride All
Hello,
Recently MySQL changed their code so that you could not leave a blank port when installing phpmyadmin so I keep getting an error when I try to install PHP my admin.
"An error occurred while installing the database:
mysql: [ERROR] mysql: Empty value for ‘port’ specified"
Hi! I’ve followed the guide but i got an error while installing phpmyadmin. The error says: "Empty value for ‘port’ specified. " How can i fix it?
This comment has been deleted
everythings fine, but `` sudo phpenmod mcrypt sudo phpenmod mbstring
just give me
WARNING: Module mcrypt ini file doesn't exist under /etc/php/5.6/mods-available
WARNING: Module mcrypt ini file doesn't exist under /etc/php/5.6/mods-available
both cases, help me please!
using ubuntu 16.4
thanks
Hi,
I dont know what’s happend… but I cant log in phpmyadmin. I tried with user and my pass, root and pass of phpmyadmin. Display this message: #1045 - Access denied for user ‘root’@‘localhost’ (using password: YES)