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 0:53STLNutritionDoc4 years agoTruly connecting32
- 	
				 0:57 0:57Matts Videos from all over4 years ago $0.01 earnedShinkansen connecting to another18
- 	
				 1:03 1:03WXYZ4 years agoJVS: Connecting People With Disabilities30
- 	
				 3:34 3:34BrooksideFarm4 years agoConnecting The Grapple - 0119
- 	
				 8:57 8:57Hatmethz1094 years agoConnecting to Self25
- 	
				 4:46 4:46churchill4 years ago $0.01 earned1 line Powershell performance script58
- 	
				 1:50 1:50WMAR5 years agoTeachers connecting with kids from home18
- 	
				 1:59 1:59WTMJMilwaukee4 years agoConnecting job seekers with employers2
- 	
				 1:21 1:21StraightArrowRepair4 years agoDucting Work - Assembling Metal Ductwork52
- 	
				 14:40 14:40Learning With Rich4 years agoDYNAMO FOR REVIT_PLACING AND CONNECTING NODES9