×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Mysql-master-slave-replication

    Revision as of 07:25, 24 June 2009 by imported>Hundfred (New page: == mysql-master-slave-replication == 1)on the master and the slave a new "replication" user has to be added <pre> mysql> create user repuser@kurs007 identified by 'xxxxx'; Query OK, 0 r...)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    mysql-master-slave-replication

    1)on the master and the slave a new "replication" user has to be added

    mysql> create user repuser@kurs007 identified by 'xxxxx';
    Query OK, 0 rows affected (0.00 sec)
    

    2) set some rights

    mysql> create user repuser@kurs007 identified by 'xxxxx';
    Query OK, 0 rows affected (0.00 sec)
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.