Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ken212

  1. ken212

    connecting to mysql

    This will be elementary most people, but i try to connect to a mysql database through a perl code as below but get the message not connected. What am i doing wrong please? use DBI; $db='edogan_ff'; $host='mysql7.opentransfer.com'; $u='edogan_egemen'; $p='edogan212'; $db_handle =...
  2. ken212

    connection to mysql

    This will be elementary most people, but i try to connect to a mysql database through a perl code as below but get the message not connected. What am i doing wrong please? use DBI; $db='edogan_ff'; $host='mysql7.opentransfer.com'; $u='edogan_egemen'; $p='edogan212'; $db_handle =...

Part and Inventory Search

Back
Top