Difference between revisions of "MySQL and PowerShell"

Jump to navigation Jump to search
Add Google Ads
m (Minor reformatting, and Meta)
(Add Google Ads)
Line 1: Line 1:
{{#widget:Widget:GoogleAdSenseSkyscraper}}
To be able to interact with a MySQL database from PowerShell you need to have the MySQL .NET Connector installed first on the machine that you're going to run PowerShell from - http://dev.mysql.com/downloads/connector/net/
To be able to interact with a MySQL database from PowerShell you need to have the MySQL .NET Connector installed first on the machine that you're going to run PowerShell from - http://dev.mysql.com/downloads/connector/net/


Line 59: Line 60:
}  
}  
</source>
</source>
 
{{#widget:Widget:GoogleAdSenseSkyscraper}}
= Commands =
= Commands =
All database operations are done through methods of the <code> MySqlCommand </code> object, the two methods of main interest are...
All database operations are done through methods of the <code> MySqlCommand </code> object, the two methods of main interest are...

Navigation menu