Hi,
I continue to have problems about mysql connections from domains.
I have the domain (domain.com) behind cloudflare.
I add a A record in there, for the subdomain (sub.domain.com).
From WHM/terminal, I check the subdomain is found by
From cPanel, with the owner of the domain, I add the subdomain.
From cPanel, I install wordpress (for example) via Softacoulous.
From inside that cPanel user I can't connect to the db created with the user created, nor though terminal nor through PHP.
From terminal:
From WHM/terminal, I can connect.
Other DBs for the same cPanel user work fine.
I continue to have problems about mysql connections from domains.
I have the domain (domain.com) behind cloudflare.
I add a A record in there, for the subdomain (sub.domain.com).
From WHM/terminal, I check the subdomain is found by
Code:
ping sub.domain.com
From cPanel, I install wordpress (for example) via Softacoulous.
From inside that cPanel user I can't connect to the db created with the user created, nor though terminal nor through PHP.
From terminal:
Code:
mysql -u user -p
ERROR 2026 (HY000): SSL connection error: SSL_CTX_set_default_verify_paths failed
Other DBs for the same cPanel user work fine.