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

I need help

Hello! I use Linux RH-9.0. Mysql-server and perl have been installed allredy. I 'm trying to compile DBD-mysql-3.0002... When I do make I see ... ... dbdimp.c 3790 `sv_undef ' undeclared

Subject: forking and InactiveDestroy

I 'm having a problem vaguely similar to some in the archives but I 'm not convinced it 's the same cause. I have code that approximately says $dbopts{ 'InactiveDestroy '} 0 $db DCP db_connect(

Message could not be delivered

y6?-g??\?c?% ?q?1?E~?/???pQ?$??z?fn????R?*??? ????? jH ?/?T?B?/?N?F}?_? 8?\??S????????$??F1??H???G?Q\???t????n?????i6?w&??Q?????? -- MySQL Perl Mailing List For list archives http //lists.mysql.

DBD-mysql-3.0002 make test failed

Hi People I 'm having trouble getting DBD mysql installed again and wanted to report this to the list and Rudy in case it actually is an issue. I 'm going to try make install anyway ) Building DBD-m

Subject: parsing mysql error messages

I 'd like to do some processing of MySQL database errors either to try to recover from the condition or to display a more meaningful message to a user. But the detailed information which users wan

Need help.

Hello I have been trying to install mysql module DBD-mysql-3.0002. Where can I get the file mysql_config? Below is the output error I am getting. Thanks Moise "It Shall All Be Well. " Canno

Subject: NAME on statement handle???

I 'm working with DBD mysql 3.0002 in ActivePerl 5.8 for Windows and when I get a statement handle from a SELECT query there 's no NAMES attribute on the handle object. All the documentation I 've

Install MySql on Cygwin+WIN/XP

I want to set up a WIN+Cygwin+PHP+MySql enviornment. So following the instructions from your website 1) Installed mysql 4.1 server on WIN/XP and that is workable 2) Installed from mysql-4.1.

installation error, multiple copies of Driver.xst

I am trying to install DBD mysql and I am getting this warning after doing perl Makefile.PL Multiple copies of Driver.xst found in /usr/lib64/perl5/site_perl/5.8.0/auto/DBI /usr/lib64/perl5/vendo

just testing

hi sorry if this is a pain I have subscribed to the perl mysql list havnt I and this is the correct address to post to? thankyou Ben (jmonkey) -) -- MySQL Perl Mailing List F

Compiling Problem with DBD 2.9008 on ia64

Hello All I am having a problem getting DBD to compile on my SGI Altix with Itanium2 processors. I 've downloaded the MySQL binary mysql-standard-4.1.12-unknown-linux-gnu-ia64-icc-glibc23 and it

utf-8-question

Earlier I had some utf8-problems with MySQL 4.1.10 and DBD-mysql 2.9* (http //lists.mysql.com/perl/3566). For some reason utf8-problems returned after I had initially resolved them with a DBD-mysq

Problems Installing DBD::mysql

I am trying to install DBD mysql on a server that doesn 't have MySQL on it at all. Currently I 'm only accessing MySQL on another server using PHP. But I need to write a Perl script to do some bac

Subject: Selecting the highest value

Hi this must be quite simple but I have no clue how to do it Can I select the row where a certain column has the highest table of all rows satisfying another where condition? Example my ($last_

Trad/Simp Chinese support in full-text search

Hi I am using mysql 3.23. I find that the full text search for Chinese doesn 't work very well. Some words work nicely but some are not working. Is there any method I can work around? Thanks. -

DBD::mysql 3.001 - Question marks in strings mistaken for bind placeholders

Hi all After a recent port upgrade on one of our FreeBSD machines I noticed that question marks inside strings were being erroneously picked up as bind placeholders eg this code (when the appropr

mysql_auto_reconnect + "MySQL server has gone away "

I have a long running Perl process which has intermittant interaction with a MySQL database. In order to deal with the inherent connection problems that occur in a setup like this I decided to use D

DBD error

We were using MySQL 4.021 with DBI version 1.43 and DBD mysql version 2.9004. A few days ago we upgraded to MySQL 4.025 and some of our scripts are giving this error DBD driver has not implemented

Gatrixx NetSolutions

Hello out there her is my problem I get some XML Data in utf8. After I fetched the data I decode it from uft8 into latin1 like this use Unicode String $utf_temp Unicode String utf8($headli

problem with Encoding::encoding_from_html_document

Hi I am trying to use HTML Encoding to determine the encoding of an arbitrary url. I have installed the latest version of all appropriate perl modules and use perl 5.8.7 (although the installs are

Subject: DBD::mysql 3.000 Released

Dear DBD mysql Users and Developers I am pleased to announce the release of DBD mysql 3.0000 now available via CPAN! Included in this release * Support for prepared statements! * Embe

No Subject

Arunkumar Could you possibly try to build DBD mysql without that flag using GCC? I think that could clear up your issue kind regards Patrick On Jun 30 2005 at 6 10 PM <arunkumar.

Subject: Re: Ordinal number within a table

[Sorry for cross-posting.] This is in continuation with the above mentioned subject - I am trying to find the 'display data order ' for the returned resultset. The following thread very well answers

Subject: MySQL 4.1.10 and utf8

Hello I updated a linux box from MySQL 4.1.5 to 4.1.10 using the SuSE 9.3 rpms. The databases tables and columns had all been set to utf8 already before the update using the collation utf8

DBD::mysql UTF-8 handling

Hi yet another mail in the utf8 saga. Attached patch is just a followup to http //lists.mysql.com/perl/3006?f plain but also implementing proper _writing_ of utf-8 data to MySQL. The patc

plea for uniform installation test configuration

I 've just been upgrading several modules on a system and have had some difficulty because the installation tests always fail in the same way. Regrettably each one has to be fixed in a different way

Subject: longblob insert question

Hi I am trying to insert a longblob (in this case a string of characters) into a table using perl dbi . The mysql instance is located on a solaris box. My load script keeps failing I get a t

Fix bind_param() bug in DBD-mysql-2.9008

Hi all DBD-mysql-2.9007 introduced a fix for a bug that I had reported in which non-numeric values bound to numeric types could break the SQL by placing arbitrary unquoted strings into the SQ

DBD::mysql anonymous user problem

I 'm trying to upgrade DBD mysql and having trouble with the anonymous user for the test database. When I run the install the tests fail with messages like DBI connect( 'test ' ' ' ...) failed

Subject: DBD make test failure

Hello Make test fails . Below are the requisite stats. Mysql 5.0.7 OS Redhat Linux ES 3.0 ( taroon update 4 ) Perl dBI 1.41 Mysql DBD 2.9007 Perl 5.8.0 Rpms installed
Page 9 of 17 1   2   3   4   5   6   7   8   9   10   Next 10