Help for this page

Select Code to Download


  1. or download this
    root@server:# mysql -h _HOST_ --port 3306 -u _SSL_USER_ --ssl-cert=/et
    +c/mysql/certs/client-cert.pem --ssl-key=/etc/mysql/certs/client-key.p
    +em -p _DATABASE_
    Enter password:
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 49694205
    Server version: 5.0.96 Source distribution
    ...
    
  2. or download this
    #!/usr/bin/perl
    
    ...
                            '_SSL_USER_PWD_'
                      ) || die DBI->errstr;
    exit(0);