Mysql Perl DBI DBD Version Compatability for MAC OS 10.6

2009-10-05 Thread Hagen
After installing Apple's MAC Snow Leopard OS 10.6 I haven't been able to get my DBD:mysql module to work. I am kind of beyond trying to fix that issue directly so I am requesting assistance defining a compatible version set which is known to work. Between various releases and 32/64 bit options

RE: Mysql Perl DBI DBD Version Compatability for MAC OS 10.6

2009-10-05 Thread Gavin Towey
those versions should have a problem interacting; what are you trying, and what is the error you get? Regards Gavin Towey -Original Message- From: Hagen [mailto:finha...@comcast.net] Sent: Monday, October 05, 2009 11:58 AM To: mysql@lists.mysql.com Cc: finha...@comcast.net Subject: Mysql Perl

Re: Mysql Perl DBI DBD Version Compatability for MAC OS 10.6

2009-10-05 Thread Hagen Finley
have a problem interacting; what are you trying, and what is the error you get? Regards Gavin Towey -Original Message- From: Hagen [mailto:finha...@comcast.net] Sent: Monday, October 05, 2009 11:58 AM To: mysql@lists.mysql.com Cc: finha...@comcast.net Subject: Mysql Perl DBI DBD

RE: Mysql Perl DBI DBD Version Compatability for MAC OS 10.6

2009-10-05 Thread Gavin Towey
To: Gavin Towey Cc: mysql@lists.mysql.com Subject: Re: Mysql Perl DBI DBD Version Compatability for MAC OS 10.6 Here is the error I am receiving ( I posted this issue in the recent past): dyld: lazy symbol binding failed: Symbol not found: _mysql_init Referenced from: /Library/Perl/5.10.0/darwin-thread

Re: MySQL, perl, last_insert_id() question

2008-01-29 Thread Baron Schwartz
Hi, On Jan 28, 2008 3:29 PM, Dean Karres [EMAIL PROTECTED] wrote: Hi, I know that someone is going to say, go ask the perl module guys and I will but they are likely to say, go ask the MySQL guys. I'll be asking in both groups. I am installing a script on a brand new RedHat, Fedora Core 7

MySQL, perl, last_insert_id() question

2008-01-28 Thread Dean Karres
Hi, I know that someone is going to say, go ask the perl module guys and I will but they are likely to say, go ask the MySQL guys. I'll be asking in both groups. I am installing a script on a brand new RedHat, Fedora Core 7 (x86_64) box that is running MySQL 5.0.45 (rpm install). I also have a

Re: MySQL, perl, last_insert_id() question

