• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Tag: Policy

01 August 2018

How to Remove MySQL Validate Password Plugin

Written by Rahul
Rahul
The latest MySQL servers come with a validate password plugin. This plugin configures a password policy to make server MySQL more secure. While changing the password, I got the error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements Remove MySQL Validate Password Plugin In this option, you can simply uninstall...
Read More about How to Remove MySQL Validate Password Plugin
MySQL Leave a Comment
01 August 2018

How to Change MySQL Password Policy Level

Written by Rahul
Rahul
The latest MySQL servers come with a validate password plugin. This plugin configures a password policy to make server MySQL more secure. While changing the password, I got the error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements Follow below tutorial to change password policy level for MySQL. Alternatively, you...
Read More about How to Change MySQL Password Policy Level
MySQL Leave a Comment
01 March 2017

PowerShell – running scripts is disabled on this system.

Written by Rahul
Rahul
Problem: This error comes when PowerShell execution policy doesn’t allow to run scripts. I also found the same error when tried to run a PowerShell script. Solution: PowerShell execution policy is default set to Restricted. You can change the PowerShell execution policies with Set-ExecutionPolicy cmdlet. To run outside script set policy to RemoteSigned. PS...
Read More about PowerShell – running scripts is disabled on this system.
Windows Tutorials Leave a Comment

Popular Posts

  • How To Install Zabbix Agent on Debian 9/8
  • How to Install and Configure Squid Proxy on Debian 9
  • How To Install Wine 3 on Debian 9 (Stretch)
  • How to Remove “public/index.php” from URL in Laravel
  • How to Install Swift on Ubuntu 18.04 LTS
All rights reserved. © 2013-2018 TecAdmin.net. This site uses cookies. By using this website you agree our term and services