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 491 of 508 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10  

Xserve G5

I would have to agree and I 'm mostly a Mac person in a Mac shop. The controller chips that ship with the Opterons are optimized for that chip and the RAM they use. The throughput they can get is

Executing REPLACE from IF statement?

Hi I was wondering if someone can point out a way to make the below script update a row. Query SELECT pb.ID c.mdate bc.mdate IF(DATE_FORMAT(c.mdate '%m/%d/%Y ') bc.mdate "Same Date " "

Subject: "hot " innodb backup options

this is just my $0.02 but I would think $500/yr is certainly worth it. you 'll get a fully supported product and the money goes to a good cause. jeff Kevin Williams wrote > All > > I have

complicated select statements and out of memory errors

Bernd Jagla wrote > Hi there > > I have some rather complicated sql statements that seem to eat up all resources from mysqld. > Once I have two of them running at the same time no one can log o

Why do we need < >~ in BOOLEAN MODE?

< >~ are supposed to adjust the weight of a word to the relevancy score but they only work in BOOLEAN MODE and BOOLEAN MODE doesn 't care about relevancy! In my opinion they should be only allo

Type TEXT

"Jim McAtee " <jmcatee@(protected) > wrote > Are the TEXT column types padded out to their max length by spaces? No. It 's variable-length column type. http //www.mysql.com/doc/en/Storage_req

Optimising LIMITs

Richard Davey wrote > Hi all > > I have what is probably a quite standard question and would love to > know how you would all approach this scenario > > I have a table in a database that ha

BUG?

"Anders Gjermshus " <anders@(protected) > wrote > In the mysql documentation it stands > > max_user_connections > > The maximum number of simultaneous connections allowed to any given MySQL

When I woke up this morning...

Hi all I 'm a having a stange problem with mysql-nt on win2000. Querys that last night were taking just 2 seconds are now taking 1m 30secs +. I have a table... Field Type Col

A problem with access to data source, please help!!!!

I had a bunch of problems setting up OpenCMS until I figured it out. OpenCMS tries to connect via the network socket so the connection to the database may look like it 's coming from the.host.nam

my.cnf Setup!!

Kirti S. Bajwa wrote > Hello List > > I have setup MySQL and it is working fine. I tested connection to MySQL. > > Now I have gone one step futher and added a password for mysql as fo

BOM Select statement

> -----Original Message----- > From Wesley Baker [mailto wesbaker@(protected)] > What I want is to know how to build a SELECT statement which will > return all components of mynewpc and na

Auto-Confirmation

Thank you for submitting your request to Quest Software Technical Support. We are unable to process your request because our records indicate that you are not registered for Technical Support. To

Subject: Weekly activity report

-- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Weird behaviour

This is documented behavior <http //www.mysql.com/doc/en/GRANT.html > > Please note the `_ ' and `% ' wildcards are allowed when specifying > database names in GRANT statements that grant privilege

Subject: Hardware devices price-list

-- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

The very first day of march :-) (select (curdate()-1);)

Bernard Clement wrote > Your select works fine within the month to the exception of the first day > because curdate()-1 is treated as a numeric field (see curdate in > http //www.mysql.com/d

help for pdf file

> I don 't know this related to php subject or mysql subject but does anybody > knows how to create a pdf file from php & mysql? http //www.fpdf.org is a free PHP library which can help you produc

Subject: Another loss of mysql

There are many companies that develop on MySQL then market the product with Oracle for the same reasons you state....the name. curtis On Mon 1 Mar 2004 Leo wrote > After two years of d

myisamchk "operation not permitted " problem

Rishi Pande wrote > Hello > I have been having trouble with rebuilding a database from backup. > The backup consists of the MYD and frm files only. Therefore I need > to rebuild the my

Replication / Synchronizing DB across different machines

Yes Lets call the two serves A and B. You set A as the master for B and you set B as the master for A. In this way you can insert/delete/update on either side and both sides will be kept in s

Best Database

check into innodb and transactions Respectfully Ligaya Turmelle " "Paul Higgins " " <developer_paul@(protected) > wrote in message news Law10-F40unstt1fS1600033152@(protected) > Hi everyone

Can 't execute ./bin/mysqld_safe from dir /var/lib

jda wrote > I had MySQL running just a couple days ago but now it is not. > > The command and error > > # /usr/local/mysql/support-files/mysql.server start > Can 't execute ./bin/mysqld_safe

mysqld-nt.ext - Application Error

I am using MySQL 5 issuing the following query when the application died on me three times. Query Select name year_of_birth from players where year_of_birth < ALL(select year_of_birth from playe

4.1 Stable Enough For Beginner To Use?

I started using 4.1.0 in a production environment 2 weeks after it was released. Then when 4.1.1 came out I started using it before it was even posted on the mysql.com website. And I am sure I wil

Bug: Berkley DB seems to have problems with multi table updates.

Hi if I try a multi table update with a Berkley DB Table where the updated table is bigger than the joined table the system produces the strange "Got error 22 from table handler " error. The at

Subject: Embeded MySQL for Java ???

Hi!! No there isn 't Although you can try bdb(www.sleepycat.com) it comes with a java access class that will let you use bdb in a embeded environment one thing i must say is that it does n

unixODBC and MySQL

Hi I 'm trying to make a connection via ODBC to a remote database. On my client linux machine I installed unixODBC-2.2.8 and MyODBC-3.51.06. I 'm doing the configuration via ODBCConfig Driver

mysqld crashes, stack trace doesn 't help

Claus wrote > Hi all > > we have > rh 9.0 (kernel 2.4.20) > mysqld 4.0.15 > php 4.3.3 > apache 1.3.29 > > and a quite large (10.000 unique visitors/day) server and messageboard > (phpbb

Dumping MySQL result set to a spreadsheet

At 17 45 -0500 2/29/04 Joshua Beall wrote >Hi All > >I am wondering if anyone can point me to a utility that will let me dump >the >result of a MySQL query to a file I can open in MS Excel or
Page 491 of 508 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10