Premium Only Content
Connecting to MySQL from PowerShell
Powershell Upgrade
https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell?view=powershell-6
MySQL Connector:
https://www.mysql.com/products/connector/
MySQL Powershell Library Files
https://github.com/adbertram/MySQL
Support the TTS Channel
https://www.tomstechshow.com/contribute/
Here is some code from the video, it can also be found in my bitbucket link below.
#MySQL Connection
Import-Module MySQL
$dbpass = ConvertTo-SecureString -String 'abcd1234' -AsPlainText -Force
$dbuser = 'admin'
$dbcred = New-Object -TypeName 'System.Management.Automation.PSCredential' -ArgumentList $dbuser, $dbpass
Connect-MySqlServer -Credential $dbCred -ComputerName 'localhost' -Database 'MyData'
How to support my channel
0 - SHARE THE VIDEO!
1 - Like videos
2 - Subscribe to my channel
3 - https://www.tomstechshow.com/contribute
4 - Twitter https://twitter.com/toms_tech_show
5 - Facebook https://fb.me/tomstechshow
Code repository
https://bitbucket.org/tomstechshow/
My photo site
http://www.thomasnelsonphotography.com
-
0:53
STLNutritionDoc
3 years agoTruly connecting
32 -
0:57
Mattster2020
3 years ago $0.01 earnedShinkansen connecting to another
18 -
1:03
WXYZ
3 years agoJVS: Connecting People With Disabilities
30 -
3:34
BrooksideFarm
3 years agoConnecting The Grapple - 011
8 -
8:57
Hatmethz109
3 years agoConnecting to Self
14 -
4:46
churchill
3 years ago $0.01 earned1 line Powershell performance script
57 -
1:50
WMAR
4 years agoTeachers connecting with kids from home
11 -
1:59
WTMJMilwaukee
3 years agoConnecting job seekers with employers
2 -
1:21
StraightArrowRepair
3 years agoDucting Work - Assembling Metal Ductwork
52 -
14:40
Learning With Rich
3 years agoDYNAMO FOR REVIT_PLACING AND CONNECTING NODES
7