Month: November 2019
-
[Solution] How to reset a MySQL root password easily
Stop the MySQL service sudo /etc/init.d/mysql stop Start MySQL without a password sudo mysqld_safe –skip-grant-tables & Connect to MySQL mysql -uroot Set…
-
[Solution] Redirect Non-WWW to WWW on Bitnami WordPress
Edit this file Change ServerName and ServerAlias to your domain, then Add these lines Then restart apache