This is my first time using UI bakery, and I can’t seem to connect to my Mariadb. I am using ‘localhost’ for host, and ‘root’ for user and the same password I use for Mariadb. I get a ‘cannot be connected’ message. Screenshots below:
Hi @EricO
It looks like you are trying to connect to a local database server. If you’d like to host the solution locally, you can try the on-premise solution, or connect to a local database from a cloud using a proxy or an SSH tunnel.
Hope this helps!
Kate
Thanks for the reply Kate. I did try the on-premise solution, but it is only for a 14 day trial! I was hoping for the free plan.
Once your trial expires, please contact us at support@uibakery.io, and we will issue a license for you.
Thank you!
Thanks for your patience once again. I had trouble installing UI Bakery because there were some issues with Docker and Docker compose. I have Linux Mint 22, and I was having extreme difficulty in installing them through the terminal, so I installed them via Software Manager. The result is the following screenshot:
Hi @EricO,
It appears that you installed very old version of the Docker Compose.
May I ask you to delete it and install the latest one?
It can be installed with curl -sSL https://get.docker.com/ | sudo sh


