Installation


MySQL Secure Installation Set (Change) root password Remove anonymous users Disallow root login remotely Remove test database and access to it Reload privilege tables Start MySQL Secure Installation with following command /usr/bin/mysql_secure_installation Output: NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE […]

MySQL Secure Installation


Flyway – The agile database migration framework for Java. Don't think that this can be used only for java apps.  Flyway can be used  for  versioning  Oracle, SQL Server, DB2, MySQL, PostgreSQL, H2 and for Hsql databases. This might be the first documentation other than the Flyway wiki for installing […]

Configure Flyway Command Line Tool