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 129 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

possible to select from multiple databases?

Hello I have two separate databases that I need to query data from. In the following SELECT statement 'title ' and 'db_entry_name ' are in database1 and 'projectID ' is in database2. If they were i

Error 1714. The older version of Mysql Query Browser1.1 cannot be removed.

Hi All I submitted this query in Mysql Query Browser forum last month and haven 't got any help to fix this so here I 'm submitting this again. I tried to install mysql query browser 1.1.20 and prev

SV: Determine version of *.frm, *.MYD and *.MYI

I know it a 4.1... But as I compiled it my self it is not so easy to figure it out.... And it might take a while to trial-n-error all 4.1.x Nils -----Oprindelig meddelelse----- Fra sheeri kritzer

Is the Optimizer on 5.0.20 broken?

Hello All I have a next problem. After upgrade from 4.1 branch to 5.0 the productivity of our applications has decreases too much. Below is a tipical case. Table 'account ' has primary(department

Group-wise maximum

Try looking at the documentation for "groupwise maximum ". http //dev.mysql.com/doc/refman/4.1/en/example-maximum-column-group-row.html -Sheeri On 5/5/06 Ian Klassen <iklassen@(protected) > wrote > H

Determine version of *.frm, *.MYD and *.MYI

Nils Lastein schrieb > After a disk crash I managed to save the *.frm *.MYD and *.MYI-files > from the disk. When putting these files into another mysql server I get > > mysql > select * from vali

mysql4.0

Hi Is mysql 4.0 still supported or EOL as the recent advisory says users of 4.0 should upgrade to 4.1 to patch the security problem. Subsequently I have noticed a new 5.x release and new 4.1.x rele

MySQL server has gone away. Suddenly.

On 5/5/06 Sander Smeenk <ssm+mysql@(protected) > wrote > Hi > > I 'm running MySQL 5.0.19 (Debian sid package revision 3) on a Dual > Opteron250 64 bit machine with 4gb memory. > > The problem i 'm

The MySQL Stored Procedures and Functions is ready ?

> The MySQL Stored Procedures and Functions is ready to use on production > systems ? > > or support is very ammature ? > > I need to know because is a project desing decision ! > > Tnks !! > >

Subject: Searching a large table

Sounds like you want LIMIT and OFFSET -- everything after my name and before your post is copied from the doc at http //dev.mysql.com/doc/refman/4.1/en/select.html (or am I misunderstanding your qu

How to see why client got blocked

On 5/5/06 Dominik Klein <dk@(protected) > wrote > I experience that my slave gets blocked after a while (a couple of slave > stop and slave start happen in the meantime). In errorlog I see > > S

Subject: Mysql memory utilization

Hi list We are facing memory problems for our application and to analyze memory utilization by application we require below information on mysql memory utilization. how much of RAM mysql is uti

Output to a file

----- Original Message ----- From "Payne " <payne@(protected) > To <mysql@(protected) > Sent Friday May 05 2006 12 09 AM Subject Output to a file > Hey > > been trying to output a selec

How to rename a DB

Hardi Have a look at "Rename Database " at http //www.artfulsoftware.com/queries.php#16 PB Hardi OK wrote > Hi > > Anybody know how can i safely and easily rename a database in MySQL > 5.0.19. >

importing a dumpfile from with the mysql client

Hi. I recently imported a dumpfile into mysql4.1.18 I did this using the 'source ' syntax from inside the mysql client. this is syntax I used mysql >create database dbname mysql >use dbname -unset

Subject: Slow query using between

Good morning James - It looks like you have a multi-column index on the startIpNum and endIpNum columns but it 's not doing you any good at least not for this query. You don 't mention how many ro

question about utf and collation

I don 't know what version of MySQL you 're using but a google search on "mysql croatian " got me http //bugs.mysql.com/bug.php?id373 and http //bugs.mysql.com/bug.php?ide04 which implies you can us

query of a query?

The following are Cold Fusion code. It 's interesting that previously defined queries can be used as 'tables ' to pull data from. In MySQL does the same functionality have to be implemented using joi

Subject: Mysql on Production Servers

Well I would not bother with the source distro as it can take a while to compile and possibly end up being slower than a pre-compiled version. Personally I would choose between the .tar.gz or the

MySQL 4.1.19 has been released

Hi MySQL 4.1.19 a new version of the popular Open Source Database Management System has been released. The Community Edition is now available in source and binary form for a number of platforms f

Adding a second slave and Load Data from master questions

Hi. im trying to add a second slave using load data from master and it seems to me that when i run this command on the new slave that its simply picking up from where the first slave is replicati

Coded fields

John You 're close -- If a single case-sensitive letter won 't help (or isn 't descriptive enough -- is 'S ' sophomore or senior or special student?) The best way to do it is NOT to make new codes. If

blank user names in user table

Rich anonymous access means that ' '@(protected) has access. That is "blank " at host as opposed to user@(protected) To see if anonymous access is allowed at the command prompt type mysql -u asdf if you ge

Help on VB and ODBC

Hi Manuel I had a similar problem a few months ago and I found 'somewhere ' in the documentation a post by Matthew van Os on May 27 2005 saying > The CursorLocation should be of the type "adUseCli

InnoDB Memory Problem causing mysql to crash

Dobromir you are running a 32-bit operating system. Then the size of the mysqld process is limited to 2 GB or at most to 4 GB. The amount of total RAM 8 GB does not help here since 2^32 4 G.

Add a new value in an ENUM by manipulate .frm

J?rgen Winqvist schrieb > Hi > > I need to add another value in an enum so "ALTER TABLE table1 MODIFY > Status ENUM( 'a ' 'b ' 'c ') " where 'c ' is the new value. My problem is > that the tables are

Subject: MySQL 5 Calculate Field query

In the last episode (May 04) Hendro Suryawan said > Hi all > I found something strange with calculate field query in MySQL 5. > > My base table structure like this > CREATE TABLE `BrgIn2` (

Subject: DATEDIFF and TIMEDIFF

Peter Lauri schrieb > Best groupmember > > I run version 3.23.58 and need to use something similar to DATEDIFF and > TIMEDIFF to calculate difference between two a timestamp and > current_timestamp

Subject: MySQL 5.0.20 installation

Hello All Sorry for the dumb question but how do I force MySQL configure script to put files into particular directories of my choice? I mean when I issue ./configure --prefix /mysql libraries a

Q2. Is there anything could be done to speed up this query

In the last episode (May 03) Mikhail Berman said > Thank you Chris > > But the table is indexed on the field you are referring to and the other > one the query which is evident from this > > >
Page 129 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100