Replies: 3 comments
-
Turns out it was because my MariaDB was woefully out of date. Everything is good now. Probably wouldn't be a bad idea to add a minimum version check to db.js right after it connects. Mark |
Beta Was this translation helpful? Give feedback.
-
Oh good, thanks for reporting back. Using That said, MariaDB is plenty compatible with MySQL so should not be an issue. |
Beta Was this translation helpful? Give feedback.
-
Hi Ylian, everything is working great.
Thank you,
Mark Langdon
Tech Mavens
|
Beta Was this translation helpful? Give feedback.
-
Hi All,
So I'm trying to get MeshCentral to use my local MariaDB server and although it will connect, it won't actually ever use the database that I designate for it. I have this in my config.json:
I know it connects because if I put the wrong password in it will throw an error on startup.
Once it starts if I add a new remote computer it will show up but I can't connect to it and it disappears as soon as I refresh the "My Devices" page.
This is on Centos
Is there any way to figure out why it's not actually adding tables to the DB and using it?
Thanks,
Mark
P.S. Thank you so much Ylian for creating and maintaining this wonderful tool.
Beta Was this translation helpful? Give feedback.
All reactions