Docker
Hans Karlsen (talk | contribs) (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...") |
Hans Karlsen (talk | contribs) 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
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;
This page was edited more than 11 months ago on 02/10/2024. What links here