When attempting to connect to MySQL using PHP, you might encounter an error like the following:
1 2 |
PDOException in Connector.php line 55: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client |
When attempting to connect to MySQL using PHP, you might encounter an error like the following:
1 2 |
PDOException in Connector.php line 55: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client |
Here, I announce the new release of Harmonica, Kotlin database migration library. The version is 1.0.10.
Continue reading Kotlin: Database Migration – Harmonica 1.0.10Here is a list of Harmonica articles in this site, which is Kotlin database migration tool.
Continue reading Kotlin: Database Migration – HarmonicaI 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