## list-mysql-tables.ps1 - Lists all tables of a MySQL database This script lists all tables of the given MySQL database. ## Parameters ```powershell C:\Users\Markus\Repos\PowerShell\Scripts\list-mysql-tables.ps1 [-server] [-database] [-dbuser] [-dbpass] [] 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 [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` ## Example ```powershell 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*