Forum Moderators: bakedjake
(my computer's name):~ root# /usr/local/mysql/support-files/mysql.server start
Starting MySQL SUCCESS!
(my computer's name):~ root# mysqladmin -u root password '(the password)'
bash: mysqladmin: command not found
THANK YOU for any assistance.
This can be quite involved to get running but basicvally mysqladmin needs to be resolved first before you can use it.
A couple of ways of doing this could be:
1) involves setting up a .bash_profile or .profile file in your ~home directory containing an alias directive to the mysqladmin file, i.e. alias mysqladmin='/usr/local/mysql/bin/mysqladmin'.
2) involves setting up a symbolic link to the mysqladmin within the /bin/ directory so it is automatically loaded up when the system starts:
[scism.sbu.ac.uk...]
More information can be found here..:
[dev.mysql.com...]
let us know how you get on.
cheers, matc