MariaDB

Spring Boot Security Configuration, practically explained – Part4: Custom Authentication Provider for password verification via a stored procedure
| | |

Spring Boot Security Configuration, practically explained – Part4: Custom Authentication Provider for password verification via a stored procedure

This is the 4th in a series of posts which focuses on how we can create and use a CustomAutenticationProvider and use it with a password verification stored procedure.

The database command-line tools you can add to your dev environment without database installation
| | | | | |

The database command-line tools you can add to your dev environment without database installation

This post is about the command-line tools that are officially supported by the major databases. Each one of those tools is shipped as part of the corresponding database installation package. However, here will see how we can obtain and install them as a stand-alone-tools, without the respective database installation.