Local php development with docker

We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]

Share Button

MySQL on Docker

Install MySQL & PhpMyAdmin on Docker for local development work. We need to create following docker compose file for Portainer.  And we need to provide the following variable details – Points to remember – we […]

Share Button

Upgrade phpmyadmin

to upgrade phpmyadmin in wamp use the following steps – 1.Copy new myadmin folder in “C:\wamp\apps” 2.consider new version is “phpMyAdmin-3.4.9-all-languages” 3. copy “config.sample.inc.php” as “config.inc.php” 4. insert thos fields -> <?php /* Servers configuration […]

Share Button