Quote:
|
Originally Posted by shammat
Everything you need is in the manual
|
Thanks for your advice.
# kill `cat /var/run/mysqld/mysqld.pid`
No complaint
# SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mysqlpassword');
Code:
bash: syntax error near unexpected token `('
# SET PASSWORD FOR 'root'@'localhost' = PASSWORD'mysqlroot';
Code:
bash: SET: command not found
# which set
# which SET
both w/o printout.
Pls advise which package I need to install to have this bash command 'SET'? TIA
B.R.
satimis