Perl Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPerl Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old September 30th, 1999, 07:08 AM
Projecto EINet
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I have a problem with mysql and Perl.

The MySQL database is:

DBNAME = postcardsmy
USER = postcardadmin
PASSW = postx

The http and mysql servers are the same.

The code is as follows:

use mysql;
my $dbh = Mysql->connect("localhost", "postcardsmy");

It says that I can't connect to server.

I dont have acess to documentation on mysql module so I don't know the correct sintax for the command.

Reply With Quote
  #2  
Old October 1st, 1999, 07:27 AM
Imo
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
$dbh = DBI->connect("DBI:mysql:$database:$hostname:$port",
$user, $password);

Reply With Quote
  #3  
Old October 12th, 1999, 10:36 AM
nico
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
i use this code:

# to connect:
$dbh=Mysql->connect("localhost",$database,$user,$password);
$dbh->selectdb($database);

# to query:
$query="select * from users where userName = '$uname'";
$sth = $dbh->query( $query );
@stuff=($sth->fetchrow);


hope this is of any help

Reply With Quote
  #4  
Old October 16th, 1999, 05:06 PM
thelem
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
How do I install this module? When I try to use a file with this I get the error "can't locate object method "connect" via package "mysql" at..."

I am running on a server with other websites but my hosting company are generally happy to install things.

Lemming

Reply With Quote
  #5  
Old October 20th, 1999, 11:14 AM
Imo
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If in a unix... Try: perl -MCPAN -e shell;

Then in that: i/mysql/ should give you a listing of all the mysql things you can install with install packagename or bundlename.

[This message has been edited by Imo (edited 10-20-99).]

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPerl Programming > Connecting to MySQL using use mysql module


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway