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 320 of 508 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10   Next 100  

Very Slow preformance of mysql 4.1.7 innodb

Hristo if you are doing INSERTs UPDATEs or DELETEs try setting innodb_flush_log_at_trx_commit 2 But read the caveats in the manual. You can also set innodb_buffer_pool_size bigger. B

Possible bug with wait_timeout

Hi all In version 4.0.18 when setting the wait_timeout variable to 10 in my.cnf it seems to work when looking at 'mysqladmin variables ' as it is indeed showing up as 10. However when in the

myisampack

No. Compressed storage format is a read-only format that is generated with the myisampack tool. See http //dev.mysql.com/doc/mysql/en/Compressed_format.html Jacob Friis <lists@

MySQL/InnoDB-5.0.2 is released

Hi! InnoDB is the MySQL table type that supports FOREIGN KEY constraints row-level locking Oracle-style consistent non-locking SELECTs multiple tablespaces and a non-free online hot backup

Upgrade 5.01 to 5.02

Sorry forgot to change the subject in previous message. I upgraded from 5.01 to 5.02 and now I am getting the error localhost is not allowed to connect to this MySQL server. What should I do ro

how do you install berkeley db?

Hello. I 've compiled MySQL with bdb support and really it makes nothing in bdb directory while installing. But BDB storage engine works perfectly. So something was done on earlier stages.

Is this the best/fastest solution?

Two tables (simplified because other fields are not used in query indexes other than primary key removed) CREATE TABLE `msg_content` ( `msg_id` int(14) NOT NULL auto_increment `subject`

MySQL Cluster support for Windows

Hello Does anyone know when MySQL cluster will become available for Windows? Thank you in advance -- Vlasis Hatzistavrou System Administrator Hellenic Academic Libraries Link (HEAL-Li

Subject: Looking for MySQL Authors

Hi beehive KG is looking for authors to write articles about advanced MySQL topics. Please go here for our writer 's guidelines http //www.beehive-eu.com/MySQLAuthors.html Cheers Ma

Results question

I have a select from where query set up. There are a number of "inner joins " in it as well. Now what I noticed is if there are some null fields in the records nothing will get returned. If I

Subject: Comparing bug in 4.1.7

At 11 42 -0500 12/2/04 Michael Stassen wrote >Roger Baklund wrote > > <snip > > >This is (as I see it) a documentation issue I was not trying to > >say that Vlad was "wrong ". > >Right that 's

Subject: Indices and Constraints.

lakshmi.narasimharao@(protected) wrote > Hi > Thank you. But I want select the constraints and indices used on the > table. How can we get this information?. Please help me in this. Ian gave

MySQL 4.1.7 Bug?

Hi We have done the following test which boils down to a simple connect and then a select * from accounts (accounts MyISAM 3 records 3 columns). Clientside A stable win32 app capable of

importing datas

If you have direct MySQL tool access to your existing data you could re-export your data using the mysqldump tool and set the "--max_allowed_packet " option to the same value as the max_allowed_pac

Subject: how to select last records

I think you need to add some kind of uniqueness to your table. Either a date column (dates are only accurate to the nearest second which may not be fine enough precision for your situation) or an

Trailing spaces

Hi I 'm just trying to make sure I am going about this the right way. I have a group of String IDs strings up to 31 characters long case-insensitive trailing spaces allowed. I 've got these

unicode urgent

Hello. You may use _utf8 0xXXXXXX form of input where is 0xXXXX - hexademical representation of your japanese string (each unicode character has it 's own hexademical value). For an example

Hung MySQL queries

Joakim please post the FULL .err log the full output of SHOW PROCESSLIST and SHOW INNODB STATUS as well as your my.cnf. Please also post the output of the Unix 'top '. Best regards He

MySQL 5.0.2-alpha has been released

Daniel ----- Original Message ----- From <daniel@(protected) > Newsgroups mailing.database.myodbc Sent Thursday December 02 2004 8 30 AM Subject Re MySQL 5.0.2-alpha has been relea

Subject: Query--SelectionFromSameTable

Suggestions intermixed with your questions below. However because you only described your table and neglected to post the actual CREATE TABLE statement I will need to make a few assumptions (th

Table Locking Problem? Very Slow MyISAM DB - PLS HELP!

Andrew DO you have the slow query log turned on? What does one of your tables look like and the one of the 8 queries you talk about? It very well could just be a index problem. And what is th

Subject: Show_db_priv setting ignored

Hi It seems that all of my users can issue the "SHOW DATABASES " command and receive a list of all databases even though their Show_db_priv setting is N. I am running mysql 4.0.16. The manual

Subject: Correlated subquery help

Hi all- I 'm using MySQL 4.1.7 trying to do a subquery that 's apparently unsupported - I 'm hoping someone can provide a quick alternative for me. I have a simple table Z with 3 columns k1 k2

Table Locking Problem? Very Slow MyISAM DB - PLS HELP!

How did you deduce that the database server is the bottleneck? Are all your processes running on the same machine? Andrew Nelson wrote > Hi > > I have a MySQL 3.23.55 server managing accou

Subject: Weird query behaviour

Stuart Felenstein wrote [...] > But if in the where statment I add > > where School Columbia and School Stamford > Nothing is returned The WHERE clause describes EACH of the rows you g

Help with installation: MySQL, FreeBSD 5, Sparc64

In the last episode (Dec 01) Richard C Komatz said > I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II > - FreeBSD 5). I can 't find any documentation on how to install fo

If statement in a where query....

----- Original Message ----- From "Mike Morton " <mike@(protected) > To <mysql@(protected) > Sent Wednesday December 01 2004 2 47 PM Subject If statement in a where query.... > I a

Collations between English characters and International characters

Can anyone explain how to setup a table that contains text in any language for searching using english characters? Let 's say I want to search for the word "Francais " but in the database it is

Subject: free ERD tool for MySql

At 01 09 PM 12/1/2004 you wrote >DBVisualizer it 's great and FREE DBVisualizer is free to try but it costs $99. http //www.minq.se/products/dbvis/ Mike >Attila Horvath wrote > >Does

Question: Limit search on string

--- Stuart Felenstein <stuart4m@(protected) > wrote > > --- Roger Baklund <roger@(protected) > wrote > > Yes I had not included in my original post I wanted just the area code returned. I
Page 320 of 508 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10   Next 100