Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Perl
Page 2 of 17 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: Re: Perl code Question - renaming a file for upload

Should I use the rename function before the file is uploaded or after? - I 'm not sure if I can change the name of the file before its uploaded - it seems I might have to change it on the server afte

Perl code Question -

That didn 't seem to work - still uploads file with original name. In the example I upload 1 file and form# 405 is added to the beginning of the file name for Mysql - below the list you see the File

Perl code Question -

Couldn 't you just say? open (STORAGE " >$dir/$p$file_name ") --- Douglas Brantz <brantzdr@(protected) > wrote > I need to upload a file to the server and I have that working but I > want to ad

Perl code Question -

I need to upload a file to the server and I have that working but I want to add the form# to the front of the file I can do this to the filename stored in Mysql but how do I change the name of the

Subject: Re: Fetching values in Perl

Greg Meckes wrote >Perhaps you could do it like this > >$dbh DBI- >connect( "dbi mysql dbname $database host $hostname " > "$username " > "$password ") > ># Do some checking and untainting with $ARGV

Subject: Re: Fetching values in Perl

Perhaps you could do it like this $dbh DBI- >connect( "dbi mysql dbname $database host $hostname " "$username " "$password ") # Do some checking and untainting with $ARGV[0] # I wouldn 't just pass

Subject: Re: Fetching values in Perl

Baron Schwartz wrote > Hi > > padmaja wrote > > Hi all > > I have written a query like this. > >

Subject: Re: Fetching values in Perl

Hi padmaja wrote > Hi all > I have written a query like this. >

Subject: Fetching values in Perl

Hi all I have written a query like this.

Subject: Problems bundling DBD::mysql using Module::Install::Bundle

I 'm attempting to automatically bundle DBD mysql with my Catalyst app using Module install Bundle. However I 'm running into a problem where the "exit 0 " which is called at the end of the DBD mys

Subject: RE: table locking with forking

> -----Original Message----- > From Jeremy Kister [mailto perl-mysql@(protected)] > Sent Tuesday September 18 2007 11 44 PM > To perl@(protected) > Subject table locking with forking >

Subject: Re: table locking with forking

Hi Jeremy Jeremy Kister wrote > I 'm having issues with locking and forking code. I 've consolidated the > problem into the below example code. > > I expect the parent to start lock the table an

Subject: table locking with forking

I 'm having issues with locking and forking code. I 've consolidated the problem into the below example code. I expect the parent to start lock the table and spawn the child. I then expect the ch

Subject: Problems Installing DBD::MYSQL on Solaris 5.8

Hello I 'm having some problems installing the PERL module DBD MYSQL on a Solaris 5.8 machine. I am using GCC 5.8.8 for the compiler. When I run 'perl Makefile.PL ' I get the following I wi

Subject: Re: DBD-mysql-4.005 instalation error!

On 11.09.2007 1 46 chaminda siyasingha wrote > > Thanks a lot your idea.I placed "my.cnf " file as(re name) "mysql_config " file in /usr/bin derectory.But it gives same error for me. > Again --mys

Subject: Re: DBD-mysql-4.005 instalation error!

HI Peter Thanks a lot your idea.I placed "my.cnf " file as(re name) "mysql_config " file in /usr/bin derectory.But it gives same error for me. Error /usr/bin/mysql_config 32 [mysqld] not found /us

Subject: Re: DBD-mysql-4.005 instalation error!

On Mon Sep 10 2007 at 05 18 55AM -0700 chaminda siyasingha wrote > Hi All > > I have already istalled DBI-mysql-1.59 but when I am instaling DBD-mysql-4.005 on Linux it gives following error.I

Subject: DBD-mysql-4.005 instalation error!

Hi All I have already istalled DBI-mysql-1.59 but when I am instaling DBD-mysql-4.005 on Linux it gives following error.I have using follwing command to install DBD-mysql-4.005 Could you help me t

Subject: install problem with DBD-mysql-4.005 on Solaris 10

Hi I 'm trying to install DBD-mysql-4.005 on Solaris 10. I have previously installed mysql-5.0.41-solaris10-sparc and have it up and running. When I run "perl Makefile.PL " the default options a

Subject: Re: DBI:mysql does not return any value (resolved)

Hello List If any body likes to know in the code it selfs where no problem. To solve the strange behaviour of the fetchrow_array I changed it to fetchrow_hashref and it worked like it should. So

Subject: Re: Problem with Perl DBD::Mysql module tests

Paul Thanks much! I will test this out and can include this in the next release if it helps the situation you describe which is something I 've wanted to deal with for some time. regards Patri

Subject: Re: DBI:mysql does not return any value

Hi Kenny > What is in your $stats{$_}{where} variable? I 'm wondering whether it 's > the problem. In this hash are the diferent tasks to do my %stats ( 'abc001 ' > { bind > 1

Subject: Re: DBI:mysql does not return any value

Hi What do you get if you remove the 'select ... FOUND_ROWS.. ' ? Patrick Thomas Goik wrote > Hello > > I 'm on a strange problem in my script i can 't resolved by myself so i > hope that anybod

Subject: Re: DBI:mysql does not return any value

Hi Yair >May be your perl version is old the last working versions are 5.6 and 5.8. >If the modules are new versions working into an old perl -V Summary of my perl5 (revision 5 version 8 subversi

Subject: DBI:mysql does not return any value

Hello I 'm on a strange problem in my script i can 't resolved by myself so i hope that anybody has an idea. The problem is that when i start a $dbh- >prepare statement which will return more than

4 Perl

--------------FCC5E001.520C4B70 Content-Type Multipart/Alternative boundary "------------4A76ED6E.29F4D93C " --------------4A76ED6E.29F4D93C Content-Type Text/Plain charset "iso-8859-1 " Conten

After instal DBD:mysql, perl can 't connect to mysql

hi I installed DBI DBD mysql but when i use perl for connecting to mysql some error has been occured. install_driver(mysql) failed Can 't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-

After install DBD:mysql, perl still can 't connect to mysql

hi I installed DBI DBD mysql but when i use perl for connecting to mysql some error has been occured. install_driver(mysql) failed Can 't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-

Problem with Perl DBD::Mysql module tests

Paul Thank you for your patch! I 'll test it out and include it in the next release of DBD mysql. regards Patrick Paul Wayper wrote >Hi there! > >I recently had to install the Perl DBD Mysql

Problem!!

Hi I want to convert mysql tables to XML and therefore downloaded some perl modules. But i 'm confused on how to install them and use them and how to execute code (use DBI use strict etc). I would
Page 2 of 17 1   2   3   4   5   6   7   8   9   10   Next 10