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

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

how to "drop index if exists "

On Nov 29 2007 4 34 AM Adam Lipscombe <adam.lipscombe@(protected) > wrote > Folks > > > How can one conditionally drop an index in MySQL? > > Googling shows that the "drop index " does not support a

MySQL University session on December 6

Hi this Thursday Sergey Petrunia will give a MySQL University session on Interaction Between Optimizer and Storage Engine Please register for this session by filling in your name on the sessi

Help with SQL query construction

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

Replication error with stored proc and triggers

>Description I am using MySQL server as backend database supporting a telecomm platform providing voice over ip services. tables involved acc cdr account location2 Partial processing flow 1.

Determining Table Storage Engine Type on Crashed Table

How about looking at the .frm file of the table. On 11/28/07 Richard Edward Horner <rich@(protected) > wrote > FYI this did not work ) > > Thanks though! > > Rich(ard) > > On Nov 23 2007 3 37

Order table by org heirarchy (emp-mgr)

Hi Experts I need a small help - I think the solution is not complex but I am not sure where to start. Here is my problem. I have a table that defines the employee to manager relationship. This ta

MySQL Browser - limit 1000 by default?

I 'm assuming you 're talking about the Mysql Query Browser? You can change the number of records under Tools- > Preferences and changing the "Max Rows For Generated Queries " to whatever you want set

backup InnoDB db to another server

You might want to use --single-transaction option when mysqldumping innodb On Dec 1 2007 1 20 AM Jeff Mckeon <jsmForum@(protected) > wrote > > -----Original Message----- > > From J?rn Dahl-Stamn

trigger/cron process questions...

Hi. I 'm considering a situation where I have a number of child/client servers each of which are running local apps that feed into a local mysql db/tbl. In order to manage the data I want to copy al

indexing tables using my owns functions

Hi I 've created a function that return a float value the code for it is create function IDR(pin1 varchar(20) pin4 varchar(20) pin6 varchar(20) pin7 varchar(20) pin9 varchar(20) MOL varchar(20)) r

Result set flipped on it 's axis

Let 's say I have the following table CREATE TABLE `Users` ( `id` blahblah `firstName` blahblah `lastName` blahblah `phone` blahblah `fax` blahblah `email` blahblah ) If I do "SELECT id first

Use select within delete

Hi all I need to delete some fields from a table but in the where clause I need to put a select command. For instance delete from table1 where id (select id from table2 where date <oneweek) Is it poss

Problems backing up 4.1.20 database

Hello I 'm using CentOS 4.5 with MySQL 4.1.20. I 've got 2G RAM on the system and am running an x86_64 kernel (2.6.9-55.0.9.EL). When I try to use mysqldump MySQL crashes (then restarts). Here is

How to find Free space in innodb

Hi I am running 5.0.46-enterprise-gpl-log version in linux (Red Hat Enterprise Linux AS release 4 (Nahant Update 5). In my.cnf i have configured innodb as innodb_data_file_path datafile1 500M

errror while installing DBD::MYSQL.

Hi All I don 't know whether it is correct group or not. Just a hope that I may get solution. I have installed DBI and when I run the following perl script ------SCRIPT use strict use wa

secure mysql port

Hi Is there any way to restrict access to the tcp port on mysql. I only want my 5 class C 's to be able to access the port but it is a public server. Any help would be greatly appreciated. Kelly -

Processlist full of "Opening tables "

Hey guys I do run MySQL on a high traffic Server with approximately 10k databases. Since some time MySQL is has become very sluggish. When I look at my processlist it shows more than 25 processes (

which duplicate key was hit on last insert?

We have tables in our database that in addition to primary key constraints also have unique() constraints of several columns in the table CREATE TABLE Test ( COL1 INT UNSIGNED AUTO_INCREMENT P

Transactions and locking

Hi there 's very much information about how transactions and locking works in InnoDB but maybe there 's also a simple and understandable answer to my simple question When I start a transaction the

MySQL University session on November 15

Hi this Thursday Guilhem Bichot will give a MySQL University session on How to Run MySQL With a Debugger Please register for this session by filling in your name on the session Wiki page that

mysql eluding query debugging?

Ok i don 't get it. I have the following query SELECT SUM(quant) FROM movement_items LEFT OUTER JOIN movements ON movements.id movement_items.movement_id WHERE item_id 21311 AND movements.type_i

Storing Apache logs in MySQL.

On 9 Nov 2007 at 10 44 Shaun T. Erickson wrote > I pull Apache (combined format) logs daily from a number of mirrors > back to a central server for processing. I 'd like to somehow load them > in

loading scripts to mysql

Hi everybody I 'm writing a function script in a flat file using vim now i would like load it into my sql there is some command to do it similar to "load data into " to fill tables? thanks -- Pau

innodb_data_file_path tuning

what are the performance implications of different settings for innodb_data_file_path? if i only have one partition or filesystem does it ever make sense to define more than one table file? iirc

Character encoding problem STILL

Hey all So I decided to start fresh on a test machine just to see if I could get french characters working. These are my steps Freshly Installed Mysql 5.0.45 Configure the MySql Server now Detail
Page 1 of 5081   2   3   4   5   6   7   8   9   10   Next 10   Next 100