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 109 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

order desc problem

Hi > the order comes out of sequence showing 10.11.12.13 etc before the number 2--- > Can anyone help me out That 's because you are sorting the result on a string (char/varchar) column. Tr

Subject: last_insert_id problem

Hi Im using the latest version of mysql. When I run the following query select last_insert_id() if get the error message function vcontacts.last_insert_id does not exist note vcontacts is the

mysqldump - dump file per table?

On Friday 7 July 2006 at 14 53 11 -0500 Dan Buettner wrote > I 'm preparing to implement some mysqldump-based backups and would > really like to find an easy way to dump out one SQL file per table

Subject: How does one speed up delete.

Env Freebsd 6.0 MySql 4.1.18 Mem 1GB(?) can not tell without rebooting Disk Avail 4GB Problem the table data is 4.5GB. I created a temporary table sidtemp in the database snort by typing CREAT

is it possible to estimate a backup file size?

Hi all I 'm trying to figure out how much space would be necessary for the mysqldump with the -opt option.. The inodb tablespace is using roughly 130 G plus maybe 5 G for various myisam files. Is

Rekall

On 7/7/06 Timothy Murphy <tim@(protected) > wrote > I 've used the KDE program rekall to a small extent in the past > in order to set up and populate MySQL tables on a remote machine. > It

Can 't configure instance w/ 5.0.22 instance wizard

No matter what I do it fails at the step where it 's supposed to install and start the 'Windows service with an error 0. Is this a known issue? It sure would be nice to get more information about th

rand()

At 11 25 AM 7/7/2006 you wrote >I think you meant ORDER BY `registers`.. He may have meant that but then you lose the randomness. I think it has to be done in 2 steps. I don 't see any way of doing

Difference between essential and complete distributions

Is there somewhere I can find the exact differences between the contents of the 'essential ' and 'complete ' Windows MySQL distributions? I 've tried the source code and searched all over the website but

Innodb import tuning on Sun T2000

Folks I 'm trying to import a sql dump of a database which is taking an age. I 've disabled foreign key constraints unique checks and set autocommit to 0 but this is still slow. My data file has a n

Join in two different database

Vittorio - assuming the two databases exist within the same database server do this select a.campo1 b.campo2 FROM db1.table1 a INNER JOIN db2.table2 b ON a.campo1 b.campo2 Dan On 7/7/06 Vitto

Errors compiling MySQL 5.0.22 on IRIX 6.5.25

Has anyone successfully compiled MySQL 5.0.22 from source on any IRIX version? We are running IRIX 6.5.25 and have tried cc and gcc compilers with a variety of parameters. All generate errors after

Access Denied in Query Browser

Hello I get an error message when I start Query Browser. Could not fetch Catalogs/Schema data. The following error occured Access denied you need the SHOW DATABASES priviliege for this operation

Specified key was too long; max key length is 1000 bytes (UNIQUE KEY on mult

Lubomir Host 'rajo ' wrote > > Description > Migration problem from 4.0.22 to 5.0.x. I can 't create following table on 5.0.x version of mysql. Problem does 't apper on 4.0.x version > > CREATE TABLE

Specified key was too long; max key length is 1000 bytes (UNIQUE KEY on multiple

>Description Migration problem from 4.0.22 to 5.0.x. I can 't create following table on 5.0.x version of mysql. Problem does 't apper on 4.0.x version CREATE TABLE `PHONESlog_uniq` ( `user_agent` v

Date functions

The INTERVAL command is what you are looking for. It doesn 't have to be SECOND (with no S) you could use day hour week etc. SELECT * FROM t WHERE TimeCol <(now() - INTERVAL X SECOND) http //dev.m

Subject: auto_incrment seed number

On 7/6/06 Jake Peavy <djstunks@(protected) > wrote > > On 7/6/06 Chuck Holzwarth <chuck_holzwarth@(protected) > wrote > > > > Is there a way to set the auto_increment start number? I am trying to > > se

PHP connects in Latin1 when it should do it in UTF-8

On 7/6/06 Santiago del Castillo <santiago.del.castillo@(protected) > wrote > Hi i 'm having a bit of a headache with PHP and MySQL i 've some questions > > > 1) I 've a database in UTF-8 and when i c

See lock table

Gabriel Mahiques schrieb > Friend I need to see if a table is locked by some application or some > user. Do you know some tools for this? (gpl license better). Or some > sentence? > When a table i

Error in statement

Neil Tompkins wrote > I 've the following SQL statement which I created in MS Access. My table > layout is the same in mySQL but it says I have an error and the query > doesn 't run > > SELECT Acco

Subject: remote monitoring of mySQL

What would be the best approach to remote monitoring of numerous mySQL databases remotely i.e. number of threads. number of open tables etc etc Can I do it with DBD Perl Thanks Andy -- perl -e "pr

MySQL 5.0.22 and show columns bug?

While you are not wrong James is the length member suppose to denote the maximum length of data contained in result 's specified column. NOTE The result 's. I.e. why give such an arbitrary number

MySQL 5.0.22 and show columns bug?

Since a couple of recent stable versions back (and more recently MySQL 5.0.22) MySQL has been returning the column length (C API) of the 'Type ' column of a "show columns from.. " statement as being

stack explanation ?

In the last episode (Jul 06) Dilipan Sebastiampillai said > our server crashed yesterday with the following error > > do_ypcall clnt_call RPC Unable to receive errno Connection refused > do

special char in full-text search

MySQL doesn 't index the special characters some of which are considered word separators like the period. MySQL indexes words not strings (sort of). I had a similar problem on one of my projects wh

binary select - case sensitive

kalin mintchev wrote > hi all... > > i found this on the mysql dev manual site > "MySQL 4 and later string comparisons including DISTINCT aren 't case > sensitive unless the field is declared as B

space usage

Martin Jespersen schrieb > Does anyone havea clue of how mysql optimizes empty fields and how > query speed is affected? Why don 't you read the part in the mysql documentation about the opimizati

automatic timestamp

> People > > I have the following table > DROP TABLE IF EXISTS bid > CREATE TABLE bid ( > bid_id int(11) NOT NULL auto_increment > bid_proj_name varchar(100) NOT NULL default ' ' > bid_prop

Dynamic link

z247 wrote > Is this the only option? I get Access denied. > > CREATE TRIGGER ins_sum BEFORE INSERT ON account > FOR EACH > ROW SET @(protected) @(protected) + NEW.amount > > MySQL said Documentation > #1227 -

Temporary table ERROR 1109 (42S02) where are temporary tables kept?

Jacob Raymond A Jr wrote > > I ran the following commands > > USE snort > > CREATE TEMPORARY TABLE sidtemp SELECT cid FROM event WHERE timestamp < > '2006-05-01 ' > ... > SELECT count(*) from s
Page 109 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100