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 211 of 508 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

serial primary key produces two indexes

Hello. SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. So you really specifying two keys (primary and unique). See http //dev.mysql.com/doc/mysql/en/news-4-1-0.html

ETA and progress of full-text indexes on INNODB?

Kevin From "http //www.innodb.com/todo.php " *In progress * Add |FULLTEXT| indexes on InnoDB tables. A sponsor for this project has been found and a developer has been hired. Appears proba

Subject: cluster or replication

> I 've 10 server in differents locations I want to make a broadcast I > would like to have always datas synchronized between this network each > database have the same tables and same structure.

Error msg: ERROR 1030 (HY000) at line 52: Got error -1 from storage engine

Hello. Not enough information to make a conclusion. Please provide OS and MySQL version. Include the problematic query and tables definitions which are affected by the query. "Logg C

Benchmark of MyISAM vs Innodb vs Innod without FKs?!

Hello. Usually only benchmarks will show a real picture for you. Create foreign keys perform some tests. Then temporary disable FKs using SET FOREIGN_KEY_CHECKS 0 and repeat the performan

Server has gone away

Quoting mbeltran@(protected) > hello > > I have a box with CentOS 4 kernel 2.6.9-11 with vpopmail 5.4.9 courier-imap > 4.0.2 with courier-authlib 0.55 and mysql 4.1.7 > > A few days ago I ha

Subject: MySQL 5.0 and libmysqld

Has anyone tried using the embedded server with MySQL 5.0 yet? I have an application that I 'm anxious to take advantage of triggers with. It 's not a money maker so it 's no big deal if it has a few q

Subject: hidden database issue????

bruce wrote > hi... > > i have a situation with a server that i have. i have mysql installed with > php.. > > the mysql is V4.1.12. i 'm trying to see/view a database from the command > line and i c

MySQL 5.0 crashes

MySQL 5.0.12 crashed when I tried to select backup or left join from certain table with 431433 rows with Data length of 23.6 MB using InnoDB engine. Tested on MySQL 4.1.14 with no problem in all as

setting expiry date

not sure i completely understand your question but i think the user enters a date and you want to delete all records that match that date? also i 'm assuming that the entered date hits your script as

Subject: innoDB and autoincrement

At 15 17 +0530 9/12/05 priya.soma@(protected) wrote > This is from the docs ..... "The auto-increment value of a deleted >record will only not be reused until the server is restarted then >it w

Subject: Adding InnoDB support

Obantec Support wrote > I found upgrading info but no info on how to install a second mysql server. `tar xvfz` works the same for one or many -) Do you have a specific question? -- Hassan Schro

Subject: Unable to Edit Table Data

Chris Spencer wrote > I 'm on Fedora Core 4. When I right-click on a table in > Mysql-administrator and choose "Edit table data " nothing happens and I > get this in the console > > (mysql-adminis

default my.cnf vs huge.cnf nearly same performance with   sql-bench/run-all-te

I think it 's a common misconception that MySQL will grow to meet the settings in my.cnf. That is if you have 32M of actively used indexes there is no difference between key_buffer 64M and key_bu

Too Many Queries Have "Writing To Net " Status [mysql performance tuning]

Kishore Jalleda wrote > Hi All > We have a production Database running mysql 4.0.17 on a > Poweredge 2650 with 3 GB RAM and dual Xeon 2.4 GHZ the server > averages between 100 and 200

innodb thread concurrency size [mysql performance tuning]

Clyde Lewis wrote > Hey guys > > I 'm looking for any best practices or a formula that is commonly used in > setting the value for thread concurrency in the configuration file. > I have 24 instance

Locks acquired with get_lock() persisting, even after MySQL thread has exite

Adam Newby wrote > > Description > > We have distributed applications which make extensive use of the > get_lock() function > to acquire a system-wide lock. Occasionally all copies of a gi

Subject: Behaviour of like expression

CGondelach@(protected) wrote > Hi all > > I 've got a question. We were testing something on our mysql server ( > 4.0.21) with MyISAM tables. > > When we executed the query "select * from people wh

MySQLHotCopy Error

Stephen P. Fracek Jr. wrote > We 're having a problem with MySQLHotCopy. It has worked flawlessly in the > past but now we 're getting an error message similar to this > > Dumping database.........

Subject: dynamic value like excel

this may help you test > create table d ( - > date date ) Query OK 0 rows affected (0.45 sec) test > insert into d values(now()) Query OK 1 row affected (0.12 sec) test > select * from d +---

searching through a mysql db/tbl

bruce wrote > 1) i 'm trying to figure out how to allow a user to search through a > query/tbl for a given string. ie if i have the following as the result of a > query Why wouldn 't you simply cre

default my.cnf vs huge.cnf nearly same performance with

Hello. > huge.cnf example. What about that thread_concurrency setting in > huge.cnf.. it doesn 't seem to show up in a 'show variables ' when using > it.. is it deprecated? In the manual

Subject: Oddity with data pointer size

I recently changed /etc/my.cnf to set myisam_data_pointer_size to 6 as we 're starting to encounter quite a few tables that are larger than 4 GB. However the create table statements used by the so

Which License of MySQL Should We Buy?

Hello. The complete answer could only be obtained from licensing@(protected) Shaghayegh Sahebie <shaghayegh_sahebie@(protected) > wrote > [-- text/plain encoding 8bit charset iso-8859-

MySQL install problems on OSX 10.4

Matt Scales wrote > I 've just installed MySQL 4 4.1.12_1 +server using darwinports but I > can 't seem to get past this error. After installing it tells me that > it cold not resolve my IP. Why are y

Timezone query similiar to pgsql

In the last episode (Sep 10) Terence said > Does MySQL have something similiar to > > SELECT TIMESTAMP '2001-02-16 20 38 40 ' AT TIME ZONE 'Canada/Pacific ' > > I need to handle the timestamp in th

Simple Count Query

I think you want this or something similar select count(distinct fld2) from yourtable where fld4 'am ' N.B. I have not tested this solution. Rhino ----- Original Message ----- From "Ed Reed "

Subject: stop loading when error

Hello. Maybe STRICT_ALL_TABLES sql mode is that you want? See http //dev.mysql.com/doc/mysql/en/server-sql-mode.html Use 'SHOW WARNINGS ' to find out the problems. See http //dev.my

Data import problems

Perhaps you mean 'sed '. Filipe Tomita wrote >tks for reply but i dont have acces to original database... the dump file >not generated from me.. >Someone tell me about "SAD " command to replace tabl

default my.cnf vs huge.cnf nearly same performance with sql-bench/run-all-tests

infact .. the default debian config (some of these are just explicit defaults but this is what debian provides) [mysqld] user mysql pid-file /var/run/mysqld/mysqld.pid socket
Page 211 of 508 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100