following howtoforge.com tutorial for centos 5.4 with ispconfig 3
i set my mysql root password to a value with an apostrophe:
mysqladmin -u root password 123'456
>mysqladmin -h server.example.com -u root password 123'456
ctrl + c (couldnt figure out how to quit)
installed phpmyadmin. surfed to
http://server1.example.com/phpmyadmin
prompted for password--doesnt work
tried root, mysql and leaving username blank too
cant find correct syntax to change password from command line. do i need to somehow escape the apostrophe???
thanks in advance!