Docker
(Created page with "Docker desktop is an environment to run docker containers locally: https://www.docker.com/products/docker-desktop/ To get MySQL running in docker check this guide: https://he...") |
No edit summary |
||
Line 2: | Line 2: | ||
To get MySQL running in docker check this guide: https://hevodata.com/learn/docker-mysql/#s1 | To get MySQL running in docker check this guide: https://hevodata.com/learn/docker-mysql/#s1 | ||
In mysql create a Schema called Db1 and in MDrivenServer set ConnectionType to MySQL and connection string to : | |||
Server=127.0.0.1;port=13306;Database=Db1;Uid=root;Pwd=123456; |
Revision as of 09:09, 17 April 2023
This page was created by Hans.karlsen@mdriven.net on 2023-04-17. Last edited by Edgar on 2025-01-20.
Docker desktop is an environment to run docker containers locally: https://www.docker.com/products/docker-desktop/
To get MySQL running in docker check this guide: https://hevodata.com/learn/docker-mysql/#s1
In mysql create a Schema called Db1 and in MDrivenServer set ConnectionType to MySQL and connection string to :
Server=127.0.0.1;port=13306;Database=Db1;Uid=root;Pwd=123456;