Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:58:19 +02:00
parent 2acdb5fbbf
commit 4b4a952c09
263 changed files with 266 additions and 1053 deletions

View File

@ -1,7 +1,4 @@
# PowerShell Script: convert-mysql2csv.ps1
```powershell
Convert a MySQL database table to a .CSV file
```
# convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]