Daily Shaarli
November 4, 2017

A Twitter employee deactivated Donald Trump’s personal account on their last day of work, the company said on Thursday, likely meaning the action was deliberate.
mysql - Access denied for user 'root'@'localhost' (using password: YES) after new installation on Ubuntu - Stack Overflow

MariaDB install :
mysql_secure_installation
mysql -h localhost -u root --password=<PW>
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '<PW>';
FLUSH PRIVILEGES;