Forums
(@jjolley)
18 years, 4 months ago
Got it! I had to use the OLD_PASSWORD Command
SET PASSWORD FOR ‘wordpress’@’%’ = OLD_PASSWORD(‘****’);
That took care of it.
Thanks.