Docker

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 87 days ago on 02/10/2024. What links here