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!
To clarify, as far as MYSQL is concerned wordpressuser@localhost and wordpressuser@web_server_ip are different users?
Nicely put together - thanks for this!
One nice addition - if you add your database server’s IP address to the /etc/hosts file on your web server with a name, you can use that name instead of the IP address in your configuration files (esp nice if you have more than one wordpress or other database-driven installation). Then if you move your databases to a different server, you only have one place to change the IP.
This is really help full as I was trying to optimize my site by making its database to a remote one.
Unfortunately, I run into a problem while following this tutorial: SSL will not enable for mysql:
mysql> status
--------------
mysql Ver 14.14 Distrib 5.7.24, for Linux (x86_64) using EditLine wrapper
Connection id: 2
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.7.24-0ubuntu0.18.04.1 (Ubuntu)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /var/run/mysqld/mysqld.sock
Uptime: 1 min 24 sec
This is the following output from the netstat command:
~# netstat -natp | grep 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2888/mysqld
This is after I have followed each instruction in Step 1, before getting to Step 2.
------ UPDATE -------
I found bind-address = 0.0.0.0 in two locations on the mysqld.cnf file: in the middle and at the end! My output for the netstat command is now correct with IP address showing with port 3306 but still same output for mysql status
How would I go about accessing the mysql database with something like Sequel Pro after doing this?
Is there anyone who would know why the wordpress installation takes this long?
its been over 2 hours now after i pressed “install wordpress” when i visit the site on another tab I’m redirected to the installation page again
Hi I am and have been working on this tutorial and I am trying to get my Webserver like instructed in (Step 3 — Testing Remote and Local Connections) to listen (or connect to my) remote database I set up but I am get the above error
I’m over here loosing it… any help would be awesome…
for the bind address i used my private ip for that since both droplets are DigitalOceans but should I have gone with public address for bind?