• 1-888-289-2246
  • 24x7x365 Presence

SQL query to set/update the MySQL user password in the old style


The following query can be used to set/update the MySQL user password in the old style:-

SET PASSWORD FOR ‘user’@’%’=OLD_PASSWORD(‘password’);
FLUSH Privileges;

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *