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 429 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10  

syntax error

I want to do something like this delete from records where records.id in (select audit_log_records.id from audit_log_records audit_log where audit_log.tracker_id audit_log_records.tracker_id

Subject: Re: Re: Stop Scrolling

Rhino wrote > >Ultimately simple but I don 't find the answer how to stop a list from > >scrolling to the bottom when the command SHOW TABLES is entered. > > >I was wondering that myself so I to

Select data from two different databases

Oropeza Querejeta Alejandro wrote >Hi two questions > Is it possible to select data from different Databases on the same >server? >Is it possible to select data from different Databases on D

Subject: compile mysql cluster

Hi I am trying to compile MySQL cluster source code on linux RedHat 9. The software required are all installed with the right versions. And I use the file BUILD/compile-pentium-max as suggested

rework this

It depends on which version of MySQL you are using. Since you are using a subquery I assume you are using a fairly new version. Delete audit_log_records from audit_log_records audit_log where

Stop Scrolling

> -----Original Message----- > From Hassan Schroeder [mailto hassan@(protected)] > kc68@(protected) wrote > > > When I do > > mysql >SHOW TABLES \p less > > I get the error message "

independent database

Hi Marco You can create one database for each user and grant access to this database only for this user. Laercio. -----Original Message----- From marco@(protected) [mailto marco@(protected)

MySQL sharing data over NFS ??

Hello List I want to setup two servers (later more servers added) sharing mysql data as a NFS Server & Client relationship Server-A ---------- RH9 mysql-4.0.20 NFS Master This server i

Trigger and StoreProc Examples

"Carlos J Souza " <carlosjdesouza@(protected) > wrote > Hello ALL > > I need a examples of stored procedures and triggers in mysql 5.0. > > Please send me all sintaxes of this > Triggers are

Subject: update synopsis error

saiph <excapersgarden@(protected) > wrote > > mysql > update table1 > set c (select c2 from table2 where c2 'value ') > where id 123 > > give me an ERROR 1064. > > > i.e. > > creat

redhat9 multiple instances walkthrough

Hey I have RedHat 9 with the default MySQL RPM pre-installed. I 'd like to set up multiple instances of MySQL. That is have multiple data directories(all with separate mysql database and tabl

"merge tables for big log files ? "

On Mon May 31 2004 at 02 03 09PM +0200 Michael Arndt wrote > > Problem for this variant merge table has to be dropped and recreated > periodically. >

Questions on index and 'order by '

Bernard Chambon wrote > I try to understand index usage for 'order by ' > but that 's seemn hard to me. > Here is what I have tried > > 1_ About documentation > > I have read carefully relat

Subject: MySQL update 4.0.20 w/RPM 's

Hello got this error when upgrading our MySQL rpm -Uvh MySQL-shared-4.0.20-0.i386.rpm Preparing... ########################################### [100%] file /usr/lib/libmysqlcli

Subject: Unexpected subquery behaviour

Jaime <jcantais@(protected) > wrote > > I 'm using subqueries in MySQL 4.1.1 alpha. I use three subqueries and then want to get those combinations matching a given constraints. It is a ve

MySQL statements

Hi there Can someone tell me what process MySQL follows to process SQL statements/queries? Is it top down or bottom up? Kind Regards Schalk Neethling Web Developer.Designer.Prog

MyODBC - SQLColAttribute with SQL_DESC_OCTET_LENGTH parameter

Hello In my application I am connecting to various RBDMS but primarily SQL Server and MySQL using ODBC 3.0 driver. In SQL Server if I execute SQLCollAtrribute with SQL_DESC_OCTET_LENGTH it i

Getting first initials from an entire table 's data (Slow query)

I 'm trying to come up with an efficient way to query my table of names for all first initials. I.e. There are 50 000 names and I want a result of A B C F H I J K........... That is a li

Subject: mySQL Daemon Fails to start

Hello all I am currently running mysql on a SuSE 9.0 machine. here is the mysql version Server version 4.0.15 Protocol version 10 Connection Localhost via UNIX so

Subject: Fw: 4.0.20 for Windows - WHEN???

> Anyone know when we can expect 4.0.20 for Windows? > > Also is there a timescale for a beta version of 4.1? > > Cheers > > Andrew P. > > Andrew Pattison > mail at apattison.plus.com

MySQL/InnoDB-4.1.2 is released

Hi! Long-awaited MySQL-4.1.2 was released today. Windows binaries of 4.1.2 will be released as soon as they are available. The binaries and source are available for download at http //dev.mysql

Password displayed in process list

Hi I am new to MySQL and have one question. I would like to run mysql job as a batch job (scheduled through cron) and have to provide password to the batch job mysql -udba -ppassword

Stupid newbie question - adding comments for columns & tables?

Randy Burgess <rburgess@(protected) > wrote > Apologies for what is a pitifully simple question from someone who has > just started using MySQL 4.0. I 've looked in the documentation and >

Where is Release mysql-4.1.2a-alpha-win.zip

Hi searching for latest MySQL-Downloads I see there 's no mysql-4.1.2a-alpha-win.zip available by now on - for example - ftp //ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/MySQL-4.1/.

RPM install upgrade error / ver. 4.0.20

Hello got this error when updating our MySQL rpm -Uvh MySQL-shared-4.0.20-0.i386.rpm Preparing... ########################################### [100%] file /usr/lib/libmysqlclie

Subject: Cluster and Fulltext indexes?

At 01 39 PM 5/29/2004 you wrote >Hello > >Does the cluster support fulltext indexes? >After a quick reading of preliminary documentation it seems NO. > >Can someone confirm it? > >Thank you

Transfer records from one table to another

At 02 13 PM 5/29/2004 you wrote >Hi > >I have database about national historical events and another one about world >events.. > >Here 's the structure > >National events (d day m mo

Optimizing Queries (specifically with LIMIT)

LAST_INSERT_ID is connection-specific not table-specific. When you say SELECT LAST_INSERT_ID() FROM foo you are asking for the LAST_INSERT_ID to be repeated once for each row of table f

Lots of databases...how wrong is it?

On Sat 29 May 2004 Yannick Warnier wrote > > > - how wrong is creating 20 databases (total 400 tables) when you know > > > you could create just one (total around 200 tables)? > > > > For lin

"Batch " Update?

For reference multiple-table updates are documented in the manual <http //dev.mysql.com/doc/mysql/en/UPDATE.html >. They work starting with mysql 4.0.4. Michael Peter Brawley wrote > UP
Page 429 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10