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 240 of 508 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

Shifting dates

From "Sebastian " > i never understand why people use datetime anyway.. unix timestamp is so > much easier to work with. Maybe because dates before Jan 1 1970 have an undefined timestamp and dat

Subject: lexer for query strings

In the last episode (Jun 20) William G.J. Halfond said > I 'm not sure if this question is more appropriate for general > discussion or the internals list. > > I want to create a tokenizer/lexer

Will multiple MASTER threaded writes break replication?

On Jun 20 2005 at 5 37 PM Kevin Burton wrote > Kevin Burton wrote > > > > We 're noticing a problem where if we were to write to the master > > with multiple threads that our slave DB will

cross-reference of field names in query

Here 's something I 've been curious about Referring to one field from another field in a 'select ' query SELECT data*2 AS intermediate_result intermediate_result + 1 AS final_res

Help with pathnames on a LOAD DATA INFILE

First remember when MySQL interacts with the filesystem it does so with the privileges of the mysql user (or whatever user is running the database). You 'll have problems if that user doesn 't have

Return REG Value

Hello. Probably there is a solution for your task. But for a pity MySQL supports REGEXP only for comparison and nothing more. A sad joke is that issues about phone numbers and regexps regular

E103

It really is best if we keep conversations like this on the list rather than offline if we use the list EVERYONE on the list can help and can learn from your problem. In this case I was only

FLUSH TABLES /w READ LOCK vs. GLOBAL READ_ONLY in making backups

> 1) Reading TFM (http //dev.mysql.com/doc/mysql/en/flush.html) it appears > that I do not have to 'FLUSH TABLES WITH READ LOCK ' for each individual > database. This statement flushes and locks all

Subject: error when sending message

Hi Is dswu17.btconnect.com subscribed to the list with an activated login ? Mathias Selon Pooly <pooly7@(protected) > > I try to send a message to this list with another account but the > m

problem with --skip-name-resolve

Hello. Upgrade your MySQL. This is a bug http //bugs.mysql.com/bug.php?id 8471 Vincent MATHIEU <Vincent.Mathieu@(protected) > wrote > With mysql-max-4.1.7-pc-linux-i686 >

"MySQL server has gone away " error?

I 'm using PHP with MySQL to save files uploaded by users (up to 50MB) to a database. I 'm having problems getting MySQL to handle this much data in a single query I guess. I was getting a *max a

Got error 127 from storage engine

Hi amir you have error 127 which means C \ >perror 127 MySQL error code 127 Record-file is crashed what i suggest is to use some of the solutions given here http //dev.mysql.com/doc/mysq

3G address space and large memory on x86 32bit (was: can innodb_buffer_pool_size

I 'm hoping this will serve as a reference since this topic comes up often. If you Google search you 'll find people who explain these topics better than I do but here 's what you need to know.

Need help

You will experience the same problem with old-client vs. new-server authentication as you did when you first set up your user accounts for 4.1 but other than that it should be compatible. http //

need help in stroing and retreving images from database

Hi all binary docs can be inserted in blob columns. see this link for a php insert method http //www.phpcs.com/code.aspx?ID 30945 this is mysql doc http //dev.mysql.com/doc/mysql/en/blob.html

Need help in storing and retreving images

Subject: How to summarize a table?

Hu Juan see my answer above "Re Subselect in an Update query ". You can 't update and select in a sybquery using the same table "master ". use tempo table for the join and update after. Mathias

5.0.7 Upgrade (from 4.1) on OS X doesn 't recognize datadir

So I am attempting a 5.0 upgrade from 4.1 on one of our OS X servers... When attempting to launch mysqld it quits with this error (showing two from the log files happens with our build or the

Subject: Ordinal number within a table

From "Ed Reed " > Is there way to return the ordinal position of a value within a table? > > Let 's say I have a table of phone numbers. Over time the table has had additions and deletions. The t

Subject: simple data GUI editor?

I have been using and would highly recommend SQLyog from http //www.webyog.com Regards Ritesh --- D_C <lister@(protected) > wrote > i was wondering if people can recommend a simple > Excel

can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

I 'll post something I heard about when looking into upgrading Oracle 8i from Windows to Oracle 10g on Linux. To get more memory for the process you would enable big memory page and then cre

Subject: Interesting Hardware Article

Anandtech has an interesting article (http //www.anandtech.com/IT/showdoc.aspx?i 2447) on hardware for Linux database servers. Some very interesting conclusions 1) Moving to 64-bit MySQL on

Subject: Subselect in an Update query

On 6/17/05 mfatene@(protected) wrote > > There is one caveat It is not currently possible to modify a table and select > from the same table in a subquery. That is not the only problem there is

Subject: InnoDB: Error: tablespace

Hi list I have the following error in a MySQL server 050617 09 16 35 mysqld started InnoDB Error tablespace size stored in header is 8660992 pages but InnoDB the sum of data file sizes

problem installing 5.7 on alpha

Can anyone help please when I tar -xvzf this file I am getting the error "Archive contains obsolescent base-64 headers gzip stdin invalid compressed data--crc error " and installation exits

INSERT statements with columns that don 't exist

Davy Durham <pubaddr2@(protected) > wrote on 06/17/2005 12 41 24 PM > Hi > I was wondering if there 's a way to make mysql not care about (or > ignore) columns in an insert statement that don

Backup database with MyISAM and InnoDB tables together

I 'm not clear on best practice to use on a database containing both MyISAM and InnoDB tables. For the MyISAM tables it seems better to use mysqldump --opt thus getting the --lock-tables option

Wrf files: how can I read them?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 asteddy wrote > Thank you but why has mysql made seminars wich must be seen with a non-free software with a 14 days trial? Is there nothing else to

InnoDB: Space issues

Hi One of our servers has a 30GB+ ibdata1 file. We just switched on per table tablespaces and have begun moving tables out into their own files. But I still need to reduce the 30GB+ down to a

Concorrent users

" 'Yemi Obembe " <fickledreams@(protected) > wrote on 17/06/2005 09 40 39 > Hi all > just want to know if there is a specific number of concorent users > dat can query from a mysql databasee at d s
Page 240 of 508 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100