RE: Cannot connect to Oracle db; script will not run

2012-08-01 Thread John Scoles
m; rob.di...@gmx.com > Subject: Cannot connect to Oracle db; script will not run > Date: Wed, 1 Aug 2012 00:54:13 + > > --Beyond some training, I'm very much a newbie to Perl (and this list). So, > please indulge me with my first attempt at a posted question to you; please

Re: Cannot connect to Oracle db; script will not run

2012-07-31 Thread Octavian Rasnita
nners" ; "dbi-users" Cc: "newbie01 perl" ; Sent: Wednesday, August 01, 2012 3:54 AM Subject: Cannot connect to Oracle db; script will not run --Beyond some training, I'm very much a newbie to Perl (and this list). So, please indulge me with my first attempt at a post

Cannot connect to Oracle db; script will not run

2012-07-31 Thread Warren James - jawarr
--Beyond some training, I'm very much a newbie to Perl (and this list). So, please indulge me with my first attempt at a posted question to you; please see below (*with the full code Perl script toward the bottom of my email)... -I've been dealing with an issue in a Perl script that I'm writing

Re: Cannot connect

2005-02-21 Thread Vladimir D Belousov
MySQL 4.1 and hiegher require different auth methods than older versions. You have to upgrade your DBI.pm && DBD/mysql.pm. In the other way you may reset the password(s) to the old style: mysql> SET PASSWORD FOR -> '/|some_user|/'@'/|some_host|/' = OLD_PASSWORD('/|newpwd|/'); Follow this link: h

Cannot connect

2005-02-21 Thread Octavian Rasnita
Hi, I have installed MySQL 4.1.1 under Windows 2000, and I have checked to also include the development files, the C libraries, etc, but after trying to connect to an existing database, I got the following error: DBI connect('database=presa;host=localhost','root',...) failed: Client does not supp

Cannot connect to mysql using socket

2005-01-10 Thread Octavian Rasnita
Hi, A program of mine gives me an error telling that it cannot connect to mysql using socket... and gives the path to a file. MySQL works if I use "mysql" command and my program also works if I use "host=127.0.0.1" in the connection to the server, but I would like to