Mysql and Mssql Database is Different and structure is also different, if you want to connect the mysql and mssql DB with you application through hibernate then you have to enter below code in your hibernate file
both database have diffferent port number and different dialect if you enter replace mysql dialect with mssql dialect then your code do not run
MySql:
MSsql:
if Database in your local system then you can write 127.0.0.1 or localhost with port number,
but if Database in other machine and that machine with in the Network then you have enter ipaddress of that machine with port number
both database have diffferent port number and different dialect if you enter replace mysql dialect with mssql dialect then your code do not run
MySql:
MSsql:
if Database in your local system then you can write 127.0.0.1 or localhost with port number,
but if Database in other machine and that machine with in the Network then you have enter ipaddress of that machine with port number