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 201 of 508 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

Subject: MySQL 5.0 certification

> Has anyone been involved with the 5.0 certification program. "I 've read that the new MySQL 5 certificates will be available about 2 or 3 months after MySQL 5 becomes a Production Release. " http //

'/var/log/mysqld.log ' is 2Mb. Too high?

Hi. Using MySQL 4.1.9 on Linux FedoraCore2 (kernel 2.6.9) I 'm suffering several memory problems ( 'Out Of Memory ' problem) on my server. I 've noticed that '/var/log/mysqld.log ' is 2Mb and '/var/log

Subject: Relocation of database store

William Fry wrote > I 'm trying to relocate the database files for MySQL 4.1 > I 've seen two primary techniques for doing this > 1) create/alter a my.cnf file with 'datadir ' set to new location > 2)

DELETE syntax

http //dev.mysql.com/doc/mysql/en/delete.html ... Multiple-table syntax DELETE [LOW_PRIORITY] [QUICK] [IGNORE] tbl_name[.*] [ tbl_name[.*] ...] FROM table_references [WHER

Out Of Memory problems: One MySQL user, 86 minutes sleeping

Hello. > 1981 mysql 16 0 72064 42m 6172 S 0.0 8.5 0 03.53 mysqld > 1982 mysql 20 0 72064 42m 6172 S 0.0 8.5 0 00.00 mysqld > 1983 mysql 17 0 72064 42m 6172 S

Out of memory (Needed 8164 bytes)

Hello. > the problem is that after around 160 000 rows inserted with success >then i get "Out of memory (Needed 8164 bytes) " error many times. Does your program report this error or MySQ

creating socket

Hey you need to tun mysql SERVERom what is the output of the command ps aux |grep mysql Peter Octavian Rasnita wrote > Hi > > I have installed mysql and loaded mysqld but I cannot connect to

Charset issue

Hello. > Chinese can 't be displayer propely. What client do you use to connect to MySQL Server? Check that it supports Chinese. I don 't know Chinese and can 't suggest what character to u

Subject: deleting rows in 2 tables

----- Original Message ----- From "Merlin " <ngroups@(protected) > To <mysql@(protected) > Sent Sunday October 09 2005 1 31 PM Subject deleting rows in 2 tables > Hi there > > I am wonderi

databse design and table join problems

Cristi > I have the following tables ( some in Microsoft Access and some > in Excel ) and I want to migrate the data into MySQL and develop > an interface in PHP for easy administration and cont

decode the binary informations of the Geometry columns

At 6 26 +0200 10/9/05 liofr wrote >HI >where i can find documentation about decode the binary informations >of the Geometry columns in mysql using C ? >for example >mysql doc say that >0x0101000000

Subject: selecting from 2 tables

If you are using a version of MySQL that supports subqueries you can do something like this select * from unprocessed_url_table where url not in (select url from processed_url_table) In other word

Select values based on array containment?

"T.J. Mahaffey " <tj@(protected) > wrote on 10/08/2005 07 09 35 PM > I 'm working on a PHP script which will already have gathered a large > array of string values from a text file. These values wi

Subject: Distance between Zip codes

At 05 59 PM 10/8/2005 you wrote >I was wondering if anyone might have a canned query I could use for the >following scenario. > >I need to search for a list of locations within a certain distance of

how do I see warnings from bulk loads?

At 12 50 PM 10/8/2005 you wrote >Paul DuBois wrote > >At 10 11 -0700 10/8/05 Bruce Ferrell wrote > > > > >Hi All > > > > > >I 'm bulkloading my instance and I 'm getting a return message at the end > > >of

MySQL-Max & Mandriva

I have MySQL 4.1.12 that came on the Mandriva Linux 2006 RC1 CDs. I think it is probably the Standard rather than the Max version. How can I tell for sure? The reason I am asking is because I hav

Possible Bug? Left Join With OR Clause Takes Minutes

I 'm using Mysql 5.0.7 and I 've noticed the following very strange functionality perhaps someone can shed some light on it for me. 2 Tables (Request and Inventory) Request id (int) partNumber v

users are always the last to know :-)

On Oct 7 2005 at 11 46 PM Jasper Bryant-Greene wrote > Walt Weaver wrote > > > Well forgive me for being a bit skeptical and cynical but this > > sounds like > > spin to me. > > As a 17-year Orac

Joining tables, duplicating none

Jonathan >I have two tables with date and uid cols. in common. >Table 1 has one row per date Table 2 has a maximum >of 7 rows per date. >select t1.date t1.val t2.val from t1 >right join t2

How thread-safe is mysql_real_connect()?

Sean First let me thank you for all the great posts and info I 've seen you put on this list for others. I 've been working in C with MySQL in a very multithreaded environment for several years and t

Generating an Error in a Trigger

Rob >How do I generate an error condition within a Trigger? >This might sound a strange request to some but I 'm trying to do input >validation on an insert/update query using a trigger. If the

Query Browser 1.1.14

Is there anyway that I can get Query Browser to reinitialise it 's connection to the database without restarting? I 've been playing with MySQL 5.0.13 and everytime I crash the server I have to restart

adding and substracting at the same time

Tatjana Cukic <tatjanacukic@(protected) > wrote on 10/07/2005 06 07 07 AM > Hi > > does anybody knows how i can add a new column to > Table1 where new column is made by substracting Col1 > from tabl

Deadlock found when trying to get lock; try restarting transaction

Hello. > BEGIN > SELECT id FROM ttt WHERE id 3D7 FOR UPDATE > INSERT INTO ttt(id) VALUES (7) > DELETE FROM ttt WHERE id 3D7 > COMMIT Maybe we have this scenario A B -

Mac OS X / MySQL 4.1.14 compiled slowness issue

Hello. Rolling back a transaction might take a long time. It depends on the size of log files. See http //dev.mysql.com/doc/mysql/en/innodb-tuning.html James C Knotts wrote > We ar

Duplicate column error when creating view on 5.0.13

> > I think your problem lies in your SELECT * > > If you look at the columnheaders below you get category_id twice. > > I guess you have to specify your columns with aliases. > > > > /Johan > > > >

Subject: Between used with date fields

Hello. Search in the archives at http //lists.mysql.com/mysql BETWEEN is meant among other operators at http //dev.mysql.com/doc/mysql/en/using-date.html But be aware of that

Subject: mysqldump ONLY Schema

Hi Scott This is covered in the MySQL manual at http //dev.mysql.com/doc/mysql/en/mysqldump.html The option you need is - --no-data -d Do not write any row information for the table. This is v

mysql_real_query failed: Can 't find file: ... .frm (errno: 24)

Hi Ian Have you checked the NIC? If your ethernet card or switch port is failing this may be causing the issues that you have in the logs. The other issues with the tables have you run mysqlcheck

Database Internals Developer position at ANTs software, a database company in Bu

Senior Database Kernel Developer ANTs software inc. has developed a high-speed relational database the ANTs Data Server which is based on our patent-pending lock-free datastructure technology.
Page 201 of 508 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100