-
Spring Boot Flyway DB Migration Integration Example
Learn how to use Flyway db migration toll with spring boot projects.
-
Create ER Diagram For Existing MySQL Database
MySQL DB is the most widely used database in the world for small scale to large scale application. As MySQL is currently owned by Oracle and sells enterprise edition of MySQL and there is also one community edition maintained. Now there are many databases based on MySQL core. Apart from the DB engine, it provides…
-
How to install MySql on Ubuntu 18 server
MySql 5.7 is an open-source free RDBMS for small and midsize data. This supports connectivity with many different programming languages and platforms via drivers. Om Linux system is part of the LAMP(Linux, Apache, MySQL, PHP/Python/Perl) stack. In this post, I am writing methods to install MySQL 5.7 on Ubuntu 18 via the apt repository. Simply…