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

Subject: Re: Selecting just 'N ' first rows

> How can I send a query that retrieves only the first 'N ' rows that match a > condition? As far as I know you must call mysql_fetch_row() until the last > row has been processed or the resources allo

Subject: Selecting just 'N ' first rows

Hello How can I send a query that retrieves only the first 'N ' rows that match a condition? As far as I know you must call mysql_fetch_row() until the last row has been processed or the resources a

hardware & clusters

Hello If you have not already done so check out the Cluster Eval Guide which has some tips which may assist you in your process. Much of the content was put together by the professional services g

Subject: Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

I don 't think that is the problem. I have been able to create over a 1 000 000 of tables with MySQL 5.1.21 and different storage engines with the same environment (I had already ulimit set). Thanks

Subject: Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

If Debian is limited to create files over 8k it can be the reason of the problem. Falcon seems not create data file for tables but still create ".frm " files for each tables. -- Jaemyung Kim 2007/

Subject: Re: Master database server continues to crash

Are you running on a 32 bits architecture ? I have seen case where 1.7G is way too much for the total space mysql is allowed to use especially if you have innodb buffer set to bigger than default v

Subject: Master database server continues to crash

Hi all We 've been having our master database server continually crash about once or twice per week. The most recent output in the error log is contained at the bottom of this message. The funny

Subject: Different max_packet_size sizes

We 've found recently that have a max packet size of 8 MB on our master and on our slaves causes problems. For some reason slaves will error out during replication on packets that come from the mas

Subject: Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

I never tried the falcon engine but could it be that mysql is running out of file descriptor ? I think debian is limited to something around 8k per user by default. Check your pam settings and you

Subject: Re: MySQL 6.0.2-alpha and Falcon and possible bug/problem

I have re-run and job and I was able to repeat the problem. Find attached the mysql server error log with all the tarces. Could you please help ? Thanks Mariella --- Mariella Petrini <mariella

seoparator help

Thanks for the help i have got it correct. -- View this message in context http //www.nabble.com/seoparator-help-tf4316769.html#a12568601 Sent from the MySQL - General mailing list archive at Nabbl

Subject: MySQL 6.0.2-alpha and Falcon and possible bug/problem

Hi All I have started using MySQL 6.0.2 with Falcon on Linux with Debian 4. I have compiled the source code for 64 bit executable. The system is an Intel 2 cpus 4 cores each with 8 GB of RAM. I h

Subject: Re: Fulltext Index / Index .. both?

Justin wrote > I 'm wanting to add a new field to my table that I will both be > grouping by searching with full text hits and plain likes.. > > I know I 'll need a FULL TEXT index but will that ful

Subject: Fulltext Index / Index .. both?

I 'm wanting to add a new field to my table that I will both be grouping by searching with full text hits and plain likes.. I know I 'll need a FULL TEXT index but will that full text index also ind

A Client For You

Join the Fastest-Growing Real Estate Agent Directory Today! And Be Seen by Home Buyers Sellers and Other Agents Across the U.S. and Canada! Are you looking for a unique way to s

Subject: Re: Use of slave server for read only queries

Ashok Chauhan wrote > Hi All > > I 'm using Mysql 5 (with replication) on CentOS 4.4 OS with 2 CPU and 8GB > of RAM. > Master & Slave servers have same hardware configration. > > Now i want to know

Subject: RE: Using MAX function to fetch primary id

> -----Original Message----- > I need to select a max value for a group of records and I > also need the > primary key for that record. > > I am wondering if this can be done with a single que

Subject: Using MAX function to fetch primary id

Hi I need to select a max value for a group of records and I also need the primary key for that record. I am wondering if this can be done with a single query? e.g Table_x id count cat_

Subject: RE: changes in tables (developemnt - > production)

What I do here is Back up the production DB. Restore it on the development server. Do the development. When a schema change is needed I write SQL to alter(upgrade) the development DB to match develo

Subject: Re: Slow MySQL Table Inserts

Chris Portka wrote > I 'm trying to create a table in MySQL with a few simple requirements > but my table loads data very slowly. I need two columns one of them a > 10 digit string and another a

Subject: Slow MySQL Table Inserts

I 'm trying to create a table in MySQL with a few simple requirements but my table loads data very slowly. I need two columns one of them a 10 digit string and another a very large integer. These

Kjbzukxhytopdho

Dear user mysql@(protected) Mail system administrator of lists.mysql.com would like to inform you that We have received reports that your email account was used to send a huge amount of spam du

Subject: Re: Use of slave server for read only queries

It seems that the trunk version supports RO/RW splitting http //jan.kneschke.de/2007/8/1/mysql-proxy-learns-r-w-splitting and http //jan.kneschke.de/2007/8/26/mysql-proxy-more-r-w-splitting -- Augu

MySQL Proxy Topics

I 'd like to speak/write with someone off the list on the MySQL Proxy project who might be involved in the following topics I found on the MySQL Proxy Cookbook # (TODO) Advanced - Use a Proxy bet

Subject: Re: Mysql Web interface for normal Users

Hi! Just wanted to bring up an old topic - the situation with mysql web clients is the same as last year or is there any new good software? Something that would be easy to use and look nice to the us

Subject: Re: Use of slave server for read only queries

> On Fri 07 Sep 2007 07 05 31 +0200 Ashok Chauhan <ashok.linux@(protected) > > wrote > > > Hi All > > > > I 'm using Mysql 5 (with replication) on CentOS 4.4 OS with 2 CPU and 8GB > > of RAM. > > Master &

Subject: table based replication into a different db

Hi all i would like to replicate just tables beginning with a certain prefix while the replication slave host 's database name also differs. i remember i once read something about it but can 't real

Subject: Re: Use of slave server for read only queries

On Fri 07 Sep 2007 07 05 31 +0200 Ashok Chauhan <ashok.linux@(protected) > wrote > Hi All > > I 'm using Mysql 5 (with replication) on CentOS 4.4 OS with 2 CPU and 8GB > of RAM. > Master & Slave se

Subject: Use of slave server for read only queries

Hi All I 'm using Mysql 5 (with replication) on CentOS 4.4 OS with 2 CPU and 8GB of RAM. Master & Slave servers have same hardware configration. Now i want to know should i use slave server for fet

Subject: Re: mysql restore db error ?

If the dumps was from a single table you probably need to create the table before restoring the data from the dump olaf On 9/6/07 11 12 AM "2 Logic Studios " <simiyu@(protected) > wrote > he
Page 15 of 508 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100