News

Konrad Lukasik provides practical advice on versioning and preparing a database for delivery using upgrade scripts. The article is based on experiences from enterprise environment and includes ...
Yes, that’s mysql_upgrade, because it performs upgrades from MySQL instances as well as MariaDB, and because the choice of command name helps preserve compatibility with scripts written for MySQL.
When creating automation scripts to discover, add, update or remove records from a remote SQL database, you need to make sure your script can successfully connect to the database.