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

Subject: Re: short e-mail survey on load-balance technology used

> pgpool is a connection pool server for PostgreSQL. pgpool runs between > PostgreSQL 's clients(front ends) and servers(back ends). > > Well there are a few solutions out there. > > The first comparab

Subject: Re: short e-mail survey on load-balance technology used

Philip Hallstrom wrote ... > > 6) When it comes to scaling MySQL and the use of load-balancing what > > do you > > feel is a technology that is missing that the MySQL community should > > create? > > (I.

Subject: Re: short e-mail survey on load-balance technology used

Philip Hallstrom wrote ... > > 6) When it comes to scaling MySQL and the use of load-balancing what > > do you > > feel is a technology that is missing that the MySQL community should > > create? > > (I.

Subject: Re: Detecting new records

Hi Naufal Naufal Sheikh wrote > Hello list. > > > Inorder to do some maintainance I will be shutting down my production > server running mysql4.1. I have already prepared a backup server which i

Subject: Detecting new records

Hello list. Inorder to do some maintainance I will be shutting down my production server running mysql4.1. I have already prepared a backup server which is running mysql4 and have imported the curr

Subject: Re: short e-mail survey on load-balance technology used

> 1) Do you use a load-balancer for your MySQL Deployment? Yes. Well up till just a little while ago... > 2) What load-balancer (product name) do you use for your MySQL Deployment? We used to run

Subject: short e-mail survey on load-balance technology used

Permit me to query the users on this list to ask a few questions on if and how they scale their MySQL with the use of load-balancers. I am only expecting very short answers but you may choose to a

Subject: RE: corrupted query cache?

> What 's your question? Heh yah that might be important... Has anyone experienced this? Does it look like anything in the my.cnf could be altered to alleviate or assist me in diagnosing the proble

Subject: Re: corrupted query cache?

What 's your question? Max Thayer wrote > We are experiencing a certain anomaly here on our db server. The > problem had occurred about 3 weeks ago. > We ran diagnostics on the hardware over a 48+ho

Subject: corrupted query cache?

We are experiencing a certain anomaly here on our db server. The problem had occurred about 3 weeks ago. We ran diagnostics on the hardware over a 48+hour period with no failures or indications of pr

Subject: Re: sporadic error 13 on windows

> Just a thought (I 'm certainly no wondows guy) but perhaps your > setting for the TMP directory would be respected if you used the DOS > format path with the backslash.. > > tmpdir C \temp > vs. > t

Subject: Re: Can 't find file: './mysql/(database_name).frm '

Regarding this issue I have found that by rebooting the computer these problems have gone away (for now). I have a feeling that this was a subtle permission/ownership problem. Some of the databases

urgente

buenas tardes espero que al recibir este mail se encuentre bien de salud todos . El motivo por el cual les envio este mail es porque mysql que estoy instalando en solaris 10 marca errores cuando esto

Subject: Text = Tinytext = MediumText = LongText?

Hello everyone hopefully a quick question is there a functional difference between the various text field sizes other than size? For example if I wanted to could I run a FULLTEXT index against a Lon

Subject: Bug?: "SELECT *, Field " vs. "SELECT Field, * "

Hi When i try "SELECT * id FROM <table > " all is fine. But if i want the "* " at the end (because the table is large) i try "SELECT id * FROM <table > " and got You have an error in you

Subject: Re: find real/valid name current db

ups typo ... Sebastian Mendel schrieb > Hi > > how can i find the real/valid name for current active db? > > Windows lower_case_table_names 2 > > CREATE DATABASE `UPPERCASE` > USE `UPPERCAS

Subject: BLOG: MySQL 5.1.22 is out

MySQL users Sorry for spamming mysql@(protected) but you may be interested in my blog entry that complements our MySQL 5.1.22 announcement. The Real Thing in HTML is on http //www.planetmysql

Subject: find real/valid name current db

Hi how can i find the real/valid name for current active db? Windows lower_case_table_names 2 CREATE DATABASE `UPPERCASE` USE `UPPERCASE` SELECT DATABASE() // `UPPERCASE` but working with t

Subject: Join to find Duplicates

I need to find records in a table that may be duplicate records. The table stores basic information about the Users. I want to do a match on the FName and LName fields. The query I have looks like

Replication - urgent

Running this statement on the master should do it DROP TABLE table1 table2... That will remove the tables. Baron Ratheesh K J wrote > Hello all > > I cannot afford to stop my slave server. I

Replication - urgent

Hello all I cannot afford to stop my slave server. I have list of tables of the master that are being replicated on the slave. Now I want to remove a couple of tables from this list without affecti

Subject: Re: how ti put several records of one mysql table in one row of html table?

Yup! That 's THE ONE! Thanks Rajesh. -afan Rajesh Mehrotra wrote > Hi > > I think "GROUP_CONCAT " will do it. > > -Raj. > > > > -----Original Message----- > From afan pasalic [mailto afan@(protected)

Subject: RE: ORDER BY but disregard stop words

[snip] Is there any way to use ORDER BY in such a way as to have it ignore words such as "the " "a " "an " and the like? [/snip] I haven 't tested this but you might be able to do it with a little REG

Subject: RE: how ti put several records of one mysql table in one row of html table?

Hi I think "GROUP_CONCAT " will do it. -Raj. -----Original Message----- From afan pasalic [mailto afan@(protected)] Sent Tuesday October 16 2007 11 49 AM To mysql@(protected) Subject how t

Subject: ORDER BY but disregard stop words

Is there any way to use ORDER BY in such a way as to have it ignore words such as "the " "a " "an " and the like? brian -- MySQL General Mailing List For list archives http //lists.mysql.com/mysq

Subject: how ti put several records of one mysql table in one row of html table?

hi I have "standard " organizations table with org_id name address city ... columns. CREATE TABLE `organization` ( `organization_id` int(8) unsigned NOT NULL default '0 ' `address_id` int(8)

Subject: The value of NULL in Uniqued Columns

This is more of a philosophical issue than anything but it has jumped up to bite us so I thought I 'd make others aware Since NULL has no value they can be entered multiply times into unique columns

Subject: Re: Deadlocks with High Concurrency SELECT FOR UPDATE

Hi William William Newton wrote > Hello List > > I have this table that has a single row in it > > CREATE TABLE `quicktable` ( > `x` int(11) NOT NULL auto_increment > `quick_id` int(11) NO

Subject: Deadlocks with High Concurrency SELECT FOR UPDATE

Hello List I have this table that has a single row in it CREATE TABLE `quicktable` ( `x` int(11) NOT NULL auto_increment `quick_id` int(11) NOT NULL default '0 ' PRIMARY KEY (`x`) ) ENGINE

Subject: Re: Error 1064 on a basic UPDATE query

Hi James Graham wrote > Hi List > > We have a transactions table (~600k records). I 'm trying a simple update > query it fails. > I thought this could be due to a reserved word problem but all n
Page 5 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100