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 100 of 508 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Subject: delimiter in mysql client

Asif Lodhi wrote > Hi > > I am replying back to my own post. Sorry I forgot to mention that I > am using mysql client on WinXP Pro SP2 and MySQL-5.0.22 is installed > on the same machine. > > An

Checking List

Is this list still working ? Mickalo -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Backup SQL

If you 're using Myphpadmin you can turn this option off when generating the dump file. -----Original Message----- From Chris White [mailto chriswhite@(protected)] Sent Friday August 04 2006 1

Order by

Hi Chris what you can do is SELECT [fields] FROM [table] WHERE id IN (id1 id2 id3...) ORDER BY FIELD([field] value1 value2 value3 ...) /Johan Chris Sansom skrev > Yes I have looked at the docs

Subject: Doubt on Index Merge??

Ratheesh K J wrote > Hello all > > I have a doubt on Index Merge. > > We are currently using MySQL server 4.1.11. As a part of DB management I am currently doing an analysis on all the Tables. >

Another question on Cardinality??

It depends on the data not the situation. How 's that? FLD_4 is doubtful that you would want/need and index on it. This assumes an even distribution of both values (ie. male/female). Since you would

Table size??

Ratheesh K J wrote > Helo all > > Just wanted to know when should a Table be considered for partitioning ( or should it be archiving ). > > Almost all of our tables are of Innodb type. I am lookin

Calculating birthdays and distances... Is there a bug?

I posted this as a comment on the page too but I?m curious as to why the top solution is off by a day or so... Is this a bug or a rounding issue or what? Is there a way to "fix " the top one to work t

Cardinality

Hello all Need an explanation for this I did the following - SELECT DISTINCT COLUMN1 FROM TBL_XXX I got the foll result

Subject: where may I find sqlplus.hh?

nayak_ratnadeep wrote > > Hello > I have downloaded a code on c++ to talk to MySQL database from net which > included a file "sqlplus.hh " where may I find the file?Please help me > soon. Why

Subject: where may I find sqlplus.hh??

Greg 'groggy ' Lehey wrote > > I have downloaded a code on c++ to talk to MySQL database from net which > > included a file "sqlplus.hh " where may I find the file?Please help me > > soon. That 's the

How do I find all the users that are new since my last login

Daevid Vincent wrote > I have a SQL challenge I 'm not sure how to solve. But it 's so common I feel > kind of stupid asking this... > > I have a 'user ' table with 'login_date ' which is an auto updat

Subject: Where may I find sqlplus.hh

Hello I have downloaded a code on c++ to talk to MySQL database from net which included a file "sqlplus.hh " where may I find the file?Please help me soon. With Regards. Ratnadeep Nayak.

I have 972 vmware-bin.000XXX files!

I use a VMware for LAMP development work. I just looked in my /var/lib/mysql dir and there are 972 of these vmware-bin.000001 ... vmware-bin.000972 files! Yipes! Do I need them? Can I delete them? H

Multiple-Column Indexes Question

Arias Gonzalez Javier wrote > Assuming we have the following table > > > > CREATE TABLE test ( > > id INT NOT NULL > > last_name CHAR(30) NOT NULL > > first_name CHAR(

AW: Query problem

SELECT DISTINCT username time download FROM table ORDER BY time DESC GROUP BY username Andr? H?nsel wrote > Hi Dan hi Obed > > of course I have no specific username I want the last 5 download

building mysql-5.0.22 from src

bruce wrote > hi... > > i have FC3/4 systems. i 'm going to need to have mysql-5.0.22 but there > appears to be numerous dependencies that yum can 't easily resolve from the > RPM i 've found. > > ca

Alter Problem

Maybe $query "UPDATE profile SET acct_type '%at ' ..... genre '$g ' WHERE id $userid " /Peter -----Original Message----- From Nicholas Vettese [mailto nvettese@(protected)] Sent Thursday

version of mysql

Vittorio Zuccal? wrote > Hello > i 'm installing an open source program based on mysql because i want to > try it. > It controls mysql 's version and it wants 4.1.16 but i 've 4.1.11... > > Is it pos

Subject: Questions on PRIMARY KEY

Hi > WHERE > col1 > <something > AND col2 > <something > etc... > AND PRIMARYKEY > 0 [...skip...] > I need an explanation of whether what I did is an > optimization or not? Or

How many columns??

At 06 32 AM 8/3/2006 Ratheesh K J wrote >Hello all > >Just wanted to know how many columns are preferable in table. At present >we are having nearly 50 - 60 columns in some of the tables. Is this

Table analysis - Help required urgently

You should look at what MySQL is doing start by looking at SHOW STATUS and SHOW VARIABLES. The SHOW STATUS will give you an idea how your indexes are performing thread management open file managem

Fatal error

Hi ALL I have taken backup of http //mydomain.com/?q admin/database through drupal 4.6.3 by selecting all tables and it asked me to save as backup.sql. Now when i run [root@(protected) root]# mysql -u kaush

Running Totals?

You might look into WITH ROLLUP. That could easily give you cumulative totals for the year but off the top of my head I can 't think of a way to get it for the months. ----- Original Message -----

Join with additional table, stumped

Forgive the mess I present you this is a strangely done site with a even stranger structure and methodology that I am trying to work with. The basic idea is one website has multiple websites in it.

Multiple single column indexes

It depends what you need and how your data looks. Say you have a table with 4 columns col1 has 1000 dictinct values col2 has 10000 dictinct values col3 has 100 dictinct values col4 has 100000 dicti

Check out this Free software I found to document your IT infrastruct

On 3 Aug 2006 at 10 16 John Trammell wrote <snip > > If you hated spam as much as I did you would have terminated this user > based on the egregious and well-documented abuse of this list. <snip

upgrading mysql...

hi.. i have FC3 with 4.1.13 i also have FC4 with 4.1.20. however i can 't seem to find 5.0.x RPMs for FC3/4. do i have to go ahead and build this from source for the FC3/4 boxes that i have... tha

FULL TEXT SEARCH ALTERNATIVES...

At 05 27 PM 8/2/2006 you wrote >Hi! > >I 'm getting a lot of pushback on using mysql for full-text searching on >over 30 000 000 documents. It 's starting to slow down when using more than >10-15 ke

logic/db question

Bruce >my question how can i come up with a sql query that will list all the >children (and children 's children...) of a top level item? This is an edge list tree model ID being the child node p
Page 100 of 508 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100