Issue
I want to learn MySQL 8 but because of my work I cannot abandon MariaDB installed on my computer. Is there any way that I can install both of them and use whichever I want according to my need?
Solution
You can use docker for these kind of purposes. You can also customize the port this runs on and change it to something else like 3360 in my.cnf
Answered By - Bitlist Answer Checked By - Willingham (WPSolving Volunteer)