Skip to content

Roi/mysql_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

  • keepChars - implemention of keepchars function for mysql
  • lock_user_by_password_expired_date - lock mysql users based on password expiration

Usage

keepChars example :

select keepchars('def(#)123??45!!67$abc$','abcdef123456'); 
# will return def123456abc; 

lock_user_by_password_expired_date example :

call `db_name`.lock_user_by_password_expired_date();
# will run and return ALTER USER 'roi_test'@'%' ACCOUNT LOCK;

License

MIT

Releases

No releases published

Packages

 
 
 

Languages