I am inexperienced with Linux so I have tried several fresh installs with no luck following this tutorial:
Each time I get stuck at the same part with no luck on any google searches of my errors. When I run:
sudo systemctl status mariadb
I get:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored Looking for 'mysql' as: /usr/bin/mysql Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck Version check failed. Got the following error when calling the 'mysql' command ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: FATAL ERROR: Upgrade failed
Currently where are you on the install? I’ve installed multiple times with no issues… i know that you are installing on Ubuntu 18.04 but what are your systems specifications? Also did you run mysql_secure_installation? To setup the MySQL server?
I get “Could not find the requested service mysql” when running easy install. I am using WSL Ubuntu 18.04 on Windows 10 Pro OS build :19042.1052. I got WSL2 also installed and enabled. I tried all possible steps trying to do step by step installation but it fails for mysql. Is there any dependency issues that is not detected by easyinstall script. Any help would be greatly appreciated.