type in PDF
Something I found that I can't seem to figure out why..
there is a difference in these two lines...
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');
set password for ‘root’@’localhost’ = OLD_PASSWORD(‘newpwd’);
One will work (online wiki version)
One will NOT work (PDF version)
There is something different about the ' ' that causes the PDF one to just drop down to a blank > without making the correct changes. Hopefully this will save someone a few min time.
Ramsi
|