This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docker:mysql_phpmyadmin_link [2020/03/11 13:46] admin |
docker:mysql_phpmyadmin_link [2020/03/11 13:48] (current) admin |
||
---|---|---|---|
Line 104: | Line 104: | ||
The terminal should displays something like: | The terminal should displays something like: | ||
- | {{ :docker:docker_phpmyadmin_03.png |}} | + | {{ :docker:docker_phpmyadmin_03.png?direct&800|}} |
===== Step 3: Access phpMyAdmin ===== | ===== Step 3: Access phpMyAdmin ===== | ||
Line 111: | Line 111: | ||
Yes, that's all…everything is done! Easy right? You only need to open your favourite browser and type the following url: http://localhost:8081/ so your instance of phpMyAdmin will show up. To access, type root as username and the password you established in the step one when running the mysql container (if you followed the tutorial the password is mypass123). | Yes, that's all…everything is done! Easy right? You only need to open your favourite browser and type the following url: http://localhost:8081/ so your instance of phpMyAdmin will show up. To access, type root as username and the password you established in the step one when running the mysql container (if you followed the tutorial the password is mypass123). | ||
- | {{ :docker:docker_phpmyadmin_01.png |}} | + | {{ :docker:docker_phpmyadmin_01.png?direct&800 |}} |
- | {{ :docker:docker_phpmyadmin_02.png |}} | + | {{ :docker:docker_phpmyadmin_02.png?direct&800 |}} |
===== Conclusion ===== | ===== Conclusion ===== | ||
In this post we have demonstrated how easy can be to get your mysql + phpmyadmin platform up and running using docker. If you have any insight, comment or you think something is not right, I would really appreciate your feedback. Otherwise, I hope this tutorial helped you in getting started with docker. | In this post we have demonstrated how easy can be to get your mysql + phpmyadmin platform up and running using docker. If you have any insight, comment or you think something is not right, I would really appreciate your feedback. Otherwise, I hope this tutorial helped you in getting started with docker. |