Tag Archives: MySQL

MySQL: When you can’t login via PHP


When attempting to connect to MySQL using PHP, you might encounter an error like the following:

Continue reading MySQL: When you can’t login via PHP

Kotlin: Database Migration – Harmonica


Here is a list of Harmonica articles in this site, which is Kotlin database migration tool.

License: GPL v3 Download CircleCI

Continue reading Kotlin: Database Migration – Harmonica

CakePHP3 How to stop auto increment on auto generated id column


I researched how to stop auto increment of auto generated id column in CakePHP3.

Continue reading CakePHP3 How to stop auto increment on auto generated id column