first type "mysql" : if you get "command not found", put the installationdir of mysql plus '/bin' in your path ;-)
then do :
mysql --user=root
(type enter for empty password)
then change the password for root :
update mysql.user set Password=PASSWORD('your_ne
flush privileges;
quit;
that's all
Main Topics
Browse All Topics





by: slyongPosted on 2003-07-15 at 03:30:51ID: 8924118
Hi Sam80,
Depending on what you install (source, rpm, binary distribution, pkg) mysql files might be in different locations. Look into /usr/bin, /usr/local/bin and try to find mysqladmin there.