I have no idea what caused the original problem, but...

dac413;247048 Wrote: 
> I've tried to touch /etc/mysql/conf.d/old_passwords.cnf thinking that,
> "Perhaps a blank file will work!", but I get:
> touch: cannot touch `/etc/mysql/conf.d/old_passwords.cnf': No such file
> or directory

I can tell you that this error means that the path to the file you're
trying to touch does not exist.  Maybe try:

mkdir -p /etc/mysql/conf.d
touch /etc/mysql/conf.d/old_passwords.cnf

You may have to work out the correct permissions for those dirs...


-- 
Fletch
------------------------------------------------------------------------
Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=40827

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to