View Single Post
  #18  
Old 03-08-2008, 05:49 PM
RamsiMage
Fire Beetle
 
Join Date: Jan 2008
Posts: 26
Default 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
Reply With Quote