Jump to content
xisto Community

javah

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by javah


  1. user is not permitted access to mysql configuration, so user cannot make a replication database.

     

    if you are a databases administrator, u can create replication database.

     

    i think, u make a coding that if u manipulation database, u should insert/update/delete to other database.

     

    example : u have database_1 on host1.mysql.uk and database_2 on host2.mysql.org

     

    u make coding where u your program connect to host1.mysql.uk & host2.mysql.org.

     

    if u manipulate your data, each database must be manipulated too.

     

    u should save to innodb (not myISAM) , why ??

    because you must use procedure / transaction (commit, rollback)

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.