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

FreeBSD 5.x

"Peter " <peter@(protected) > wrote > Does anybody have experience with FreeBSD 5.x & > Mysql ? > FreeBSD 4.x and mysql seems to be awful combination due to threading > but I have no tr

Advice on Database Schema Design

I think I get what you are trying to do and it sounds good (though I am still a beginner). The only thing I can think that might cause a problem is since you have more then a couple of tables you M

Err 2002 socks suck noway to start

At 19 21 +0200 6/5/04 pourave wrote >Hi > >I am on a redhat i read a lot of doc on the problem I hav but noway to >advance mysql won 't start and won 't tell anything (((( mysql is a client

Increase in size of 4.1.2 binary

Hello The windows binary of 4.1.1 was around 20 MB. With 4.1.2 it has increased to 34 MB. Thats a big jump ? Karam

User ID & Password

I think that I 'd look at postfix and dbmail. Postfix and dbmail both allow userdata to be stored in MySQL databases. dbmail will also put the message store in a mysql database. Very nice v

Get fields in one field, separated by comma 's

"Klaas Geldof " <info@(protected) > wrote > > I have a question about MySQL queries. First I will explain the situation > then I will provide an example. > > > Situation > > I have the

collation problem

SQL Hi all! I have a problem after migration from 4.0.20 to 4.1.2 I have a table `analit`. this is the result of show create table CREATE TABLE `analit` ( `d` date NOT NULL default '0000-00-

vpopmail installed on MySQL Client

Hello List I had posted this message on vpopmail list but no one can help. I am posting this message on MySQL hoping that someone on this list is using vpopmail & MySQL!!! Please consider me

Subject: Backing Up a Database

For the time I 've been testing I 've used the procedures outlined in the help to take my backups which entails doing a FLUSH TABLES WITH READ LOCK in my MySQL monitor then going to a shell prompt an

Trouble with Query

I think you want to try 'having mo.date IS NULL ' after the order by. Daren wrote > I 'm query for a list of offers from a table but am > trying to do a Left Join on the table that keeps track >

Humor: Take a break and watch something stupid ;-)

Ok you need a break from programming. Take a look at one programmer has come up with. http //www.lebonze.co.uk/stuff/move.htm Mike -- MySQL General Mailing List For list archives ht

4.1.2 myisamchk chokes on a fulltext

On 04.06.2004 21 09 (+0200) Mark Maggelet wrote > Hi. > I 'm having this problem on 4.1.2 when I run myisamchk -o on my table I > get a bunch of these lines [...] Would you please not reply

average in Group By

On Fri Jun 04 2004 at 09 25 58AM -0700 Shantanu Oak wrote > I am trying to find average price of the shares in the > portfolio table. > I thought something like this should work... > SELECT sy

Subject: Force the use of an index

"Jeff McKeon " <jmckeon@(protected) > wrote on 04/06/2004 16 52 48 > Is there a way to force the use of a specific index when issuing a > select querie? Yes. From the Fine Manual "As of MySQ

Subject: Replicator thread dying

Balazs Rauznitz <balazs@(protected) > wrote > > It 's happened to me four times the past few weeks that in a very > lightly used QA environment replication is dying. The symptoms are that > Exe

update SQL

At 11 28 -0400 6/4/04 Bob Lockie wrote >Rows matched 1 but rows changed 0. -( >What is wrong with my query? > > >mysql > update records audit_log audit_log_records > - > set records.name

Regd Updating my Database schemas

the problem that i am likely to face is the following. We have a database in our developement server . we keep making changes to the db very often like adding few feilds deleting etc ... now

Off Topic: Search in this list not are functioning

Hi I tried search numerous times and not get either return all messages or neither. Is one known problem? Regards Renato Cramer. -- MySQL General Mailing List For list archives

Re: Checking for FK constraints only after the transaction commited
????

Leandro Melo wrote > > So is there a way to only check for the FKs > constraint at the end of the transaction and not at > the rigth moment of the insert???? Not in MySQL. Other databases h

Checking for FK constraints only after the transaction commited ????

Hi i`m using mysql in a j2ee application with JBoss. For best design practices i cannot add the foreign-keys to the tables in the same "insert " as i add the table data. Basically i`ll add it a f

MySQL not finidng openssl/opensslv.h

I 'm configuring mysql-4.0.20 source and I have openssl (OpenSSL 0.9.7d 17 Mar 2004) installed in /usr/local/ssl (default) Below is the output from a make after configuring as follows ./config

Subject: Advice on Database Scheme

David Blomstrom wrote > I put a screenshot of my database organization online > at > http //www.geoworld.org/database.gif It features four > tables focusing on Continents Nations States and

Three quick questions about using MySQL

See answers in the message below. Marc. -----Message d 'origine----- De Ben Clewett [mailto Ben@(protected)] Envoy? vendredi 4 juin 2004 10 37 ? mysql@(protected) Objet Three q

importing data

Hi I have done an incredibly stupid thing. I have a server that suffered a bit of a failure. It wasn 't a hard failure but it was enough of one to have to rebuild the server from scratch. I

Subject: Run MySQL with ANSI mode

yau meileng <meileng_yau@(protected) > wrote > I try to run MySQL with ansi mode but failed. This was > what I did > > mysql > SET GLOBAL sql_mode 'ansi ' > ERROR 1064 You have an error in your S

Writing MySQL setup files for ECperf

Has anyone try to setup ECperf benchmark using MySQL? Am having problem on the mysql setup files for ECperf. Anyone can provide information on this? Thank you meileng

What does this sql query mean?

Louie The inner-join is just joining the two tables shopcart and items. I think iip is an alias for items but the alias would normally come after the name of the tiems table. Another way to

mysql error

starofframe wrote > Hi all > > I have a problem when I 'm trying to connect to mysql server at my web hosting... > > appears error message like this > Could not connect to MySQL server! >

IS NULL works, but IN (NULL) doesn 't

At 18 32 -0700 6/3/04 Daevid Vincent wrote >How come this one works > >SELECT wifi_list IFNULL(wifi_list 0) as wifi_list_new >FROM wifi_table LEFT JOIN Swordfish.scanner ON scanner.scanner_i

Subscription

"Tom Murdock " <t_murdock@(protected) > wrote > Good evening > > I would like to subscribe to MySQL mailing list. > Thank you. > If you want to subscribe to MySQL mailing list visit http //
Page 425 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10