Hi
For some strange reason I am now unable to access mysql with phpmyadmin - do not know what I have made of changes!
I have tried to reset the password with the following sequence of commands:
cd /var/service/mysqld
sv d .
expand-template /root/.my.cnf
expand-template /var/service/mysqld/set.password
/usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
sv u .
But I am still unable to access mysql. BTW it looks to me that the above commands reset a user named mysql and not root/admin user but I may be wrong?
In any case I get the following error when I log into mysql with phpmyadmin:
#1045 - Access denied for user 'admin'@'localhost' (using password: YES)
Please give me a hint

Regards
Benny