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 11 of 508 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: =?WINDOWS-1252?Q?Re:_=93Out_of_memory;_check_if_mysqld_or_some_o?= =?WINDOWS

Hi Configure my.cnf in such a way so that it uses 3.5 GB of physical memory. Please check max_connecions. Out of memory problem also occur due to lots of connections Thanks Krishna On 9/27/07 Ama

Subject: single line inserts with on duplicate key

Is it possible in single-line inserts with on duplicate key clauses to get back a list of last insert id 's for what was inserted? I get strange results just one single insert id which makes sens

Design decision

I 'm not sure why you say 30 or more inserts will take too long. As long as you do a bulk insert it 's just a single command. 30 individual insert will take it 's toll. You are really looking for a

Subject: MySQL crashing on flush-logs

We have MySQL 5.0.27 running on about 10 different RedHat EL4 boxes all from the same RPMs. Every night we run mysqladmin flush-logs from crontab (as well as some other things) on most of these serv

Subject: Re: What is MYSQL 's equivalent to Oracle 's DBMS_OUTPUT

Have a look at my with an update way overdue but allthesame myProcDbg project at sourceforge. I think this might do what you are looking for. /Karlsson sol beach wrote > Oracle provides a stored

Subject: SQL for Subversion update-report

I 'm working on a Subversion interface to MediaWiki and am struggling with the SQL to respond to Subversion 's update-report http //www.mediawiki.org/wiki/WebDAV MediaWiki 's revision table contains un

Subject: Re: Multipart + IN comparison on the second part + JOIN does not use full in

That probably means the optimizer is rejecting (part of) the index as not selective enough to be efficient for the given query depending on storage engine index statistics. Making sure your indexe

Subject: Re: Multipart + IN comparison on the second part + JOIN does not use full in

After spending half the night trying this same query on a number of different datasets it looks like sometimes MySQL /will/ use all parts in certain cases so I 'm satisfied by that. Thanks for respon

allow me to post

Zack Wickes VP Software Operations Yummy Interactive Inc. 604-682-0471 Ext 232 -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql

Subject: Re: DB Schema Comparison Utility ?

Eric Frazier wrote > Daevid Vincent wrote > > This has been asked for many many times on this list not sure why > > mySQL AB > > doesn 't just release a command line tool like a 'mysql diff ' and also

Subject: Re: DB Schema Comparison Utility ?

Daevid Vincent wrote > This has been asked for many many times on this list not sure why mySQL AB > doesn 't just release a command line tool like a 'mysql diff ' and also a > 'mysql lint '. The lint o

Subject: ANN: Freeware PHP Generator for MySQL 7.10 released

Hi! SQL Maestro Group announce the release of PHP Generator for MySQL 7.10 freeware MySQL GUI frontend that allows you to generate high-quality MySQL PHP scripts for the selected tables views and q

Subject: Re: - urgent

Ratheesh K J schrieb > Thanks > > It helped me a lot. I wanted to know > > 1. what are the various scenarios where my replication setup can > fail? (considering even issues like network f

Subject: Re: MySQL Configuration for a powerful server?

Ratheesh K J schrieb > Hello all > > What is the best possible values in my.cnf for a 8 processor (Quad core-2 cpu) 8 GB RAM machine dedicated for MySQL server only. No other application will run on

Subject: MySQL Configuration for a powerful server?

Hello all What is the best possible values in my.cnf for a 8 processor (Quad core-2 cpu) 8 GB RAM machine dedicated for MySQL server only. No other application will run on this machine. the innodb_

Design decision

Scott Haneda wrote > > Scott Haneda wrote > > > I have an a table of objects attached to those objects are keywords. > > > Users submit the keywords to the objects. > > > > > > Currently I chose to keep a

Design decision

> Scott Haneda wrote > > I have an a table of objects attached to those objects are keywords. > > Users submit the keywords to the objects. > > > > Currently I chose to keep a hit count on the keyword

Design decision

Scott Haneda wrote > I have an a table of objects attached to those objects are keywords. > Users submit the keywords to the objects. > > Currently I chose to keep a hit count on the keywords so

Design decision

I have an a table of objects attached to those objects are keywords. Users submit the keywords to the objects. Currently I chose to keep a hit count on the keywords so if a duplicate keyword is su

Subject: Re: How to use an hardcoded list of values

On 9/26/07 Baron Schwartz <baron@(protected) > wrote > I don 't think you 're gaining anything by doing this though unless it is > extremely expensive to do a lookup in item. Thanks Baron I wanted to

Subject: Re: Re: "Out of memory; check if mysqld or some other process uses all avail

Hi Mathieu I found that innodb_buffer pool value isn 't set..The whole innodb settings are commented. I found the below values from the my.cnf file # Uncomment the following if you are usin

Subject: Re: Multipart + IN comparison on the second part + JOIN does not use full in

It is way past bed time so excuse me if I am way off... What is the order of tables in the explain? What is shown as the select_type? On 10/2/07 Eamon Daly <edaly@(protected) > wrote > Hi

Subject: Re: - urgent

Thanks It helped me a lot. I wanted to know 1.. what are the various scenarios where my replication setup can fail? (considering even issues like network failure and server reboot etc). What is t

Subject: Multipart + IN comparison on the second part + JOIN does not use full index

Hi all. I couldn 't find this mentioned in the docs or in the archives so I 'd figure I 'd ask. I have a table with a multipart index on three columns. When querying the table alone using IN operators

Subject: image_getindb.php?rob=bert

-- Rob Wultsch (480)223-2566 wultsch@(protected) (email/google im) wultsch (aim) wultsch@(protected) (msn) -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe

Subject: Re: Full Innodb Table Locks deadlocking with AUTO_INC locks.

Yes. Sorry I wasn 't verbose enough. I agree with you. And I also agree that this part of the manual is kind of nonsensical. I have never understood it fully. Part of what I was saying is "I wo

Subject: Re: Full Innodb Table Locks deadlocking with AUTO_INC locks.

Thanks for the quick reply Barron but doesn 't SET AUTOCOMMIT 0 disable AUTOCOMMIT ? from http //dev.mysql.com/doc/refman/5.0/en/lock-tables.html The correct way to use LOCK TABLE

Subject: Re: Full Innodb Table Locks deadlocking with AUTO_INC locks.

Hi William William Newton wrote > Hello List > > I discovered an unusual problem with the way Innodb handles the AUTO_INC lock with a full table lock. I was wondering if this is a known issue or

Subject: Full Innodb Table Locks deadlocking with AUTO_INC locks.

Hello List I discovered an unusual problem with the way Innodb handles the AUTO_INC lock with a full table lock. I was wondering if this is a known issue or I 'm doing something completely wrong. I '

Subject: RE: DB Schema Comparison Utility ?

On Mon 2007-10-01 at 12 56 -0700 Daevid Vincent wrote > This has been asked for many many times on this list not sure why mySQL AB > doesn 't just release a command line tool like a 'mysql diff ' an
Page 11 of 508 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100