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 […]
Learning Never Ends …
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 […]
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 […]
To change the mysql password from windows you need to perform the following dteps – Open CMD run the following command mysqladmin -u root password NEWPASSWORD where ‘NEWPASSWORD’ is new password and ‘root’ is the […]