Delphix Products

  • 1.  how do i access the VDB's created...in target Environment

    Posted 10-28-2016 05:01:00 AM

    I have created multiple VDB's in delphix...but how do I access it in the target environment..i am using MySQL database..MYSQL is  not allowing to access the VDB with below user...as delphix engine strats the MySQL process in target environment by itself...using what credentials I need to login now.so that I can access the VDB in target environment..?





    Connection Info



    Host    10.6.120.168
    Port    3309
    User    fvqMjVlWJnFI5cwa
    Data Directory  /var/tmp/delphix_toolkit/provision/V/var/lib/mysql-FFP/datafile
    Version MySQL 5.7.16 MySQL Community/Enterprise
    JDBC    jdbc:mysql://10.6.120.168:3309


    Connection Info


    Host    10.6.120.168
    Port    3310
    User    fvqMjVlWJnFI5cwa
    Data Directory  /var/tmp/delphix_toolkit/provision/V/var/lib/mysql-VJM/datafile
    Version MySQL 5.7.16 MySQL Community/Enterprise
    JDBC    jdbc:mysql://10.6.120.168:3310
    11:37 AM


    #DemoEnvironment
    #Masking


  • 2.  RE: how do i access the VDB's created...in target Environment
    Best Answer

    Posted 10-28-2016 09:02:00 AM
    you use the same credentials as the source db and you connect to the vdb as you would any other db.example mysql -h 10.6.120.168 -P 3310 -u myname -pmypass mydb


  • 3.  RE: how do i access the VDB's created...in target Environment

    Posted 10-28-2016 11:19:00 AM
    thank you Adam for your support..everything  is working fine now....