Perl-mysql
Hi,
I would like to connect to a database stored at linux
machine from my Windows machine. But I am unable to connect to the mysql
server.
Please help me regarding this issue.
************************************************************************
****************************
use DBI;
$dbh = DBI->connect("DBI:mysql:employee:xxx.xxx.xxx.xx", 'root',
'abc123',
{ RaiseError => 1 }
);
#do something here
}
$dbh->disconnect();
Thanks in advance
--
siva
Relevant Pages
- Re: Newbie and Debian.
... There is no "the Linux equivalent", ... you want to achieve you could use MySQL or PostgreSQL as I said earlier. ... of PostgreSQL and SQL Server. ... (alt.os.linux) - Re: problem connecting to my linus server with rsa keys through Putty on Windows
... Now when I connect using my Windows machine to get in to root for my linux ... server I get the following error coming I assume from the linux server: ... PuTTY Fatal Error ... (Fedora) - New to Linux - how do I access the intranet WWW server?
... I am a newbie having some problems getting connected to my WWW server on my ... What I have is a running Rh7.3 installation on my Linux box, ... I also have Apache installed and running on the Linux box. ... my Windows machine is either not connecting to the Linux ... (comp.os.linux.misc) - Re: [PHP] Intro to PHP question
... I am using a windows machine locally but the server I am doing this all in is a Linux server which I am accessing through putty. ... [PHP] Intro to PHP question ... (php.general) - Re: Question about Red Hat Linux Enterprise
... almost exclusively in Windows and I know almost nothing about Linux. ... a MySQL database, but the site we have is running Windows 2000 Server ... million hits per month is not much, it works out to 1 hit per ... (comp.os.linux.misc) |
|