Layer7 API Management

  • 1.  Replication user password recovery

    Posted Oct 13, 2017 07:33 AM

    Hi Community,

     

    How to recover API Gateway replication repluser user password. 

     

    Regards,

    Suneel



  • 2.  Re: Replication user password recovery
    Best Answer

    Posted Oct 13, 2017 08:13 AM

    is resetting the password not an option for you ? If you like to reset it try the below

    UPDATE mysql.user SET password = PASSWORD('replpass') WHERE user = 'repluser';
    FLUSH PRIVILEGES;

     

    This will set the repluser credentials to use the password "replpass"



  • 3.  Re: Replication user password recovery

    Posted Oct 16, 2017 02:59 AM

    Hi didsi01,

     

    Thank you for response.

     

    Regards,

    Suneel