mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 12:34:25 +01:00
2.8 KiB
2.8 KiB
## list-mysql-tables.ps1 - Lists all tables of a MySQL database
This script lists all tables of the given MySQL database.
Parameters
C:\Users\Markus\Repos\PowerShell\Scripts\list-mysql-tables.ps1 [-server] <Object> [-database] <Object> [-dbuser]
<Object> [-dbpass] <Object> [<CommonParameters>]
Erforderlich? true
Position? 1
Standardwert
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
Erforderlich? true
Position? 2
Standardwert
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
Erforderlich? true
Position? 3
Standardwert
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
Erforderlich? true
Position? 4
Standardwert
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
Example
PS> ./list-mysql-tables
Notes
Author: Markus Fleschutz · License: CC0
Related Links
https://github.com/fleschutz/PowerShell
Generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1