I've already updated to 7.3.. Yahooooo! But my bash didn't change to default T_T
After the signal-event reboot
I followed this to reset my mysql password coz I still cnt logon to mysql by just typing mysql to the command shell.. "Access denied root@localhost Password:NO"..
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 .
when I typed this "expand-template /root/.my.cnf" it still said that "bash:expand-template: command not found"....
So Im just gonna do "/sbin/e-smith/expand-template /root/.my.cnf" for the meantime.. But again, how do I go about in changing my bash as my default shell?