Article:
 |
|
Web Apps with Tiger: Security and MySQL
|
| Subject: |
|
password update failed ... Why ? |
| Date: |
|
2006-02-05 09:08:28 |
| From: |
|
beel
|
|
|
|
trying to change the root password give this answer :
---
/usr/local/mysql-standard-4.1.15-apple-darwin8.2.0-powerpc-64bit/bin/mysql_secure_installation: line 33: mysql: command not found
Password update failed!
---
any idea of what is hapenning ?
(MySQL was running when i tried this)
|
Showing messages 1 through 1 of 1.
-
password update failed ... Why ?
2006-06-09 07:58:18
pdschmidt
[View]
/private/etc/csh.login
so now it looks like -
# System-wide .login file for csh(1).
setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/mysql/bin"
so a command will look in the mysql bin last, and everything worked.