Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:46:35 +02:00
parent 88c834e437
commit 2acdb5fbbf
243 changed files with 1004 additions and 490 deletions

View File

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