On the Mysql part of the installation:
When i run mysql i fot this error---> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO).
and tried another:
root@viciscratch:~# mysql -u cron -p
Enter password:1234
ERROR 1045 (28000): Access denied for user 'cron'@'localhost' (using password: YES)
and also this mysql -u root -p
password:
ERROR 1045 (28000): Access denied for user 'cron'@'localhost' (using password: YES)
BUT WHEN I DO THIS; iwas able to login.but when i execute commands still getting the same error:
mysql -u cron -p
password: ( just leave blank)
mysql>
mysql>use asterisk;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'asterisk'
BEFORE this mysql i run the agc_2.0.5 branch and speciified localhost, cron, 1234 all are default on the DB side.
anyidea on how resolve this issue.
