My Windows development machine MySQL occasionally got corrupted.
The data inside is useless to me, so I just seek for fastest method to get MySQL up and running again.
Continue reading “[Windows] Reinitialize corrupted MySQL installation”
My Windows development machine MySQL occasionally got corrupted.
The data inside is useless to me, so I just seek for fastest method to get MySQL up and running again.
Continue reading “[Windows] Reinitialize corrupted MySQL installation”
You likely encounter those problem when developing Laravel Application using Windows Machine.
.env
is set to different credential.env
setting drifting between two separate Laravel installations (e.g. http://127.0.0.1:8080 .env setting applied to http://127.0.0.1:8081)Continue reading “[Windows] Laravel behaving strange on Windows Server”
Deployer – https://deployer.org/
A zero downtime PHP deployment tool.
Basically it SSH
into the remote server, git clone
to new folder, composer install
, and create symlink to latest release folder
And optionally run database migration, restart PHP-FPM. If either step fails, it rollbacks the whole transaction.
Continue reading “[Windows/Linux/Mac][PHP Deployer] Zero Downtime PHP Deployment”