no

How to Export and Import a Mysql Database Running on Docker

This series of commands serve as a guide in migrating a MySQL database from one docker instance to another. 1. Computer where source MySQL d...

Learn to Connect to a Mysql Database Running on Docker

1.) Introduction This blog is an extension of  https://czetsuya-tech.blogspot.com/2020/05/jdbc-tutorial-connecting-to-mysql-running-...

Learn Database Migration With Postgresql and Java at Runtime

I. Problem How to copy a PostgreSQL schema from one data source to another using Liquibase at run-time. The schema from the source data...

How to Setup Mysql Database for Remote Access

Here are some useful guidelines in setting up a mysql server for remote access in Ubuntu. Install and configure mysql server. sudo apt-g...

How to change varchar to nvarchar in mssql using hibernate

In my recent assignment I was asked to change how hibernate creates a table changing varchar fields to nvarchar. The problem is in MSSQL we ...

How to Allow Remote Connection in Mssql

Problem: If the MSSql Server is not properly configured it usually gives named pipes error like "error 1326" and so on. There a...

What Is the Mssql Equivalent of Desc in Mysql

Long time ago I was executing the command that I'm so used to in mysql which is: desc tablename This command will give you the rows,...

index