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 7 of 17 1   2   3   4   5   6   7   8   9   10   Next 10  

Is there sample application using mySQL+Perl+CGI+DBI ?

Does anyone know where I can download a sample working mySQL web application such as "Address Book " that is using mySQL in Perl (not PHP) hopefully with CGI.pm and DBI? I 'd like to use it as a te

Undeliverable mail: Re: is CREATE TABLE not transactional?

I keep getting this bounce when I post to this list. Can this dead email address be unsubscribed? Thanks Tyler -- MySQL Perl Mailing List For list archives http //lists.mysql.com/perl To unsu

AW: < <Spam-Verdacht > >RE: Table Sizes

Hi Bill -- > -----Urspr?ngliche Nachricht----- > Von Logan David (SST - Adelaide) [mailto David.Logan@(protected)] > Gesendet Freitag 17. Februar 2006 00 11 > For the moment though > http //dev.mysql

is CREATE TABLE not transactional?

Is CREATE TABLE not protected by transactions in MySQL? I just tried doing this mysql > BEGIN WORK Query OK 0 rows affected (0.00 sec) mysql > CREATE TABLE foo (bar int) TYPE InnoDB Query OK 0 ro

Table Sizes

I am wondering which is most effective. Setting up a table with smaller pieces and writing the software to search smaller tables OR setting up one big table with all of the related data inside of it

Strange selectall_hashref/fetchall_hashref problem with DBD::mysql

Hi I posted the following email to dbi-users list but have so far received no responses. I hoped I might have more luck here. I 'd appreciate any ideas on how to persue this. Thanks -----FW <XFMai

Subject: chopblanks error in 3.0002_5

Hi - My testing shows that the blob problem in 3.0002_4 that I reported eariler has been corrected in 3.0002_5 but I get this chopblanks error $ make test ... t/41blobs_prepare....ok t/50chopblank

AW: < <Spam-Verdacht > >query inside a loop

Hi Sham -- What type of variable is bugs.bug_id? If it is numeric it should work (at least after newline removal). If it is numeric however direct interpolation gives you an unquoted string in y

query inside a loop

Hi all I have a script which reads in a file containing ID 's into an array. Then i am using mysql query to query for each ID one by one.but i am getting a syntax error. i want to know is it possible

Extract files from a mysql database

Hi all I am new to this list and this is my first posting. Please correct if my mail is not specific to the list. I am working on bugzilla which has a mysql database called "bugs ". It has a table na

Message from Maintainer to DBD::mysql users, developers

Patrick Welcome back. I posted the email below back in December (I think). I 'm not sure my solution is correct but it seems to work. I 've included Tim 's followup since it also seems relevant. BTW

Message from Maintainer to DBD::mysql users, developers

Greetings all! I apologise for what might seem somewhat of a bit of neglect on my part to get some features into DBD mysql features such as UTF support some bugs in 3.0002_4. I 've been super bus

DBD::mysql compile failing

Does your compiler/linker have a -nofstore option because it does not look like it. Try editing the Makefile to remove it. gcc unrecognized option `-nofstore ' Martin -- Martin J. Evans Easysoft Ltd

Subject: DBD::mysql compile failing

I have tried everything to get DBD mysql to compile on my system. I 've tried it with CPAN and from source I 've tried old and new versions of the source and they all give me the same errors. Any he

Perl MySQL

Hallo I am looking for the necessary modules (DBI and DBD) for the connection of Perl and MySQL on HP Integrity running OpenVMS. Is there anything available anywhere ? Thanks for Your Informa

help me can 't install the DBD::MYSQL-2.9008

HI i am doing project in ocs inventory. i had install all perl modules in "/opt/lampp/htdocs " but i won 't install DBD MYSQL -2.9008 because error has occur i will try to search this error in web s

Help Required

? Hi I am trying to install DBI and DBD modules on my system. I am using windows XP as my operating system. I am able to generate the ?Makefile? for DBI and when I try to execute the ?nmake? (I am

DBD::Mysql module installation problem

Hello I am using mysql 4.1.13 from mysql.com operating system SunOS sun-sl-dor-2 5.8 Generic_117350-27 sun4u sparc SUNW UltraSPARC-IIi-cEngine perl version This is perl v5.8.7 built for sun4-sola

Query Question

Hi If the following isn 't appropriate please feel free to ignore. The program I 'm referring to is written in Perl and uses a MySQL database so I thought perhaps it would be appropriate for this

Blobs broken in DBD-mysql-3.0002_4?

Hi - Access to blobs seems to be broken in DBD-mysql-3.0002_4 ( works fine in DBD-mysql-3.0002 ). I am using perl-5.8.7 and DBI-1.50 on Gentoo Linux. Here are the results of my small script ( posted

HPUX 11.11 mysql zlib DBD::mysql compile error

Hi great Perl/MySQL Gurus. I am trying to install and run Mysql on HPUX 11.11 with perl + Mysql support. I 've downloaded depot distributions of MySQL from mysql website installed and it is running

AW: < <Spam-Verdacht > > warning message: DBI- >connect using 'old-style ' syntax is

> -----Urspr?ngliche Nachricht----- > Von John Chambers [mailto JLChambers@(protected)] > Gesendet Freitag 6. Januar 2006 15 39 > A few weeks ago I upgraded an old Debian system to Sarge and I s

warning message: DBI- >connect using 'old-style ' syntax is depreca ted and will b

A few weeks ago I upgraded an old Debian system to Sarge and I started receiving these error messages DBI- >connect using 'old-style ' syntax is deprecated and will be an error in future versions at

$sth- >{ 'NAME '} and $dbh- >column_info() broken in DBD-mysql-3.x ?

Greetings. Further to unresolved issues I 'm having with $dbh- >column_info ( see post of 2005-10-24 ) I 've just discovered that $sth- >{ 'NAME '} is also not returning a full field list - I get a trun

utf8 support/patch for a dev release?

I found the utf8 support patch for DBD mysql in the list archives http //marc.theaimsgroup.com/?l msql-mysql-modules&m 111970179409036&w 2 Is there any chance of getting it applied to a dev r

REPOST: Unable to compile DBD::mysql-3.0002 on Win32

Reposted - the original appears not to have made it to the list. -------- Original Message -------- Subject Unable to compile DBD mysql-3.0002 on Win32 Date Sat 24 Dec 2005 09 36 13 +0000 From W

Subject: Error building dbdimp.c

Just tried to build 30002_4 on Linux with gcc 2.95.3 and it fails because o there is an ifdef which is really a test o there is a variable declared half way down a function Patch below fixes bas

"USE " statement fails with server-side prepared statements

When setting mysql_server_prepare 1 in a connection (which is the default in DBD mysql 3.0002_4) "USE " statements can 't be executed because the prepare statement protocol does not support it. It is

Subject: Trouble installing DBD-mysql

Hello All I 'm having trouble installing DBD-mysql. I installed MySQL # rpm -qa | grep MySQL MySQL-devel-3.23.58-1 MySQL-3.23.58-1 MySQL-client-3.23.58-1 At the bottom of this email is a list of

DBI::mysql 3.0002 on X86_64 link error

Greetings When trying to 'make ' DBI mysql version 3.002 on opensuse 10.0 linux on an AMD 64 bit machine i get the error below. The MySQL version I am trying against is 4.1.15 compiled from source.
Page 7 of 17 1   2   3   4   5   6   7   8   9   10   Next 10