The SQL statement you need to run on the MySQL database to change your personal database user password is:
SET PASSWORD = PASSWORD(‘biscuit’);
That will set the password for the current user your logged in as to “biscuit”. You can issue this SQL command by using our MySQL editor which is available at “https://database.imageway.com“.
Rate This Entry:
All rights reserved. Copyright © 2000-2024 Imageway, LLC.