windows - How can i run MySQL and MariaDB database server at the same time and access them at phpmyadmin? -


first want have 2 different database servers on windows 10

a mysql database server , mariadb database server

second; want able access them @ phpmyadmin (on phpmyadmin login screen, expecting see 'servers' dropdown list pick either mysql server or mariadb server)

how can achieve on windows 10 ?

1. it's posible, run mysql , mariadb, u need config 1 instance more, because mysql , mariadb have similar core. (is same install 2 mysql server instance in 1 machine). here 1 tutorial install instances of mysql on windows. multiple mysql instances on windows

2. phpmyadmin requires web server, php, , browser. but... think isn't possible, because connect simultaneously 2 database server via 1 connection of phpmyadmin in browser, , i think isn't logic support. think u can try install two phpmyadmin. 1 mysql , other mariadb. check docs in web site, maybe u can obtain other solution. phpmyadmin

regards ✌🏼️


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -