I'm trying to run the update query after running the mysql scripts in mysql db using powershell script, below mentioned query i am trying
Invoke-MySqlQuery -Query "UPDATE $DataBase.tablename SET account=$Storageacc,primary_key = $StorageKey,blob_container= $Container WHERE id = 1 and name = 'testing'"
when i run the above query using powershell script iam getting below error
The term 'Invoke-MySqlQuery'
is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again