linux-pages.com
... arcane linux knowledge collected over the eons, bit by bit ...
Recovering your phpMyAdmin/mysql lost root login password
How do you reset your mysqld and phpAdminPassword?
First we need to change the mysql root password (or set to empty if we want to allow a passwordless login). After that we will setup phpMyAdmin to use this mysql login.
1. On newer Linuxes, e.g. Ubuntu 16.04 LTS […]
On Linux:
git config core.autocrlf input
On Windows:
git config core.autocrlf true