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

Subject: SQL fails on prepared LIMIT

I have a small-ish Perl application running beautifully on CentOS 3.4 (RHEL 3 Update 4) using MySQL 3.23.58 Perl 5.8.0 and DBD mysql 2.1021. However another developer ran into problems with th

Accessing Mysql 5.0 from 4.0 server

All On redhat es 3.0 taroon update 2 RPMS MySQL-shared-compat-5.0.4-0 MySQL-server-4.0.21-0 MySQL-client-5.0.4-0 php-mysql-4.3.2-11.1.ent MySQL-Max-4.0.21-0 MySQL-devel-4.0.21-0 Al

bind params broken w/ doubles?

Mysql 4.1.11-Max DBD mysql 2.9006 perl 5.8.6 Entering the following query via the MySQL client works (returning 1 row) select * from entity AS e where e.longitude -73.974299 and e

Speeding up series of complex INSERTS

This is my first experience working with a large database. I 'm trying to insert over 320 000 record of a bibliographic database of medical articles. If anyone would like to test my system the program

Help - error during "make " for DBD

Hi I need help. I always encounter this error when I execute the "make " command to install the DBD-mysql-2.9007. Can someone please tell me what to do? # make cp lib/DBD/mysql.pm blib/lib/

RE: test error on installation of DBD::mysql v2.1026 with mysql
v4.1.11

On Thu 5 May 2005 Tim Maynard wrote > installed it anyways and received seg faults on the test script > during the database connection which is the same error given > by the test script.

Bug in DBD::mysql when used under mod_perl - where to report?

Hi I have a bug with the use of LISTFIELDS in DBD mysql used under mod_perl - the script attached gives different results under mod_perl 1.27 and under normal CGI-BIN execution - under mod_perl

test error on installation of DBD::mysql v2.1026 with mysql v4.1.11

trying to compile on RedHat 9.0 with Perl 5.8.6 and MySQL 4.1.11 i have /usr/lib/mysql in the /etc/ld.so.conf and in $LD_RUN_PATH i have also soft-linked the /usr/local/mysql/lib/* to /usr/lib and

Connection problems

Running ActiveState 5.6.1 (build 631) on Windows. Just installed DBD-mysql from file DBD-mysql-2.9004.zip downloaded from http //ppm.activestate.com/PPMPackages/zips/6xx-builds-only/ DBI version a

RaiseError causing unexpected behavior

Hi I 'm running into a strange thing with the DBD-mysql driver. It appears that when RaiseError is true that an error received on one statement handle is being propogated to another statement

Subject: Request for information!!!

Respected Sir Good Morning. My name is Mahendra and I am a Systems Administrator. So as not to waste your precious time I am directly coming to the point. I am currently using latest RPM 's of M

Subject: DBD install on Mac OSX 10.3.9

I am having problems getting DBD mysql to install on my mac server angus.tamu.edu [~/.cpan/build/DBD-mysql-2.9006] % uname -a Darwin angus.tamu.edu 7.9.0 Darwin Kernel Version 7.9.0 Wed Mar 30 20

Link to parent pages

Hi I employ a method to display lists of items ( "children ") for a "parent " page in my hierarchy described in the MySQL Cookbook by Paul DuBois (see the code below). Now is there a simple way to li

Automatically updating Timestamp Column with DBD:MYSQL

Hi It 's late (at least here in my part of the universe) but I 'm inserting records into a mysql database with Perl DBI DBD MySQL and was expecting my first & only timestamp field to be updated witho

DBD-mysql use of "long long " breaks win32 builds

my_ulonglong does correctly map to 'long long ' or __int64 on win32 platforms. The following patch fixes compilation failures on win32 Index DBD-mysql/dbdimp.c --- DBD-mysql/dbdimp.c.~1~ Tue A

DBI compilation problem on Sun, with mysql

I am on SunOS hostname 5.8 Generic_108528-29 sun4u sparc SUNW Sun-Blade-100 gcc-3.3.2-sol8-sparc-local DBI-1.48 mysql-4.1.10 After perl Makefile.PL when I do make I get the following ou

Subject: Intercepting DBD:ODBC errors

Hi Certain types of mysql error seem to directly output their error message and thus break break my scripts before the error can be intercepted at the perl level and dealt with gracefully. Ide

"DBD::mysql::st execute failed: Unknown MySQL error "?

Just wanted to check-in with a status update on this problem. A few weeks ago out of frustration I ended up doing a CHECK ANALYZE REPAIR and OPTIMIZE on every table that was throwing "Unknown M

Bug: DBD::mysql fails tests 46-48 in mysql.t

Mac OS X 10.3.8 MySQL 4.1.10 Perl 5.8.6 DBD mysql 2.9004 `make test` fails with t/mysql............FAILED tests 46-48 Failed 3/68 tests 95.59% okay This happens because in

Why is $sth- >rows() uninitialized?

Rudy Garry Greg thank you all so much for your help. Rudy you get the prize it was $_ which was uninitialized. I played with a few fixes then just eliminated it in the output of the print STDERR

Subject: Re: Checking for entry in table?

On Tue 29 Mar 2005 Garry Williams wrote > > Of course some DBs will abort a transaction in the event of a failed insert > > because of the way the SQL spec is written. > > I must misunderst

bind_columns ??

Hello I was going over some tutorials online and am lost when the tutorial starts the bind_column selection. The part that I do not understand is my( $id $name $title $phone ) $sth-

Would like to work with Perl and MySQL.

I have MySQL 4.1 loaded. I am running AS 5.8.3 build 809. What do I need? Or where can I go to get the info to load on to machine. I have no compilers available. As stated above use binaries fro

DBD::mysql 2.9004 connect issues.

Hello I 'm facing some extremely bizarre behavior on my SuSE 9.2 i586 box that I 'm completely stumped by. Hopefully someone can help. Installed MySQL & all dependent packages via YAST (SuSE

Read only error

I know this should be easy but I 'm stumped. I inherited a system that uses perl and mysql to read in a set of e-mails and process them. The system is running on Debian and was copied from a diffe

DBD::mysql on Win32

I 'm trying to build DBD mysql (2.9004) on Win32 (ActivePerl 811 based on perl-5.8.6) and am running into problems with mysql-4.1.10. mysql built OK (with VC++ 6) with just a few warnings but D

Subject: Weird DBI/DBD-mysql problem

Hey all I am having a problem with these modules and I was wondering if anyone has run into it before Amazon ContactUs ReportDB get_types(/apollo/_env/devcentral-2534631/perl/lib/perl-std-5

select where multiple joined records match

I 'm trying to figure out how to select all the records in one table which have multiple specified records in a second table. And yes I 'm doing it with a Perl script. My MySQL is version 4.0.23a

dbd::mysql error

I get the following error when I try to connect to a database using the dbd mysql module. I am running AIX 5.2 with mysql 4.1.8 and perl 5.8.5. Both perl and mysql were compiled with the AIX

UNION statement to sort search results twice

Hi I wrote a search script which can search only the page titles and author names for articles on my site or the titles/authors and the pages ' content. To get the results for the two types in
Page 10 of 17 1   2   3   4   5   6   7   8   9   10   Next 10