I would like to use HeidiSQL to check data in my docker MariaDB as the dates in the Wappler data View/Edit for some reason don’t show correctly.
Anyone had any luck connecting to one in Docker?
I would like to use HeidiSQL to check data in my docker MariaDB as the dates in the Wappler data View/Edit for some reason don’t show correctly.
Anyone had any luck connecting to one in Docker?
Expose MariaDB 3306 or (in some case 3307) to phisical host port
docker run
-p 3306:3306 \
Hello @funcoder you just need to enter localhost
as an address and copy the database user/pass/port from your docker target:
Thanks @Teodor, I’m in!