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
Home / mysql
Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts
Build and Run PHP+MySQL Application in Docker
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
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
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
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
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
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
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
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
Download All Questions And S QL Files . Import SQL Files To Your Database Download Sql Database Schemas: Student ( Stu...
Read More
Database Lab 04
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
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
Download All Questions And S QL Files . Import SQL To Your Database Download Sql Problem title : Design database sch...
Read More
Subscribe to:
Posts
(
Atom
)