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

problem to install module DBD-mysql-3.0008

Hi I have problem to install DBD-mysql-3.0008 on my server server Sun Ultra60 OS solaris 8 gcc 3.3.2 BDB 3.0008 mysql 5.0.24 apache 2.0.55 # perl Makefile.PL --mysql_config /usr/local/

Undefined subroutine &DBD::mysql::db::_login

Hi to all I am in very big problem please help me. My dev-db/mysql has upgraded from dev-db/mysql-4.1.21 to dev-db/mysql-5.0.26-r1. Because of this i am getting this error - Undefine

DBD::mysql Linker failure: unresolved reference to net_buffer_length

The DBD mysql package compiled installed on our Solaris 2.8 system with no problem but linker complains about an unresolved reference to net_buffer_length when trying to run. Referenced in mysql.

DBD::mysql 3.0008 patch to fix fail in t/50commit w/ MySQL 4.x installation

Hi folks don 't ask me why I 'd be perverse enough to still be using MySQL 4.0.14. In any case an install of DBD mysql 3.0008 give the following error during 'make test ' t/50commit...........DBD

Subject: DBD:mysql on MacIntel 10.4.8

Hi Folks! I cant get it installed anny help would be perfect macbook ~/Desktop/DBD-mysql-3.0008_1 ademmler$ sudo perl Makefile.PL --cflags "-I/usr/local/mysql/include -Os -arch i386 -fno-common "

Subject: DBD::mysql 'make test ' fails

hi I get the following error when running "make test " in trying to build and install DBD-mysql-3.0008 The first few lines of "make test " are

Unable to prepare statement with underscore

Hi I 'm trying to run the following statement GRANT ALL PRIVILEGES ON user\_abcd.* TO 'user_abcd '@ '192.168.2.1 ' IDENTIFIED BY 'password ' This is the code my $query "GRANT ALL PRIVILEGES ON use

Subject: Reconnecting to mysql

Hi list I 'm trying (against sanity it seems) to make DBI/DBD mysql reconnect to my mysql server by subclassing DBI. The reason for this is that I have a script that runs over a long period of time

*** ERROR: PERL module DBD::mysql is not installed ! (Completed install Bund

I should also point out that DBD using cpan does appear to complete without error. It is only if I try to build/compile it outside of CPAN that it fails. cpan > install Bundle DBD mysql DBI is up to

*** ERROR: PERL module DBD::mysql is not installed ! (Completed install Bundle::

Greetings Looking for some help with ensuring proper installation of DBD mysql. It is required for http //ocsinventory.sourceforge.net/index.php?page Englishwhich is my ultimate goal but the instal

Placeholders in Limit Clause - Server Side Prepared

Hello All it seems that the latest developer release (3.0008_1) will support placeholders in the limit clause of a server side prepared statement. However I was wondering why this seems to be restr

gugzilla

??i~????Z?Zn?3?YZ

Pay Low Books! Certifications and programming video training at low prices...

Pay Low Books! for certifications video training programming languages video training and ebooks at low prices. Please visit us at www.PayLowBooks.com Windows

MySQL::Ndb (perl bindings for the ndb-api)

so i finally got back around to playing with creating perl bindings for the ndb api the results of which are here http //neces.com/tmp/MySQL-Ndb-0.03.tar.gz it 's really only a proof of concept a

mysql_server_prepare=1 - > Bus Error

Hello all DBD mysql prepared statements are not working for me under Mac OS X 10.4.8. All test are passing with mysql_server_prepare 1 $ cd ~/src/DBD-mysql-3.0007 $ export MYSQL_SERVER_PREPARE

Packets out of order error... and test fails

Hi i have a strange problem with DBD mysql-3.0007 and MySQL 5.0.24. I am using Gentoo 2006.1 on x86 architecture. I wrote a stored procedure and call it from perl. If i call it once it works no

make test fails for DBD::mysql

Hello All I compiledDBD mysql from its sources and installed it .While issuing "make test " i got the following error message PERL_DL_NONLAZY 1 /usr/local/bin/perl "-MExtUtils Command

DBD::Mysql UPDATE/REPLACE quoti ng of parameters

Hi I have an issue. Working on an amd64 machine running debian-testing. Mysql.pm $VERSION '1.2401 ' DBD Mysql.pm $VERSION '3.0006 ' I have the following simple code use strict us

Compile error in dbdimp.c. v 3.0007

I can 't compile the latest version of DBD mysql downloaded from CPAN. - cpan > install DBD mysql CPAN Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Tue 19 Sep 200

DBD::mysql 3.0007 and 3.0007_1 (Dev) released!

Dear DBD mysql users and developers DBD mysql version 3.0007 (stable production) and 3.0007_1 (dev) have been released! Version 3.0007 is the production version with server-side prepare stateme

Subject: handling with variable

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi how can I work with variables within a perl-script using DBI. I want to read content of tablefields into variables to compute with it. The result of

Subject: DBD/DBI datetime insert

anyone have the code that will insert the current time into a datetime field in a table while using perl DBI/DBD mysql? -- MySQL Perl Mailing List For list archives http //lists.mysql.com/perl T

Patch to allow dashes in table names

The current mysql.pm does not allow you to use dashes in table names --- mysql.pm.old 2006-08-29 11 46 27.000000000 -0400 +++ mysql.pm 2006-08-29 11 47 34.000000000 -0400 @@ -297 7 +297 7

Suddenly $dbh- >{AutoCommit}=0 = > 'Transactions not supported by database '

> Some users of the Debian packages I create recently reported that after > the > upgrade from MySQL 5.0.22 to 5.0.24 Perl scripts that try to explicitly > set > $dbh- >{AutoCommit} 0 > die with t

Suddenly $dbh- >{AutoCommit}=0 = > 'Transactions not supported by database '

Hello Some users of the Debian packages I create recently reported that after the upgrade from MySQL 5.0.22 to 5.0.24 Perl scripts that try to explicitly set $dbh- >{AutoCommit} 0 die with the er

Memory access problem with DBI or DBD-Mysql?

Since there has been no reply to my previous message I have done further investigations trying to find the problem. Please note that my knowledge of DBI/DBD is almost null so the followings are o

Memory leak on continuous connect failures

Hi I am seeing a potential memory leak with DBD mysql when I continuously fail to connect to the database. I see similar results on both UNIX (Solaris 8) and on Win32 (Active Perl) My test script

Problem installing PERL DBD::mysql

Machine info [iepm@(protected) utils]$ uname -a Linux snv1 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10 32 04 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux [iepm@(protected) utils]$ perl -v This is perl v5.8.8 built for x8

segfault errors on using numbers in execute statements

The below fragment of code either segfaults or gives the following error when run on OpenBSD 4.0-beta FREE ERROR BIND!FREE ERROR FBIND! __START__ #!/usr/bin/perl use warnings use strict use DBI

Access MDF data

Hello is there a Perl module available to obtain data from Access .mdf files ? thx 's Mike(mickalo)Blezien -- MySQL Perl Mailing List For list archives http //lists.mysql.com/perl To unsubscribe
Page 4 of 17 1   2   3   4   5   6   7   8   9   10   Next 10