This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist will be helpful to deploy our React application on the Netlify Website. | |
THank you! |