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

mysql_config resolved, now libmysqlclient incompatible

Hi netters Thanks a lot for all your helpful suggestions to my previous poster on the problem of finding and executing the mysql_config file. Now I 've resolved the problem by correctly setting th

Problem with new Version of DBD-mysql on Activeperl 5.8x

Hi I bought a new desktop and I installed ActivePerl 5.8.8.817 DBI 1.51 and DBD-mysql 3.0006_1. I install the DBI and DBD-mysql from http //theoryx5.uwinnipeg.ca/ppms. I have a perl program whi

install DBD::mysql, can 't execute mysql_config

Hi all recently i 've been trying to install DBD mysql. as the first step i downloaded the binary file of mysql for linux from mysql.com. i followed the instructions unpacking the files into a di

Updatescript that uses variables

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi how can I create a updatescript hat do SQL-Updates with values that are stored in variables. For example 1. Do a SELECT-Command and write 2 fielde

DBD-MySQL core dumping on OpenBSD

Running mysql-client-5.0.19 multithreaded SQL database (client) mysql-server-5.0.19 multithreaded SQL database (server) p5-DBD-mysql-3.0006 MySQL drivers for the Perl DBI I 'm seeing segfaults on co

DBD::mysql 3.0006 patch to fix quote parsing and finish problems

Attached is a patch to DBD mysql 3.0006 which fixes two issues I 've seen. 1. Someone can 't remember who now reported a problem with some SQL which contained an escaped ' and ? but DBD mysql incor

AW: How to Suppress Error Messages

Aaron > -----Urspr?ngliche Nachricht----- > Von Aaron Huber [mailto ashuber@(protected)] > Gesendet Freitag 28. Juli 2006 16 47 > I would like to know how to spress error messages like this one from

How to Suppress Error Messages

I would like to know how to spress error messages like this one from going to standard output in my perl scripts. DBD mysql st execute failed Duplicate entry '0871540770 ' for key 2 at ysearch.pl l

Subject: Multiple Perl Releases

In a previous thread I am attempting to clear a problem with the Perl Modules in a server which had multiple releases of Perl. To document this I offer the following cd /usr/lib/perl5 [root@(protected)

Subject: Problems with DBD::mysql

Previously I had submitted this problem to the group. DBI db HASH(0x848dae4)- >disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disco

Polite request to this list 's owner

Hi perl@(protected) owner. Every time I post to this list I can undelivered mail replies like the one below. Why am I getting these? I don 't get them from other lists. Shouldn 't the Return-Path S

error: mysql.so: undefined symbol: mysql_init

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi all I 'm using mysql-max-5.0.18-linux-i686-glibc23 perl-5.8.7 and DBD-mysql-3.0006 on Slackware 10.2 and I 've run into an error that I can 't find

DBD::mysql 3.0006 - More bind problems

Hi all I had a problem with bind parameters last year (see http //lists.mysql.com/perl/3588) and had to revert to 2.9008 to keep things working. We had another upgrade cycle and tried to go to 3.00

Problems connecting

I am having a problem diagnosing the reason I am getting an error on one of my MySQL Servers. The script I am running works on one server and not another. The Script connects to the MySQL Databas

Need help with DBD-mysql on Solaris 9

To Whom It May Concern I 'm currently running Solaris 9 running MySQL Apache and Perl. I 'm getting the following error messages below when running my Perl/CGI scripts which make DBI calls to MyS

error installing DBD-mysql-3.0006

Hello I 'm having a problem trying to install DBD-mysql-3.0006. It fails like this t/prepare_noerror....FAILED test 2 Failed 1/3 tests 66.67% okay All the other tests are OK. Has anyb

Subject: DBD::mysql installing error

Hi I got a lot of error when I tried to install DBD mysql module using DBD-mysql-2.9008.tar.gz. When I ran a command 'make ' after I ran 'perl Makefile.PL ' errors came up. The errors like bel

out of memory error when selecting column type longtext

I 've been using DBD-MySQL for a long time and I just ran across this error. So I get an error (two + exit code actually) when I execute the following code. $sth $sakai_dbh- >prepare( "SELECT s

compiling DBD-mysql

Greetz. Like a million other people I 'm trying to compile DBD mysql on Solaris 8. I installed ActiveState Perl from their website and MySQL from their website. I was able to compile and install D

Assigning values from database to a hash or an array.

Here is my question. when i connect to a database how can i assign values from table that contains user_id and user_password fields to a hash or an array or a hashed array? for example i have this

Perl and Mysql display data problem

Hello I have several problems. I 'm trying to write a perl script that would check the username and password from Mysql database and allow users to login. I 'm new to both systems and i have a lot of o

#08S01 Bad handshake with DBD::mysql and Net::MySQL

Hi all I 'm having a problem using Perl to connect to two different mysql servers with the same program. It started off as one box but I thought "oh let me try it on this other box " and it 's a

Solaris 10 -- mysql-5.0.22 DBD::mysql Fails to Build

I can 't get DBD mysql to build on Solaris 10 using the mysql.com provided .pkg and the Sun Forte Compiler. bash-3.00$ echo $PATH /opt/SUNWspro/bin /opt/SUNWspro/prod/bin /opt/mysql/mysql/bin /usr/cc

re-executing prepared statement leads to 'Modification of a read-only value atte

Hi While playing with the examples from the eg/ directory (DBD-mysql-3.0006_1) I took proc_example3.pl and copied the $sth- >execute and the subsequent do-block. The second execution then leads to a

Several statements in one query

SET @(protected) 1 SELECT @(protected) Works in phpMyAdmin. But does not work in perl. Where can be the problem? Alexander

I fond problem during installation of DBI::DBD

Hello Friends During installation of MySQL DBI DBD I fond following problem Can 't locate DBI/DBD.pm in @(protected) (@(protected) contains /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /us

DBI/DBD won 't recognize transaction support

> Greetings > > I am trying to get the perl interface to work for InnoDB tables on mysql v 5.0.21 perl 5.8.5 dbi 1.51 dbd 3.0004_1 on a Dell PowerEdge with quad dual-core Xeons running Redhat Ent

DBD::mysql failing commit test for transactions

Greetings I am trying to get mysql to work with a perl interface that fails with an error message about transactions not being enabled. I have gone back to the DBD driver and tried the test there and

Memory leak in DBD::mysql with server side prepares?

First here are the perl/mysql versions involved MySQL 4.1.14 Perl 5.8.0 DBI 1.50 DBD mysql 3.0004 Here is a simple perl script that uses server side prepares (db vars removed) #!/usr/bin/per

example dir eg/ missing from distribution?

Hi the pod mentions a directory of examples eg/ but there appears to be no such directory in the distribution (DBD-mysql-3.0004_1.tar.gz) ? > For more examples please see the eg/ dir
Page 5 of 17 1   2   3   4   5   6   7   8   9   10   Next 10