How to Setup a MySQL DB Cluster in Docker ( Docker DB Cluster) Add Comment Edit Video Tutorial Blog Tutorial 1. At first clone the repo git clone http://github.com/shawon100/docker-mysql-db-cluster 2. Then open t... Read More
Build and Run PHP+MySQL Application in Docker 1 Comment Edit Method 1 (For Better Understanding): Create a Common Network for PHP & MySQL container docker network create chatbot PHP... Read More
How to Deploy a PHP and MySQL Web App in Kubernetes 2020 1 Comment Edit How to Deploy a PHP and MySQL Web App in Kubernetes Video Tutorial: https://www.youtube.com/watch?v=aG3Hq4KrvUI Source Code : https... Read More
How to host a PHP+MYSQL chatbot website for free lifetime in 2020 Add Comment Edit Github Source Code: https://github.com/shawon100/RUET-ChatBot Free Infinity Host: https://app.infinityfree.net Demo: http://ruetcha... Read More
How to Deploy PHP and MYSQL Project in Red Hat Openshift Online 2 Comments Edit Deploy PHP+MYSQL Project Free in Docker and Kubernetes Based Red Hat Openshift Online Cloud Server Openshift Cloud Server: https:... Read More
How to add or install phpMyAdmin with PHP+MYSQL in Openshift Cloud Add Comment Edit Learn about how to configure phpMyAdmin with PHP+MYSQL project in docker and kubernetes based Openshift Cloud Server. Openshift phpMy... Read More
[MySQL] Online Judge User's Unique Total Solved Problem Query Add Comment Edit SELECT DISTINCT sname, COUNT(verdict) AS verdict FROM ( SELECT * FROM submission where verdict='Accepted' and sname='sh... Read More
[MySQL] After Insert Trigger Sum all value of a column Add Comment Edit CREATE TRIGGER `mytrigger` AFTER INSERT ON `iot` FOR EACH ROW BEGIN DECLARE a float; DECLARE b float; DECLARE c float; ... Read More
[MySql] Sort Contents based on two different value Add Comment Edit A very important Sorting query that sort contents of a table according to two values. if values are equal based on first value then it... Read More
Database Lab 05 Add Comment Edit Download All Questions And S QL Files . Import SQL Files To Your Database Download Sql Database Schemas: Student ( Stu... Read More
Database Lab 04 Add Comment Edit Download All Questions And S QL Files . Import SQL To Your Database Download Sql Problem title : Design database schema and... Read More
Database Lab 03 Add Comment Edit Download All Questions And S QL Files . Import SQL To Your Database Download Sql Problem title: Design database schema and... Read More
Database Lab Task-02 Add Comment Edit Download All Questions And S QL Files . Import SQL To Your Database Download Sql Problem title : Design database sch... Read More