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!
Good tutorial. However, as the final step of the upgrade, you may need to run mysql_upgrade in order to add users or view databases.
mysql_upgrade -u root -p
This comment has been deleted
I noticed that after following this instruction, the server is installed but password was not set and nowhere to be found.
I got the following error after running the apt update command:
The following signatures were invalid: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering mysql-build@oss.oracle.com
If anyone else gets this, the following fixed it:
apt-key adv --keyserver keys.gnupg.net --recv-keys 8C718D3B5072E1F5 more info on this problem here: https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature
Hi, thanks for the tutorial. I’m using Ubuntu 19 and even I tried so many times, I kept getting MySql Server 5.7. What am I missing? Thank you. I need to have MySql 8 for it’s specific features. Thank you.
Nice explanation. Will you guide me in following case-
My webserver is on public ip and mysql is installed on private ip
how we can connect both ? i am using ubuntu 18
I get stuck on step 2…
I type root password twice and then ‘Configuring mysql-community-server’ dialog comes up , I m pressing ENTER and nothing happening… it s stuck there. what I am doing wrong?
should use curl -OL https://repo.mysql.com//mysql-apt-config_0.8.14-1_all.deb instead key of old version is expired
Thanks, super helpful! 3 tips for newbies like me…
On the installation dialog, I had to highlight the version to install and hit ENTER to select 8.0 instead of 5.7.
Also on the other pop-up dialog I had to use the RIGHT directional arrow on my keyboard to highlight the ‘ok’ button, otherwise ENTER did nothing and I couldn’t get past it.
To quit the systemctl screen, press ‘q’.