MySQL Forums
Forum List  »  Security

Re: How to determine available hash functions programmatically
Posted by: Georgi Kodinov
Date: December 10, 2016 04:04AM

Why don't you switch to the proper MySQL version you need ?
It's easy to follow updates too: just dd the yum repo (http://dev.mysql.com/downloads/repo/yum/).

Otherwise we don't have a list of all the built-in SQL functions available at runtime.
What I would suggest is just trying "SELECT SHA2('gizmo', 256)" and check if you get an error or not.

You can also file a feature request for the list on bugs.mysql.com

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to determine available hash functions programmatically
773
December 10, 2016 04:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.