News

To query a MySQL database, I'm going to assume you already have a Windows MySQL server and a database with at least one table in it you'd like to retrieve. I'm also going to assume that you don't ...
SQL queries can be passed as strings to the Cmdlet using the PowerShell Pipeline and will be processed sequentially. In turn, a string can contain multiple queries separated by a semicolon. If it is a ...
The point of this script is to excecute backups from MySQL database without revealing plaintext password for the backup user account. In additon, the script compresses and encrypts the backup using ...