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

DBD::mysql retrieving column collation

Hi folks I 've written a schema sync script which allows me to make schema updates on multiple servers without disturbing data and I 've just added the ability to check column types but can 't see w

mean-spirited cigar

atthcg vdiavu duqirf kfone <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html charset iso-8859-1 " > <META content "MSHTML

DBD::mysql connect dying with "Can 't initialize character set latin1 "

Hi I have a project where I have multiple mod_perl hosts that need to connect to a MySQL 5.0.37 instance. The mod_perl app runs on RedHat 7.2 and the MySQL server runs on Solaris 10. I chose to us

Got error when build DBD:mysql

Hi I am installing a very old version of DBD-mysql. The Perl version is 5.005_03 built for sun4-solaris. And it is hacked and rebuild from source so that the embedded Perl application was made.

DBI memory leaks?

Hi I 'm trying to troubleshoot a massive memory leak problem. I wanted to see if anybody knew of any leak problems in the module versions I 'm using. Or had any ideas on how to troubleshoot it. I hav

crash in DBD::mysql/ statement leak in DBD::mysql

This applies to the current CPAN-version of the DBD mysql module. When using server side prepared statements storage for 'bind values ' is allocated in dbd_st_prepare and freed in dbd_st_finish afte

Leak with prepared statements and mysql_server_prepare=1

Hiya Bug #27046 http //bugs.mysql.com/bug.php?id 27046 makes mysql_server_prepare 1 unusable because of the statement handle leak. I added a comment to the bug with a possible fix - basically addi

Subject: batch sql SOURCE command

How can I execute the SOURCE command? When I try I get a syntax error (from DBI works on the commandline). http //dev.mysql.com/doc/refman/5.0/en/batch-commands.html I could just use a do() loop

Installing DBD::mysql with cygwin

Hello to you?perl@(protected)?people ? I am trying to install DBD mysql under cygwin in windows xp. I followed the instruction?here http //search.cpan.org/dist/DBD-mysql/lib/DBD/mysql/INSTALL

DBD/mysql/mysql.so: undefined symbol: mysql_server_init

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 I had a problem installing DBD mysql due to the dbdimp.c file but I was able to get it installed with the following command $ perl Makefile.PL --cfla

mysql_server_init: referenced symbol not found

After compiling and installing DBI 1.54 and DBD mysql 4.004 on Solaris 8 (64-bit sparc) I get a "referenced symbol not found " error ld.so.1 test_mysql_access.pl fatal relocation error file /usr

AW: Can I get PrintWarn to emit warnings from the server?

> -----Urspr?ngliche Nachricht----- > Von Baron Schwartz [mailto baron@(protected)] > Gesendet Mittwoch 28. M?rz 2007 03 26 > I 'm trying to find a way to get Perl to print warnings from SQL > state

Can I get PrintWarn to emit warnings from the server?

I 'm trying to find a way to get Perl to print warnings from SQL statements that I might need to log and investigate. I 'd like this to happen when I do a statement that truncates a data value conve

Undefined symbol "mysql_server_in

Hello Since an upgrade of p5-DBD-mysql in february 2007 i have this error /libexec/ld-elf.so.1 /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/mysql/m ysql.so Undefined symbol "mysql_server_i

How to get Perl version for AIX using gcc compiler to avoid problems install

I have experienced this same problem. Your choices are to buy a copy of XL C use the XL C demo or replace perl with a gcc compiled version. We too have no other need to purchase XL C. We have i

OT: How to get Perl version for AIX using gcc compiler to avoid problems ins

Hi There is no reason I can think of that you would be using the ActivePerl distribution of Perl or DBI. Try getting the distributions that are built first for *nix. They should compile with gcc w

How to get Perl version for AIX using gcc compiler to avoid problems installing

I work on AIX 5.3 without cc_r (my company unfortunately didn 't buy it () compiler. I tried to install Bugzilla but it needs DBD mysql perl module. I have ennormous problems installing it because pe

Subject: Catching error Perl DBI

Hello all Am a newbie to Perl DBI. I am trying to figure out how to catch an error when the Select statement returns no results. Not sure if i am doing it right... My query looks like this.... my

foreign_key_info() implementation

See below for an implementation of foreign_key_info(). The _version() thing is lame just like in my last patch ) sub_foreign_key_info { my ($dbh $pk_catalog $pk_schema $pk_table

DBD::mysql install problem cygwin

Hi I am experiencing problems installing DBD-mysql with cygwin. I closely followed the instructions (http //search.cpan.org/dist/DBD-mysql/lib/DBD/mysql/INSTALL.pod#Windows%2FC ygWin) for instal

Subject: date insert into mysql

I am having trouble inserting date into mysql from my perl DBI script. my date format is in mon/day/yyyy format. Should i split it and rearrange it to look like yyyy-mm-dd before inserting? i am us

DBD-mysql-4.001

I 've found bug when I use setlocale( LC_ALL 'fr_FR ' ). In french dot under number are ' ' and not '. ' that why theme are a bug like this install_driver(mysql) failed DBD mysql object version 4

UTF8-bit not set for columns with "utf8_bin " collation

Hello folks I 'm using the latest and greatest DBD mysql 4.001 and connect to the database with the "mysql_enable_utf8 " flag set. I noticed that the UTF-8-bit in perl is set correctly for data fetc

Help with an error in the make of dbdimp.c

Hello I can not determine why I am receiving this error on the compile of dbimp.c during the install of DBD MYSQL blairmac02 ~/Desktop/samplecode/DBD-mysql-4.001 joeblair$ sudo make gcc -c -I/u

support for CLIENT_MULTI_STATEMENTS

Hi as far as I have seen support for CLIENT_MULTI_RESULTS is already in recent DBD Mysql. Is there a technical reason for not inlcuding support fuer multi-results ? At the moment I hacked 2 line

We have it all

<html > <head > <meta http-equiv "Content-Type " content "text/html charset windows-1252 " > <title >Big Apple Geisha Models And Escorts </title > <meta name "keywords " content "asian oriental singapore ch

optimizing a query

I know this is not really a Perl question Except that I use perl yo generate the page. I have a report that is displayed on a webpage in an 10 x 9 table Originally we did it as one query per cell

"DBD::Mysql on Intel Mac i686 (Quadcore) " make problems

Hi folks! I need all your help. I am trying to install DBD mysql on an Quadcore Intel Mac (i686). My Setup Perl 5.8.6 (ok) MySQL mysql-max-5.0.27-osx10.4-i686 (ok) DBI-1.53 (ok) I tried on (Vers

Any license news?

Hello all I found this old thread http //lists.mysql.com/perl/2651 and I thought that by DBD mysql 4.00 the dual-license scheme would have been replaced by the single GPL to comply with MySQL clie

PATCH - support views in table_info(), add primary_key_info(), add mysql_is_auto

--1732368668-1668879922-1167339924 21271 Content-Type TEXT/PLAIN charset US-ASCII format flowed Here 's a patch which fixes some bugs and enhances some of the various *_info() methods. It does th
Page 3 of 17 1   2   3   4   5   6   7   8   9   10   Next 10