Skip to content

Instantly share code, notes, and snippets.

View Arafat-alim's full-sized avatar
🎯
Grinding

ARAFAT AMAN ALIM Arafat-alim

🎯
Grinding
View GitHub Profile
@Arafat-alim
Arafat-alim / reset.txt
Created June 27, 2022 16:08
How to reset password of MySQL server Database.
# Now go to the Run Command (Win + R)
# Type -> services.msc
# Search MySQL8.X and disabled it. Copy the path of the services.
"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe"
"C:\ProgramData\MySQL\MySQL Server 8.0\my.ini"
@Arafat-alim
Arafat-alim / config.inc.php
Created June 27, 2022 15:52
PHPMYADMIN Errors Fix
<?php
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
/*
* Servers configuration
*/
This gist will be helpful to deploy our React application on the Netlify Website.
THank you!