Thursday, 29 July 2010  
4.2 MySQL

Here are some relevant information:

1. You can access the database using Perl DBI (with DBD::mysql) or Mysql.pm module.  You can also access it from the command line via Telnet using mysql command.  The path is /usr/local/mysql/bin/mysql).


You can find more MySQL resources at http://www.mysql.com

Sample Script to Test Your MySQL Connection:

----------------------BEGIN---------------------------------------------

#!/usr/local/bin/perl

use DBI;

$server = "mysql_server_name";
$database = "your_database_name";
$user = "your_user_name";
$pass = "your_password";
$dbh = DBI->connect("DBI:mysql:$database:$server",$user,$pass);
die "Cannot connect: $DBI::errstr\n" unless $dbh;

----------------------END---------------------------------------------

NOTE: Support for MySQL means that you can use run MySQL database on our servers. It does not mean that we provide any technical assistance nor tutorial on the subject.

 

Latest Updates

Pentainfoway is committed to make Asian Tennis Federation Websites the Hottest property in the next few months. Join as an Advertiser to make the most of this OPPORTUNITY.

Please contact us for Tariff.

Domain Name Availability
Most Popular Extensions ::
com net org
info biz us
in name co.in
» More Extensions
 
Domain
Registration
.com, .net, .org,
.biz, .info, .name,
.org.in, .co.in, .net.in
»Details«
 
Web
Hosting
Linux Hosting &
    Windows Hosting
»Details«
 
Web
Design
PHP, ASP,
      JSP, .NET, ...
»Details«
 
Search Engine
Optimization
Google, Yahoo,
         MSN, Ask, ...
»Details«
Privacy Policy | Terms of Service | Site Map | Disclaimer Policy | Cancellation and Refund Policy
Copyright © 2010 Penta Infoway, All Rights Reserved.