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 9 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

Subject: Re: Problem with repeated replication corruption - Could not parse relay log

Frank Frank Bottone wrote > I 've been having trouble with my master/slave server - recently I was > having a few repeated issues where the mysql slave would stop due to > "invalid sql syntax " bu

Subject: Problem with repeated replication corruption - Could not parse relay log eve

I 've been having trouble with my master/slave server - recently I was having a few repeated issues where the mysql slave would stop due to "invalid sql syntax " but the queries executed fine on the

2008 conference fee?

stupid non-technical ? does anyone know what the registration fee is going to be for the 2008 conference? my mgr needs a # today to put in next yr 's budget & I couldn 't find it on the conference si

Subject: Re: Connect To Foreign Tables

On Sat 06 Oct 2007 00 25 04 -0700 Werner Van Belle <werner@(protected) > wrote > Hello > > On Friday 05 October 2007 01 11 35 James Card wrote > > The application I 'm working on uses MySQL 5.0.

SAN and ibdata files

In the last episode (Oct 08) Ace said > On 10/7/07 Dan Nelson <dnelson@(protected) > wrote > > In the last episode (Oct 06) Ace said > > > You all know the size problems with ibdata and log f

Subject: How to get sane error log behavior

I had a server crash over the weekend and discovered that I don 't know as much about MySQL error logging as I thought. The error logs were empty because of FLUSH LOGS. What I learned today is if I

Subject: Using MySQL date/time

Hello guys I would like to get some registers on my database that are older than 90 days and after delete it because the table is very larger mysql > select count(*) from max_ecardsent +---------

SAN and ibdata files

Rajan I believe you are talking about a NAS setup which is different from the SAN configuration I was referring to. Check out http //www.nas-san.com/differ.html for a quick comparison. With NF

Subject: Re: do I need two tables or one will do just fine?

On table it is! -D Thanks to all of you who helped me with my "problem ". -afan John Meyer wrote > Afan Pasalic wrote > > hi > > I have a employees table (first name last_name address city

SAN and ibdata files

Yes Scott! Only thing that confused and still confusing me is the following note on mysql site - "*Note* It is not a good idea to configure InnoDB to use datafiles or logfiles on NFS volumes. Otherwi

SAN and ibdata files

Rajan In a SAN configuration the lun/volume should appear just like a locally attached physical disk on your server. MySQL will not need any special configurations to access it just poiint the da

Subject: Re: My first trigger in MySQL

Hi > I tried this > CREATE TRIGGER username_check AFTER UPDATE ON `users` > FOR EACH ROW > UPDATE users SET users.username concat(users.firstname " > " users.lastname) where users.id NEW.id

SAN and ibdata files

Thanks Dan! We do know the permission problem. We tried chown but got "Not a owner " error. That is because of "root squashing " in which root becomes "nobody " when you cd to NFS directory. To overc

Subject: Re: My first trigger in MySQL

Hi Steffan A. Cline wrote > on 10/7/07 12 26 PM Steffan A. Cline at steffan@(protected) wrote > > > I am new to triggers and am trying to figure this out. The goal I have is to > > set it up so that

Subject: Re: MySQL Server crashing & database corruption

Actually I have an somewhat reproducible test case. Problem is it only works on my Server. When I start MySQL it crashes almost exactly after one minute. This happens every single time Oct 7 21

Subject: Re: My first trigger in MySQL

on 10/7/07 12 26 PM Steffan A. Cline at steffan@(protected) wrote > I am new to triggers and am trying to figure this out. The goal I have is to > set it up so that after a row in the users table is

Subject: My first trigger in MySQL

I am new to triggers and am trying to figure this out. The goal I have is to set it up so that after a row in the users table is updated it will check to see if the affected row has a username in the

access privileges

Ananda Kumar wrote > Hi All > Today I installed mysql for debian OS. > > After the installation i started mysql using mysqld_safe &. > > Now if i try to connect to mysql using "mysql -uroot -p " it

Subject: Re: MySQL Server crashing & database corruption

I did some more research I ran "xfs_check " on the partition and it didn 't report any errors at all so I 'm guessing that the hard drives are ok. I also recompiled MySQL with "--with-debug ". How w

Subject: MySQL Server crashing & database corruption

Hey guys First of all I have tried to post this Issue on forums.mysql.com but the Topic doesn 't appear in the Forum. When I try to post again it tells me that it 's a duplicate?!?! Now the real

SAN and ibdata files

In the last episode (Oct 06) Ace said > Hi Experts > > You all know the size problems with ibdata and log files. We plan to > move those files to SAN to have maximum storage possible. We did

Subject: Re: do I need two tables or one will do just fine?

Afan Pasalic wrote > hi > I have a employees table (first name last_name address city state > zip phone ...). > though I got a requested to add additional info about people like > phone_ex

Subject: Re: Connect To Foreign Tables

Have you guys thought about trying to use a Federated table? http //dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html Probably not exactly the solution you want but maybe useful. On 10/

SAN and ibdata files

Hi Experts You all know the size problems with ibdata and log files. We plan to move those files to SAN to have maximum storage possible. We did so with configuration changes in my.cnf files t

Subject: Re: Connect To Foreign Tables

Hello On Friday 05 October 2007 01 11 35 James Card wrote > The application I 'm working on uses MySQL 5.0.41 and we also need to > retrieve some data from a SQL-Server database in another departme

Subject: Re: how to select second records in a group

Hi Steve Steve Kiehl wrote > I was a bit stumped on a good method to select the second record for > each distinct group in a table. Say I have a table like the following > > NAME > DATE >

Subject: how to select second records in a group

I was a bit stumped on a good method to select the second record for each distinct group in a table. Say I have a table like the following NAME DATE AMOUNT joe 2007-10-03 19 44 57 45 joe 2007

Subject: RE: do I need two tables or one will do just fine?

A wise man once taught me "organization is the key to success ". Put all the data in the same table you have. 200k people is nothing for mySQL to handle and the cost of an extra JOIN is going to b

Subject: Re: Debugging batch sql statements

I just want to see the original insert statement which failed so that I can do a search on it. Is there any option for seeing the insert statement that gets executed and the error line next to next.?

Subject: RE: do I need two tables or one will do just fine?

Unless you expect to have more than one set of "additional information " per person then you should add the new fields to your existing records. Don 't worry too much about space it doesn 't sound like
Page 9 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100