2008-01-28 Thread Octavian Rasnita
- From: Dean Karres [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, January 28, 2008 10:29 PM Subject: MySQL, perl, last_insert_id() question Hi, I know that someone is going to say, go ask the perl module guys and I will but they are likely to say, go ask the MySQL guys. I'll be asking

RE: MySQL Perl

2005-01-22 Thread Gerald Preston
! Thanks, Jerry -Original Message- From: Gerald Preston [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 12:56 AM To: mysql@lists.mysql.com Subject: MySQL Perl I am trying to get Perl to talk to MySQL that I have setup. According to WinMySQLAdmin1.4 Local Host Name = GJW

RE: MySQL Perl

2005-01-22 Thread Paul DuBois
At 13:28 -0800 1/22/05, Gerald Preston wrote: Hi! I am totally lost here and I know this is a no brinier. I do not know what I am doing wrong: I can access from the command line by mysql -u gjw -p then use club and I can do anything I want. I am trying to access by Perl: # line 6 following my

MySQL Perl

2005-01-14 Thread Gerald Preston
I am trying to get Perl to talk to MySQL that I have setup. According to WinMySQLAdmin1.4 Local Host Name = GJW Local User name = Jerry Databases: GJW Club bar mysql test I am using the following code: #!/perl use warnings; use strict; use DBI;

Re: MySQL Perl

2005-01-14 Thread O'K Web Design
[EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: January 14, 2005 3:55 AM Subject: MySQL Perl I am trying to get Perl to talk to MySQL that I have setup. According to WinMySQLAdmin1.4 Local Host Name = GJW Local User name = Jerry Databases: GJW Club bar

Re: MySQL Perl

2005-01-14 Thread Peter Brawley
Gerald, Your connect string needs to be DBI:mysql:dbname:hostvar. PB - Gerald Preston wrote: I am trying to get Perl to talk to MySQL that I have setup. According to WinMySQLAdmin1.4 Local Host Name = GJW Local User name = Jerry Databases: GJW Club bar mysql test I am using

Re: Application using mysql, perl, Excel

2004-01-29 Thread Peter J Milanese
: [EMAIL PROTECTED] Subject: Re: Application using mysql, perl, Excel No, it's not a practical solution, but if you used OpenOffice it could be done. You would need to study the architecture of OO though. brian -- This mail composed and sent using Mozilla Thunderbird. (http://www.mozilla.org/projects

Application using mysql, perl, Excel

2004-01-28 Thread Annie Law
Hi, I would appreciate help on the following. I would like to create a small application that would involve Excel XP on Windows 2000, and perl and mysql on RedHat linux 9.0 The front end of the application will be Excel since it has a lot of useful functions. Columns from the Excel sheet

Re: Application using mysql, perl, Excel

2004-01-28 Thread Brian Harris
No, it's not a practical solution, but if you used OpenOffice it could be done. You would need to study the architecture of OO though. brian -- This mail composed and sent using Mozilla Thunderbird. (http://www.mozilla.org/projects/thunderbird/) -It's a brave, GNU world!(sorry

Re: Application using mysql, perl, Excel

2004-01-28 Thread Daniel Kasak
Annie Law wrote: Hi, I would appreciate help on the following. I would like to create a small application that would involve Excel XP on Windows 2000, and perl and mysql on RedHat linux 9.0 The front end of the application will be Excel since it has a lot of useful functions. Columns from

Re: Application using mysql, perl, Excel

2004-01-28 Thread Bernard Clement
Hello, It might be possible to do what you want to do but...I think it will take too much time and, therefore, will be expensive. As stated by somebody else OpenOffice with ODBC is effectively an interesting solution. I have done it for fun and it works quite well (after the small nightmare

MySQL/Perl code reuse advice

2003-06-03 Thread Jesse Sheidlower
I apologize in advance for what I realize is a rather broad question, and one that is mostly Perl and not MySQL. I've been writing Perl scripts for using MySQL databases on the Web. Paul DuBois' _MySQL and Perl for the Web_ has been enormously helpful to me, and most of my programs are based on

MySQL, Perl 5.8 vs Perl 5.6

2002-11-18 Thread Robert W. Kramer III
I just downloaded and installed MySQL 3.23.53-win. The installation required DBI and DBD-mysql which I installed using PPM. I'd like to test mysql, but everything I run is looking for perl56.dll and fails to load. DBI and DBD-mysql appear to be compiled/linked using Perl 5.6. All of my efforts

Re: MySQL, Perl 5.8 vs Perl 5.6

2002-11-18 Thread Octavian Rasnita
- From: Robert W. Kramer III [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 1:03 AM Subject: MySQL, Perl 5.8 vs Perl 5.6 I just downloaded and installed MySQL 3.23.53-win. The installation required DBI and DBD-mysql which I installed using PPM. I'd like to test mysql

MySQL, perl, DBD and unique test problem

2002-09-05 Thread Doug Eastick
Trying to install DBD::mysql into a perl installation in my home directory. The MySQL server is installed on the same host, but it is managed by the web-hoster (i.e. I have to link to their libs, and can't upgrade MySQL). I have created a script (prep.sh) to run perl Makefile.PL with the

MySQL, perl, DBD and unique test problem

2002-09-05 Thread Doug Eastick
Trying to install DBD::mysql into a perl installation in my home directory. The MySQL server is installed on the same host, but it is managed by the web-hoster (i.e. I have to link to their libs, and can't upgrade MySQL). I have created a script (prep.sh) to run perl Makefile.PL with the

MySQL, perl, DBD and unique test problem

2002-09-05 Thread Doug Eastick
Trying to install DBD::mysql into a perl installation in my home directory. The MySQL server is installed on the same host, but it is managed by the web-hoster (i.e. I have to link to their libs, and can't upgrade MySQL). I have created a script (prep.sh) to run perl Makefile.PL with the

mysql perl query question

2002-06-14 Thread Taylor Lewick
I am trying to execute the following mysql query in a perl script... my $sth = $dbh-prepare(select * from servers); $sth-execute(); my @row; while ( @row = $sth-fetchrow_arrayref()) { foreach $row(@row) { push @SelectedArray, $row\n\n; } } print @SelectedArray; And I am getting the

MySql/Perl installation problem

2002-04-07 Thread Chris Evans
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 44) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: ADO, ExampleP

Re: MySql/Perl installation problem

2002-04-07 Thread Colin Faber
/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 44) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: ADO

Re: MySql/Perl installation problem

2002-04-07 Thread Chris Evans
I have downloaded and installed DBD-mysql-2.1011, which has allowed the test suite $MYSQL_HOME/sql-bench/run-all-tests to complete successfully. (I had thought that the insert test was not working, but I was simply too impatient--it took about 45 min of clock time to run.) Everything is working

Browser caching problem OR mysql/perl code?

2001-12-12 Thread Jack A. Fobel
Hello, Coming from an ASP world, I'm trying to learn how to break the browser from caching. I am using variables and their values in the querystring to update a mysql database with perl. I am also re-querying the database to pull back the record. I was hoping to pull back the updated record but

Re: Browser caching problem OR mysql/perl code?

2001-12-12 Thread Gordan Bobic
On Thursday 13 Dec 2001 03:42, Jack A. Fobel wrote: Hello, Coming from an ASP world, I'm trying to learn how to break the browser from caching. I am using variables and their values in the querystring to update a mysql database with perl. I am also re-querying the database to pull back the

Need advice in Mysql-Perl development plaform

2001-08-05 Thread TestMonster
In the past few weeks, I tried to install the below development platform in order for me to do MYSQL and PERL and PHP web applicaton offline. 1. Linux 6.0 2. Mysql (Binary Version) 3. DBI 1.68 4. gcc 2.81 5. msql-mysyql perl module However, I still can't get No.5 to install on that system. I

Mysql - Perl -DBI cannot work??

2001-08-02 Thread TestMonster
I just installed DBI module and try to run a cgi script from browser to access Mysql Database. The browser responsed with Internal Error From the /var/httpd/error_log it says Caught SIGTERM, shutting down Warning: user directive in VirtualHost requires SUEXEC wrapper. What is that means??

mysql, perl and retrieving long column

2001-06-30 Thread Jaime Teng
Hi, If I have a table: create table messages ( id int unsigned not null unique, datalongtext ); and I have a perl script: 1 $sth = $dbh-prepare( SELECT data FROM messages WHERE id = ?;); 2 $sth-execute($id); 3 $data = $sth-fetchrow; QUESTION: will the script stop at line 3 until

MySQL Perl list

2001-04-06 Thread Kristopher Briscoe
Does anyone know of a good list(s) relating to PERL and MySQL? Also, any good repositories of example code? Thanks, Kris- _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: MySQL Perl list

2001-04-06 Thread Paul DuBois
On Fri, Apr 06, 2001 at 03:03:40PM -0700, Kristopher Briscoe wrote: Does anyone know of a good list(s) relating to PERL and MySQL? Also, any good repositories of example code? Thanks, Kris- I dunno if it's _good_ or not, but it's a repository: http://www.kitebird.com/mysql-perl

Re: MySQL Perl list

2001-04-06 Thread Peter J. Schoenster
On 6 Apr 2001, at 15:03, Kristopher Briscoe wrote: Does anyone know of a good list(s) relating to PERL and MySQL? Also, any good repositories of example code? As you are using the DBI you should be on the DBI list: http://lists.perl.org/showlist.cgi?name=dbi-users but you might be

MySQL Perl DBI/DBD

2001-01-29 Thread Don Hargroves
I have followed the instructions at http://www.symbolstone.org/cgi/dbi/moduledump?module=Msql-Mysql-modules to install MySQL Perl DBI/DBD which are: First of all you need to fetch the archives from any CPAN mirror, for example ftp://ftp.funet.fi/pub/languages