-
Published Question
Another problem with Digitalocean DB cluster
When i'm trying to install Prestashop on new droplet Ubuntu 1.8.0.4 LTS, PHP 7.3, MySQl 8, i got this error during installation step test database connection
Your database...
1
•
•
By
mangprangstore
Databases
PHP
Apache
Applications
-
Published Answer
Case Closed :)
Finally i had to deploy new droplet with Ubuntu 18.04.3, PHP7.3, MySQL 8.0 and use it to connect into the DB Cluste…
•
By
mangprangstore
-
Published Answer
Well lucky me i was able to figuring out the problem.
it’s the additional PhpMyAdmin configuration which cause the problem.
After…
Accepted Answer:
Well lucky me i was able to figuring out the problem.
it’s the additional PhpMyAdmin configuration which cause the problem.
After…
•
By
mangprangstore
-
Published Question
I had DB cluster and was successfully connected remotely via new droplet with MySQL 8 installed on there.
```
root@confidential:~# mysql --version
mysql Ver 8.0.18 for Linux on x86_64 (MySQL Community Server - GPL)
r...
Accepted Answer:
Well lucky me i was able to figuring out the problem.
it's the additional PhpMyAdmin configuration which cause the problem.
After i'm editing the additional configuration became :
$i++;
$cfg['Servers'][$i]['host'] = ...
5
•
•
By
mangprangstore
Databases
PHP
-
Published Question
We are just done adding DB cluster, but according to this article https://www.digitalocean.com/docs/databases/mysql/how-to/connect/ we can only connect to DB cluster if we use MySQL 8.x
Currently we are using MySQL 5....
2
•
•
By
mangprangstore
MySQL
Databases
Ubuntu 16.04