About 1,110,000 results
Open links in new tab
  1. How to Connect and Query MySQL or MariaDB with PowerShell

    Mar 17, 2024 · You can connect to a MySQL/MariaDB database, select data from a table, and add, update, and delete table entries directly from a PowerShell script. In this post, we’ll look …

  2. MySQL Connection with PowerShell Scripting - MacLochlainns …

    Apr 27, 2021 · The following insert.ps1 PowerShell script connects to the MySQL database with the NET 8.0 Connector (check here for the newer DSN ODBC approach), and inserts one row …

  3. How do I connect to MySQL database via Powershell?

    Mar 2, 2016 · I was trying to get Powershell connect to a MySQL database from a remote location. What I've tried before: (https://community.spiceworks.com/topic/1899615-powershell …

  4. Connecting PowerShell to MySQL Database - TechTrek

    Sep 13, 2016 · The first step for many of these projects will be the same: connecting PowerShell to the MySQL database. Here are the steps I used to do that: 1. Download Connector/Net. The …

  5. Powershell: Some examples to use a MySQL Database - Michls …

    MySQL offers an native Windows .NET Connector to its Database. You can get it here. Some examples:-) First of all load the assembly. True v4.0.30319 …

  6. GitHub - mithrandyr/SimplySql: PowerShell module for …

    Feb 8, 2024 · SimplySql is a module that provides an intuitive set of cmdlets for talking to databases that abstracts the vendor specifics, allowing you to focus on getting work done. The …

  7. 6.2.4 Connecting to the MySQL Server Using Command Options

    Aug 2, 2022 · This section describes use of command-line options to specify how to establish connections to the MySQL server, for clients such as mysql or mysqldump. For information on …

  8. How to write a MySQL Connection Module for reuse

    May 21, 2021 · This reusable MySQL connection dialog lets you remove MySQL connection data from the command-line history. This post also shows you how to create and test a Powershell …

  9. database - How to connect to MySQL from the command line - Stack Overflow

    Jun 22, 2023 · Use the following command to get connected to your MySQL database. mysql -u USERNAME -h HOSTNAME -p. Use below command to do the login to remote mysql server. …

  10. ps_connection - Configuring and using PrestaShop - PrestaShop …

    Dec 3, 2014 · PS_connections_source the other one is not so large in my db. I'd like to disable some modules since I have 27 active modules in the Analytics and Stats section.

  11. Some results have been removed
Refresh