Re: Clientless connection with PS
Posted by: Jose Ramirez Ruiz
Date: July 06, 2026 03:28PM

Hi Emmanuel,
Is your server installation local or remote? If local, the server installation is bundled with the MySQL client (mysql.exe) which you could use to run queries by calling it from powershell as a process.

Other than that, you could also write a small application that uses MySQL Connector NET's NuGet packages to access the database and then call it from your powershell script.

====================================
Jose Ramirez
MySQL Team

Options: ReplyQuote


Subject
Written By
Posted
Re: Clientless connection with PS
July 06, 2026 03:28PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.