You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15587.up

11 lines
246 B

USE billing;
UPDATE admins
SET
saltedpass = 'AtAFGhepIuEaQ.dSfdJ6b.$TNfqchYY76HTh2FAgD3l4r9JFYmFr9i',
md5pass = NULL
WHERE
login = 'administrator'
AND md5pass = MD5('administrator')
AND saltedpass IS NULL;