Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

New to Java- What to download to install -For learning Java

O.DeveloperJul 21 2016 — edited Sep 23 2016

Good Morning to all JAVA's

I am just today  started  for learning  Java .As one of our new  CRM  application (HEAT System) -needs Custom add in is to be developed in Java.

Kindly guide me what exactly i should download to practice Java. my OS is windows 7 .

Please give me correct link to download and install.

Thanks

Have Good Days !!!!

Comments

Gbenga Ajakaye
Answer

See this page on how to set up MySQL replication. It doesn't work in real-time

MySQL :: MySQL 5.7 Reference Manual :: 18.1 Configuring Replication

Marked as Answer by 2624469 · Sep 27 2020
remzi.akyuz

Hi, i dont know any tool for real-time replication but  use wsrep for high load projects.

Products | Galera Cluster for MySQL

Its very stable and fast(ver very low latency).

My advice is try it.

Alexandre Almeida

Actually, you don't need a "tool" to replicate the whole/partial data from one database to another. You simply set a native replication with a couple of commands, such as GRANT and CHANGE MASTER. Please refer to https://dev.mysql.com/doc/refman/5.7/en/replication.html

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 21 2016
Added on Jul 21 2016
9 comments
1,848 views