sql server - Decryptbypassphrase equivalent in MySQL? -


i've migrated huge mssql database mysql using mysql workbench. worked perfectly, we're attempting rewrite stored procedures. login, password encrypted using mssqls method "encryptbypassphrase".

i don't want demand users change passwords- there equivalent decryptbypassphrase work mysql? can keep passwords, , same encryption methods?

thank you!


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -