Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

MySQL problem

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
Benji60
Posts: 67
Joined: Mon 11 Oct 2021 12:38 pm
Weather Station: HP1000 Froggit Pro
Operating System: Windows 10

MySQL problem

Post by Benji60 »

Hello,

I want to use MySQL Settings to create tables (month, day).
However, the configuration is a problem.
I am sure of the parameters used because I also configured my site with Météo template and I had to give the same information.
So :
Host name: ******.mysql.db
Port number: 3306
User name: llxghe****
Password: ************
Database name: llxghe****

With this information I get the following error: "Error: Unable to connect to any of the specified MySQL hosts."

Could it be a port problem?

thanks in advance!

Translated with www.DeepL.com/Translator (free version)
User avatar
mcrossley
Posts: 12689
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: MySQL problem

Post by mcrossley »

Did you add the server host name to your hosts file? Or is it in a local DNS server?

You could try using the IP address instead.
Benji60
Posts: 67
Joined: Mon 11 Oct 2021 12:38 pm
Weather Station: HP1000 Froggit Pro
Operating System: Windows 10

Re: MySQL problem

Post by Benji60 »

Hi!
No I couldn't solve the problem even with ipv4.
So I used an API method that doesn't ask cumulus to write to the server database (remotely, I forgot to mention it).
On the other hand I created a local network database to have a local copy in case of internet failure, and it works.
Thanks for the help !
Post Reply