Installed ASL and got the following error when going to
https://YOUR_SERVERS_IP:30000Fatal error(s) have been encountered.
Time Source Error
21:36:11 PGUICommon::define_base_configuration DEBUG: Loaded base config data
21:36:11 FATAL init Could not establish mysql connection
Access denied for user 'tortix'@'localhost' (using password: YES)
Well to tell you the truth I've enabled mysql and selected a password ASL didn't like ending with "!"
Then tried to run the Configure/Re-Configure ASL again
# asl -c
Disabled mysql by selecting "no"
# reboot
Same error when i go to
https://YOUR_SERVERS_IP:30000Just to mention before i did all the above i also tried:
# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('MY_NEW_PASSWORD') where USER='tortix'@'localhost';
mysql> FLUSH PRIVILEGES;
mysql> quit
# service mysql restart
I've tried to search the forum for the answer with no success...
Please help
thx