SG female geek shares reviews and tutorials related to Apple gadgets like iPhone, Macbook, IPad as well as other IT technologies like Android and Windows etc.
Steps to create and activate Python virtual environment
Stop SQL Server Create a text file "mysql-init.txt" in C:\temp directory and paste in this content ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; Open a command prompt window and run this command mysqld --defaults-file="C:\\ProgramData\\MySQL\\MySQL Server 8.0\\my.ini" --init-file="C:\\temp\\mysql-init.txt"
Comments
Post a Comment