MySQL icon indicating copy to clipboard operation
MySQL copied to clipboard

A module to manage MySQL databases on Windows

Results 6 MySQL issues
Sort by recently updated
recently updated
newest added

Hi, the prepare command needs to be placed after adding the parameters.

When I follow the example, Disconnect-MySqlServer -Connection $Connection, Invoke-MySqlQuery still works.

Hey! I found your awesome MySQL module via this link: https://mcpmag.com/articles/2016/03/02/querying-mysql-databases.aspx One thing I ran into in my particular instance was the use of Zero Date Time. I had to...

While using SSL is highly encouraged, there are edge cases where it's not enabled, and therefore the connect-mysqlserver cmdlet fails.

Added the ability to Use/Not Use SSL with the -UseSSL switch parameter. This fixes issue #6

Hello. I have 2 databases on the same server: 1. tc-db-log 2. tc-db-main I want select data with LEFT JOIN in query, but in your PS module i need set...