MariaDB with PHPMyAdmin local machine development setup using docker.
MariaDB and PHPMyAdmin setup for development on local machine using docker.
MariaDB and PhpMyAdmin docker setup in local
official website
https://hub.docker.com/_/mariadb
https://hub.docker.com/r/phpmyadmin/p...
preRequisties:-
Docker
mariadb
phpMyAdmin
MariaDB:-
MariaDB Server is one of the most popular database servers in the world.
It’s made by the original developers of MySQL and guaranteed to stay open source
Notable users include Wikipedia, DBS Bank, and ServiceNow.
PhpMyAdmin:-
phpMyAdmin is a free and open-source administration tool for MySQL and MariaDB.
As a portable web application written primarily in PHP
pull docker image
$ docker pull mariadb:latest
$ docker run -p 127.0.0.1:3306:3306 --name dev-mariadb -e MARIADB_ROOT_PASSWORD=pass123 -d mariadb:latest
now mariadb server is running now let us pull the phpmyadmin and create the container
$ docker pull phpmyadmin/phpmyadmin:latest
$ docker run --name dev-phpmyadmin -d --link dev-mariadb:db -p 7098:80 phpmyadmin/phpmyadmin
access PHPMyAdmin http://localhost:7098/
root and pass pass123
access using CLI
$ docker exec -it dev-mariadb bash
$ mysql -u root -p
select now();
select current_timestamp();
select current_date,curdate(),current_date();
Blog
http://techwasti.com/
Medium Publication
/ techwasti
#docker #mariadb #phpmyadmin #kubernetes #cloud-native #techwasti
On this page of the site you can watch the video online MariaDB with phpmyadmin local machine development setup using docker with a duration of hours minute second in good quality, which was uploaded by the user Maheshwar Ligade 24 July 2021, share the link with friends and acquaintances, this video has already been watched 4,498 times on youtube and it was liked by 46 viewers. Enjoy your viewing!