- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Liquibase + MySQL | Installation | Configuration | Schema comparision & Sync | Tutorial | MySQL DBA
In this video, I walk you through the following topics with hands-on examples:
- Installing and configuring Liquibase.
- Running basic Liquibase commands.
- Deploying database changes using Liquibase.
- Identifying schema differences and syncing them using Liquibase.
Please share your thoughts and drop any questions in the comments section — I’d love to hear from you! 🙌 If you find my videos helpful, don’t forget to like, share, and subscribe to support the channel!
Commands:
Install Open Java Development Kit
- apt install -y openjdk-17-jre gpg
Installing Liquibase:
- curl -fsSL https://repo.liquibase.com/liquibase.asc | sudo gpg --dearmor -o /usr/share/keyrings/liquibase.gpg
- echo "deb [signed-by=/usr/share/keyrings/liquibase.gpg] https://repo.liquibase.com stable main" | \
sudo tee /etc/apt/sources.list.d/liquibase.list
- apt update
- apt install -y liquibase
- liquibase --version
Configuring the JDBC connector:
- https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.0.31/?utm_source=chatgpt.com
Видео Liquibase + MySQL | Installation | Configuration | Schema comparision & Sync | Tutorial | MySQL DBA канала Sri vlogs
- Installing and configuring Liquibase.
- Running basic Liquibase commands.
- Deploying database changes using Liquibase.
- Identifying schema differences and syncing them using Liquibase.
Please share your thoughts and drop any questions in the comments section — I’d love to hear from you! 🙌 If you find my videos helpful, don’t forget to like, share, and subscribe to support the channel!
Commands:
Install Open Java Development Kit
- apt install -y openjdk-17-jre gpg
Installing Liquibase:
- curl -fsSL https://repo.liquibase.com/liquibase.asc | sudo gpg --dearmor -o /usr/share/keyrings/liquibase.gpg
- echo "deb [signed-by=/usr/share/keyrings/liquibase.gpg] https://repo.liquibase.com stable main" | \
sudo tee /etc/apt/sources.list.d/liquibase.list
- apt update
- apt install -y liquibase
- liquibase --version
Configuring the JDBC connector:
- https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.0.31/?utm_source=chatgpt.com
Видео Liquibase + MySQL | Installation | Configuration | Schema comparision & Sync | Tutorial | MySQL DBA канала Sri vlogs
Комментарии отсутствуют
Информация о видео
12 сентября 2025 г. 2:30:01
00:48:03
Другие видео канала





















