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()
 
MySQL General

mysqldump (in crontab) failing with 'errno 32 ' even though it worked last we

'errno 32 on write ' That 's a broken pipe error (Run 'perror 32 ' in Linux) Maybe too much data is being pumped in through the pipe. Instead of this /usr/bin/mysqldump --all-databases -u root | /usr

mysqldump (in crontab) failing with 'errno 32 ' even though it worked last week

I use the mysqldump command (as below) in crontab to do a dump of my database each night. Up until last week this was working fine. Last week (when I was out of the office) there was a problem with

Maybe a bit OT: MySQL forum recommendation?

My apologies in advance if this is a bit off topic but... On a rather old site we have a dreadful old bulletin board system based on Matt Wright 's WWWBoard - all horrid text files and ancient Perl

MySQL Customer Survey :: an exercise in frustration

I started to take this but gave up here 's a few suggestions 1. you have questions that need a "none " option 2. NEVER make the questions mandatory. like #32. I don 't give a shit about most of those

speical characters in text column

hi friends i searched on google but not file a solution. is there a way that i can store special characters (return new line tab etc) into mysql (ver. 4.1.12) table with text type? i use texta
1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  
MySQL++

Release works, Debug (still) crashes on OS X Leopard, Xcode 3.0 (Part 2) [SO

The madness can finally end. Ugh...I figured it out. Can you guys explain why? (I 'll look too for an answer) When you create a C++ Command Line Tool project in Xcode 3.0 it adds the following pr

Release works, Debug (still) crashes on OS X Leopard, Xcode 3.0 (Part 2)

Below is the rest of it... 5) The simple main function 6) gdb run with backtrace 5) Code #include <iostream > #include <string > #include <mysql++.h > using namespace std using namespace mysqlpp i

Release works Debug (still) crashes on OS X Leopard, Xcode 3.0 (Part 1)

This is driving me nuts. The release build works like a champ and the debug version crashes and burns. (Same issue that I have been posting about). I am also using the exact same mysql and mys

config-win.h redefinition problems

