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 140 of 508 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  

on select statements

what is the difference between this SET @(protected) 1 PREPARE STMT FROM 'SELECT * FROM tbl LIMIT ? ' EXECUTE STMT USING @(protected) and this 'SELECT * FROM tbl LIMIT 1 And then this SET @(protected) 1 SET @(protected) 5

Unsigned

What does it mean declaring a table unsigned? An example is a s below id smallint unsigned not null auto_increment

Subject: Way of declaring variables?

First of all... yes... in MySQL variables are declared and used with @ Now for the " " ... there is no particular role... they 're there because otherwise the SQL parser will be confused... *SELECT c

Trans.: Re: error 28 from table handler

Oops forgot to include the list ----- Message transf?r? de Jacques Brignon <jacbrignon@(protected) > ----- Date? Mon 03 Apr 2006 10 07 58 +0200 De? Jacques Brignon <jacbrignon@(protected) > Ad

Subject: error 28 from table handler

Hi I am getting the following error when executing a simple SELECT query which used to work "1030 Got error 28 from table handler " I did not found that in the manual. When googleing it it seems

Select Sum with union, tricky question perhaps not for you

"H L " <ghl1976@(protected) > wrote on 04/02/2006 11 51 48 AM > Hi i have a problem to select sum from same table using UNION. The key > question is there a way of combining two questions in one

MySQL 4.0.18 on Mac OS X 10.2.8 won 't start

Sachin Petkar wrote > For some reason MySQL 4.0.18 has suddenly stopped running and will not > start anymore. > > It has been running for several weeks until about 5 days ago. When I tried > to re

Subject: Limited trafic in 5.0?

I don 't see anything abnormal in your show processlist yes you can change the max_connections global setting from the mysql CLI but for it to survive restarts/reboots it has to be defined in the my.

Strange thing

So what you are doing here is sending some sql statements from the dump to mysql CLI so all that in going into the pipe is just plain text output from the dump it does pass in any auth parameters s

Getting number days between 2 dates

Hello I 'm sure this is a simple query but haven 't come up with a good approach. Need to get the number of days between two dates. IE today 's date (2006-04-01 - 2006-03-05) need to calculate the

how to suppress NULL values in SELECT ... INTO OUTFILE ?

At 13 29 +0100 4/1/06 C.R.Vegelin wrote >Hi everyone > >I am struggling to make a CSV file with rows like 1 2 4 2 9 >where NULL values are suppressed in the CSV file. >I tried the following alt

searching for words with special chars

Hi Is it possible to create a query that searches for records which contains words with special chars and with their english correspondents? For example if a user searches for "mata " I want to re

Tuning a Server with >10,000 databases

At 09 27 PM 3/31/2006 you wrote >I have been offering free database hosting for over 4 years and I 've been >doing it on a shoestring. My last MySQL server was a generic 1GHz >system with 256MB

Update or insert with a single SQL statement?

On 3/31/06 Brian Dunning <brian@(protected) > wrote > I have a really simple two-column database > > domain_name (primary key) > timestamp > > I 'm trying to keep track of the referrer of every

Subject: How to merge my tables?

Hi I hope this is the right forum for this question. If not I 'm happy to get some tip on where to post this. My problem I have like 20 tables of data and need to merge these making a selection

Is port forwarded connection taken as local?

Hello everyone What I 'm after is trying to figure out a way to centrally and remotely managing (e.g. on server1) our MySQL servers (server2 is an example) on different machines. Right now these My

Subject: Cannot restart service MySQL

Please help I can 't start my server!! I was running a query and it seemed to be hanging. After waiting about 15 minutes I finally did a 'CTRL+BREAK ' to abort the process. This happened about 3

Problems with importing the british pound (?) and euro (?) sign

Folks I have a mysql 5.0 db with the following char sets mysql > show variables like '%char% ' +

Subject: Database backup Problem

Just checking if this user has "RELOAD PRIVILEGES " as it is needed for the --master-data option which is automatically enabled with --delete-master-logs does the error duplicate on subsequent attem

Table Type For PK/FK

I have been reading the definitive guide to MySQL5 and I am not finding a answer to a question. I am designing a project in which I am going to have primary keys and foreign keys. In order to ke

Got an error reading communication packets

Should this worry me 060331 10 34 24 [Warning] Aborted connection 244161 to db 'cyrus ' user 'cyrus ' host `debpro ' (Got an error reading communication packets) /Jacob -- MySQL General Mailing Lis

AlterTable Structure Across Multiple DBs

I have about 25 databases with the same structure and occasionally need to update the table structure. For example I recently found a mistake in a field that was of type SET and needed to be VARCH

Delete Duplicates

Rich <lists@(protected) > wrote on 03/30/2006 09 11 56 PM > Hi there. Any quick way of killing duplicate records? > > Cheers > Yes. Some ways involve subqueries others temporary tabl

TIMESTAMP field not automatically updating last_updated field

> I think I 've seen this complaint posted before but I ignored but now I > realize that in some of my db tables ' last_updated field the value is > automatically updating on UPDATEs to records while in

Force a COMMIT on InnoDB tables? (set autocommit=0)

Is there any way to make this the default behaviour? I did a Google search and it was suggested I put the following line in /etc/my.cnf [mysqld] init_connect 'set autocommit 0 ' This works fine bu

Subject: stunningly slow query

At 04 14 PM 3/31/2006 Chris Kantarjiev wrote > > Are your logs and data on the same partition? That 's a bad idea for > > recovering from a blown part of the disk but we also saw that one of > > ou

Subject: Fultext search issues

You ought to use the *Boolean Full-Text Searches.* You would then do a SELECT title Comment FROM table_name WHERE MATCH (Comment) AGAINST ( '+foo +bar ' IN BOOLEAN MODE) This way the rows that cont

LOAD DATA giving BIG mysql-bin files ...

Hi List I would appreciate your help on the following. When using LOAD DATA INFILE 'inputfile.txt ' into a MyISAM table it creates mysql-bin.nnnnnn files under my database directory with the size o

~how to add a new innodb data file~

Mohammed http //dev.mysql.com/doc/refman/5.0/en/adding-and-removing.html " If your last data file was defined with the keyword autoextend the procedure for reconfiguring the tablespace must take i

Subject: Compound Insert Statement

Sheeri is correct. Rich 's statement should have worked. What Rich is looking for is the syntax for doing what the manual calls "extended inserts ". quoting TFM (http //dev.mysql.com/doc/refman/5.0/e
Page 140 of 508 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100