Skip to Main Content

MySQL Database

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!

MySQL 8 replication failing to replicate and im not getting any error

user12010226Mar 21 2019 — edited Mar 23 2019

Below are my configurations

Prod Server:

[mysqld]

datadir=/data/mysql/mysql

port=33000

server-id=1

log-bin="mysql-bin"

binlog-ignore-db=information_schema

replicate-ignore-db=information_schema

#binlog-do-db=test2

relay-log="mysql-relay-log"

auto-increment-increment = 2

auto-increment-offset = 1

DR Server:

[mysqld]

datadir=/data/mysql/mysql

port=33000

server-id=2

log-bin="mysql-bin"

binlog-ignore-db=information_schema

replicate-ignore-db=information_schema

#binlog-do-db=test2

relay-log="mysql-relay-log"

auto-increment-increment = 2

auto-increment-offset = 2

Comments

fac586
Answer
KinsaKaUy? wrote:
Hi All,

Is there a sample demo packaged apps made in Apex for a document management system? Just like the demo ARIA or Bug tracking systems.
There was, but it has been removed as it "no longer followed recommended coding practices and security". However it appears that these recommendations on coding practices and security do not apply in China as the packaged applications are still available from Oracle's Chinese site.

@Oracle: 2271362. These apps are out there and (if Arie's comments are correct regarding what are now perceived to be outdated about them) they still constitute a largely useful resource. Why not make them officially available again through the relevant previous version archives?
Marked as Answer by 846231 · Sep 27 2020
Ramani_apex
hi,

there is one demo page which is covered document management system application developed by Oracle Apex(4.2) it might be your requirement!

http://apex.oracle.com/pls/apex/f?p=39061

Thanx,
Ram
slavanaway

Ram,

I can't login to your app. The username / password does not work.

Sam

1 - 3

Post Details

Added on Mar 21 2019
3 comments
178 views