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 21 of 508 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

date query

On Aug 14 2007 at 8 38 AM Christian High wrote > On 8/14/07 Baron Schwartz <baron@(protected) > wrote > > Hi > > > > Christian High wrote > > > I have a table that includes a date and a scale readin

date query

On 8/14/07 Baron Schwartz <baron@(protected) > wrote > Hi > > Christian High wrote > > I have a table that includes a date and a scale reading like > > > > date scale_reading > > 2007-

HOW QUERIES WORK

Hi Krishna The index combination ur using is not correct please check the cardinality of the joining columns in the where condition and create the index also you can use an "BETWEEN " clause instead

Subject: Re: MySQL Ends Enterprise Server Source Tarballs

Hi Daevid all! Daevid Vincent wrote > Is this anything to be concerned about? > We are Enterprise customers. We distribute mySQL on our appliance that > we sell. > > It doesn 't seem like we sho

date query

Hi Christian High wrote > I have a table that includes a date and a scale reading like > > date scale_reading > 2007-08-01 150 > 2007-08-02 125 > > these reading may or

date query

I have a table that includes a date and a scale reading like date scale_reading 2007-08-01 150 2007-08-02 125 these reading may or may not be taken everyday. I need to d

HOW QUERIES WORK

Hi MySQL is seeking into the operator_id index on crm_sales_contact and finding one or more matching rows where c.operator_id 1. For each row it finds it uses the value of contact_id to do a un

Subject: Re: MySQL Ends Enterprise Server Source Tarballs

Eric Bergen wrote > It 's nothing to be concerned about because the source tar balls and > binaries are being mirrored at http //mirror.provenscaling.com/mysql/ > > -Eric > > On 8/10/07 Daevid Vincen

HOW QUERIES WORK

Hi The details are as follows mysql > explain select ucp.user_id as RESULTANT_ID from user_course_payment ucp crm_sales_contact sc crm_contacts c where c.contact_id sc.contact_idand c.product_id s

Subject: Re: index, unique index question

A composite index on both columns may be used by queries involving either both columns or the first column in the index. http //dev.mysql.com/doc/refman/5.0/en/multiple-column-indexes.html So an

Subject: Enterprise Wide Deployment

Hey guys for an enterprise wide deployment what will you suggest and why among - Red Hat Linux Suse Linux and Ubuntu Linux also do you think we can negotiate the support pricing down? -- View

HOW QUERIES WORK

Hi Krishna Its the bottom-up approach in all db 's which follow SQL standards. Can u please show us the explain plan of the below query. regards anandkl On 8/14/07 krishna chandra prajapati <praja

HOW QUERIES WORK

Hi all i have to optimize complex join queries. i am not able to understand how the complex queries gets executed. Whether it follow top-down or bottom-up approach. There is millions of data. The q

run out of memory

Hello My server box has 8G memory and 8CPU (DELL Standard Server) when I configure Mysql server (5.0.45) using large memory mysqld would say it run out of memory. For example when this line appear

Subject: Re: Slow query involving ORDER BY

It looks like u dont have index on fsys.src_ip and host.ip please create index on these two columns and also do a explain of ur query u will know where the problem is. regards anandkl On 8/13/

Subject: Re: index, unique index question

Hi James Since your queries have both receiver_id and sender_id in the where condition and u want this to be unique just create one combined unique index on both these columns. Do this at db level

Subject: index, unique index question

I have a table that has a Primary key using the 'id ' column. The table also has a 'receiver_id ' and a 'sender_id '. I have queries that will use (1) "WHERE receiver_id " or (2) "WHERE sender_id " but

Subject: Re: What 's up with 5.1x beta

It could have to do with 5.1 not being released as alpha until 5.0 was gamma. Here is a breakdown of the 4.0-5.1 releases and ho2 5.1 was different from the previous versions. http //ebergen.net/word

Subject: What 's up with 5.1x beta

Does anyone have an explanation as to why it 's taking so long for an official release of version 5.1? Is it me or does it seem like 5.1 is taking a lot longer to be released. I don 't remember previous

Syntax Error in Stored Procedure

Tom I think the problem might be that you have to put all the DECLARE statements at the top before the other statements. It seems like I had a similar problem with this once. Hope this helps. Ran

There 's not enough space in /var/lib/mysql/ ---help!!!!

Michael it looks to me like your root partition is absolutely 100% chock full. Am I misunderstanding your request for help? Sounds like you are saying you think you have nothing in that partition -

Server can 't find database directory

I built a laptop this weekend with mysql server version 5.0.37-log. The laptop is running Fedora 7. Last night I was able to create a database directory -- sym linking from /var/lib/mysql to a larg

Subject: Slow query involving ORDER BY

Fellow MySQLers I have a query that performs poorly and I was hoping that someone could make a recommendation as to how to improve it 's performance. The query involves a join between the fs_syslo

recommend a good database book

On 8/13/07 Jonathan Horne <mysql@(protected) > wrote > > i finally have a real need that i need to sit down and learn the basics of > databases. i need to learn to create a database that i can use to

why the max value of innodb_buffer_pool_size is always 4G

I install MySQL on Linux 2.6.9-52bs #2 x86_64 x86_64 x86_64 GNU/Linux 16G memory with followiing step 1. ./configure --prefix /home/mysql/mysql2. make3. make install I set innodb_pool_buffer_size

MySQL cluster setup and support

---------- Forwarded message ---------- From C K <shreeseva.it@(protected) > Date Aug 13 2007 11 37 AM Subject [commercial] MySQL cluster setup and support To plug-mail@(protected) Dear all we are

ANN: Database Workbench 2.8.9 released!

Ladies gentlemen Upscene Productions is proud to announce the next version of the popular database development tool Database Workbench 2.8.9 has been released today! Download a trial at http

Find record between 10 minutes

Good morning Willy - If you 're using some sort of scripting language like PHP this would be easily done by starting a variable at the beginning of the date range then repeating the below query an

Subject: MySql behaving slowly

I am running a MySql server ver. 4.1.7-max on a P3 with 512meg of RAM. It has been running fine for the past year nice and quick. Now it seems like its running slowly. Is there a tool to test th

aliases for types

hello is it possible to make aliases for types so that for instance "uint " means "int unsigned not null default 0 " it makes table definitions unreadable having to write those long definitions all
Page 21 of 508 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100