Help for this page

Select Code to Download


  1. or download this
    grant ALL ON DB.* to 'user'@'UNIX BOX IP' identified by 'password'
    
  2. or download this
    
    use DBI;
    $dbh = DBI->connect("DBI:mysql:host=IP ADDRESS;database=$dbname","user
    +name","password");