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.

By Mohit Pandey
I was facing some issue with mysql so I had uninstalled it completely and then reinstalled it again.
So, when I went to my website now it was giving me “Error Establishing Database Connection”
Just to confirm everything I check show databases on sql
And I got this output:
mysql> show databases;
--------------------
| Database |
--------------------
| information_schema |
| mysql |
| performance_schema |
| sys |
--------------------
instead of this:
mysql> show databases;
--------------------
| Database |
--------------------
| information_schema |
| mysql |
| performance_schema |
| sys |
| wordpress |
--------------------
I don’t why this is happening even though I can see wordpress file in /var/lib/mysql/
Does anyone what is causing this issue? And how can I resolve it?
Thanks!
Chris
twcinnovations
richard.wilson
richard.wilson
richard.wilson
rich
b4dbf29d32f847318da467ebae7220
Yakin
caio_fr_sp
Abhishek M S
lnxfsf