Help for this page

Select Code to Download


  1. or download this
    mysql -h localhost -P <port> -u root --password=password nemo
    
  2. or download this
    my $dbh = DBI->connect("DBI:mysql:database=nemo;host=localhost;port=$p
    +ort", 'root', 'password', \%attr);