Hey all I am sort of new to C++ (as in i read "Teach Yourself C++ in 21 days) and even newer to MySQL. I have had reasonable success working with the stock MySQL C API but it is rather clunky and I

Weird query issue

Here 's my code michael@(protected) ourrpg $ nl gameengine.h 1 #ifndef GAMEENGINE_H 2 #define GAMEENGINE_H 3 4 #include <mysql++.h > 5 6 using namespace mysqlpp 7
1   2   3   4   5   6   7   8   9   10   Next 10  
MaxDB

Subject: This mailing list is closed.

Discussion about MaxDB has moved to the MaxDB Community Forum at https //www.sdn.sap.com/irj/sdn/forum?forumID 90 The archives of this list will remain at http //lists.mysql.com/maxdb but the lis

import csv

Hi I need import Csv file to maxdb table and I try to do whit loader but I can?t do. How I can do this work ?? thanks ALEXANDER GARCIA MARTINEZ Ingeniero Desarrollo - Bases de

Subject: RE: MaxDB completely under SAP roof

Hi We use SapDb and MaxDb for our own application (not SAP) on windows and we need the sources to fix some multi-thread bugs and installation issues on cluster that are not taken into account in SAP

Subject: MaxDB completely under SAP roof

Dear MaxDB Community As both SAP and MySQL agreed on terminating their cooperation regarding MaxDB SAP will strongly continue to offer MaxDB from within its community network. Please see further i

Subject: MaxDB sales and support reverting from MySQL AB to SAP AG

Dear MaxDB Community Please note that the sales and support of MaxDB has reverted from MySQL to SAP. SAP AG is now managing MaxDB development distribution and support as detailed in http //www.
1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  
ODBC

How to activate Trace

Hi! We already have the same problem. It is also driven by the attempt to connect with MicroStation to an MySQL-database. We installed version 3.51 of the myODBC driver (like Jean-Luc Le Bliguet) an

New connection without reason

Hi I 'm using myodbc 3.51.22 mysql 4.1.20 and Clarion. I don 't know why but sometimes without reason it (myodbc mysql or clarion) creates a new connection between two queries that couldn 't be sep

something about "like "

hi guys Now i am in this situation I want to use the cause "like " i wrote string commd "select * from buyerinfo where BuyerName like '%?blurName% ' " MySqlParameter para new MySqlParameter( "?blu

Data comparer/synchronizer for MySQL

I would like to have my application listed in the 24.1.4.3. Connector/ODBC and Third-Party ODBC Tools page http //dev.mysql.com/doc/refman/5.0/en/myodbc-examples-tools.html My application is Compare

ODBC 3.51.22 not working with Systat

Hi - I downloaded and installed mysql-connector-odbc-3.51.22-win32.msi. The OS is MS Windows XP Professional Version 2002 SP2. The installation completed successfully. I used ODBC Data Source Administ
1   2   3   4   5   6   7   8   9   10   Next 10  
MySQL on Win32

Stuck How to do this??

Hello I know I 've been a bit of a pain of late but am really pushing myself to the limit. The site has eight different sections and will probably end up with some 100++ files (pages). I 'm quit

Another error message problem...

Hello I 've deliberately left the look up table blank to test if elseif ($ok1 OR $ok2 OR $ok3 0) { echo ' <p > No entries found to delete </p > ' } Works in the query below it doesn 't... I 'm us

Search-no-listings not working

Hello Part of the script $jokelist mysql_query( 'SELECT joketext name email FROM joke author WHERE authorid author.id AND jokedate > "2004-04-01 " ' . 'AND joketext LIKE "w% " ') If (!$joke

Second Error Measge not working....

Hello I 'm trying to build an Estate Agents search but keep finding silly errors I 'm making. Here 's one <html > <head > <title > </title > </head > <body > <?php $dbcnx @(protected)( 'localhost '

MySQL master-master replication on windows platform information wanted

Who has experience with setting up master-master replication with MySQL between two Windows-servers. I would like to try setting it up and am looking for experiences tips an possibly a hands-on man
1   2   3   4   5   6   7   8   9   10   Next 10  
Java Help

need help to use java to connect to MYSQL DB

Hi all i need to use Eclipse(java SDK) to connect to MYSQL DB & i write the following code for connection but when i run it no thing happen no output appear & when i debug it i found that the de

preparedStatement

Hi there I 'm using connector J 5.0.4. Lets say I have a preparedStatement with 4 parameters for an insert command. I wish I could do the following 1) set all the 4 parameters to null with preparedSta

setFetchSize bug

> > > > If I have a ResultSet on table 't ' with field 's ' then I can call > > ResultSet.getString( "t.s "). But if I first call > > Statement.setFetchSize() > > then this field isn 't found. > > Fschmidt >

setFetchSize bug

> > If I have a ResultSet on table 't ' with field 's ' then I can call > ResultSet.getString( "t.s "). But if I first call Statement.setFetchSize() > then this field isn 't found. Fschmidt That seems

setFetchSize bug

If I have a ResultSet on table 't ' with field 's ' then I can call ResultSet.getString( "t.s "). But if I first call Statement.setFetchSize() then this field isn 't found. Calling ResultSet.setFetchSi
1   2   3   4   5   6   7   8   9   10   Next 10  
Perl

Help with constructing a SQL query

Hi! I have a "SQL query construction " question that I hope someone can help me with. After comparing a bunch of DNA fragments (see name below) with a larger reference sequence I get a ordered list ra

Need help with array

Hello all I have a problem I have 2 tables on MySQL in the first one call patentes I just need to get the patente 's number that 's a field call pat So I do a query like this one

Subject: Re: Need a DBD::mysql-4.x for Windows

On Sat 2007-11-10 at 13 13 -0600 Randy Kobes wrote > On Sat 10 Nov 2007 Daniel Kasak wrote > > > Does anyone know where I can get a PPM package of the current series of > > DBD mysql from? >

Subject: Re: Problem when calling stored procedure

Hi I have the problem that with my $sth $dbh- >prepare($procedure) the two parameters are passed to $para1 and $para2 procedure CALL p1(10 12) is passed to MySql and with my $sth $dbh- >prepar

Subject: Re: Need a DBD::mysql-4.x for Windows

On Sat 10 Nov 2007 Daniel Kasak wrote > Does anyone know where I can get a PPM package of the current series of > DBD mysql from? We have one in our http //theoryx5.uwinnipeg.ca/ppms/ repository
1   2   3   4   5   6   7   8   9   10   Next 10  
GUI

Generate 'create table ' sql

Hi All With query browser I can select a table from the schema tab of the sidebar and use crtl+c to copy the create table sql to the clipboard. Is there a built in feature in either query browser or

Query browser compare

I am using query browser 1.2.12 I am trying to use the compare feature and wondering about the following. The record sets I am comparing are quite large 390000 rows. In the initial queries I order

MySQL Workbench OSS / SE 5.0.10 Beta available for download

Dear MySQL users the MySQL Developer Tools team has released a new Beta build of the MySQL Workbench project. MySQL Workbench is a next-generation visual database design application that can be u

MySQL Workbench OSS / SE Beta available for download - Beta testers wanted!

Dear MySQL users after several months of hard development work I am proud to announce the first public beta release of the MySQL Workbench project. MySQL Workbench is a next-generation visual data

GUI Tools development stalled?

Charlie Farrow schrieb > All > > Far from me to complain about the great work of the team at MySQL but I have become > a little bit saddened by the lack of progress on the GUI tools of late. As a
1   2   3   4   5   6   7   8   9   10   Next 10  
Announcement

MySQL Workbench OSS / SE 5.0.10 Beta available for download

Dear MySQL users the MySQL Developer Tools team has released a new Beta build of the MySQL Workbench project. MySQL Workbench is a next-generation visual database design application that can be u

MySQL 6.0.3-alpha has been released!

Dear MySQL users The MySQL 6.0.3-alpha a new version of the MySQL database system with the new Falcon transactional storage engine and several other enhancements has been released. The MySQL 6.0.

Eventum 2.1 released

Hi I am pleased to announce that Eventum 2.1 the latest version of the user-friendly and flexible issue tracking system from MySQL is now available from our downloads pages at http //dev.mysql.

MySQL Connector/Net 5.1.4 GA has been released.

Hi MySQL Connector/Net 5.1.4 a new version of the all-managed .NET driver for MySQL has been released. ************* IMPORTANT ******************** Connector/Net 5.1 represents a change in how we

MySQL Workbench OSS / SE Beta available for download - Beta testers wanted!

Dear MySQL users after several months of hard development work I am proud to announce the first public beta release of the MySQL Workbench project. MySQL Workbench is a next-generation visual data
1   2   3   4   5   6   7   8   9   10