Re: How To Pronounce MySQL

2006-06-08 Thread Ian Sales
Jesse wrote: This may be a really stupid question, but I hate looking stupid if I can avoid it. :-) I have been using Microsoft SQL Server for a while, and I'm now trying to switch all our applications over to use MySQL. Microsoft SQL Server is pronounced Sequel Server. Is MySQL pronounced

Re: UPDATE statement causes signal 11 on 5.0.16

2006-01-17 Thread Ian Sales (DBA)
off my replicated queries. - the error log gives a stack dump, and says this could be because you hit a bug. I'm looking for a little more information than that... - ian -- +---+ | Ian Sales

Re: UPDATE statement causes signal 11 on 5.0.16

2006-01-17 Thread Ian Sales (DBA)
as system user. There is no system user in the privilege tables, so I can't give the account the privileges necessary to run triggers. As a result, the triggers always fail and break replication. - ian -- +---+ | Ian Sales

UPDATE statement causes signal 11 on 5.0.16

2006-01-16 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer http

Re: High Performance MySQL on Amazon

2006-01-12 Thread Ian Sales (DBA)
, 2004 £29.26 - the second one is German language. - ian -- +---+ | Ian Sales Database Administrator

Re: triggers on 5.0.17 -- definer not fully qualified

2006-01-09 Thread Ian Sales (DBA)
, the problem I have is that the triggers themselves are not being replicated; they exist only on the 5.0.17 slave. - ian -- +---+ | Ian Sales Database Administrator

Re: triggers on 5.0.17 -- definer not fully qualified

2006-01-06 Thread Ian Sales (DBA)
that was added with 5.0.17 that seems to be causing the problem. - ian -- +---+ | Ian Sales Database Administrator

triggers on 5.0.17 -- definer not fully qualified

2006-01-05 Thread Ian Sales (DBA)
and then assigning INSERT, UPDATE, DELETE, SELECT and SUPER privileges to that user. To no avail. Anyone have any ideas how to resolve this? Thanks - ian -- +---+ | Ian Sales Database Administrator

Re: PHP4 or PHP5?

2005-12-13 Thread Ian Sales (DBA)
... Our core database platform contains some 2,600 tables in 50 databases. And that's only one of 8 platforms... - ian -- +---+ | Ian Sales Database Administrator

Re: Not finding customers without invoices

2005-11-02 Thread Ian Sales (DBA)
= invoices.customer_id GROUP BY customers.id ORDER BY customers.creation desc Thanks! - you need a LEFT JOIN. See http://dev.mysql.com/doc/refman/5.0/en/join.html - ian -- +---+ | Ian Sales Database

Re: Triggers

2005-10-10 Thread Ian Sales (DBA)
., CREATE TRIGGER InsPopCoord AFTER INSERT ON locations FOR EACH ROW UPDATE zipcodes SET zipcodes.lat=NEW.lat, zipcodes.lon=NEW.lon WHERE zipcodes.zip=NEW.zip; - ian -- +---+ | Ian Sales Database

Re: innodb locking

2005-10-05 Thread Ian Sales (DBA)
3 times and i got the follwing error Invalid Query Lock wait timeout exceeded; try restarting transaction - try using SHOW INNODB STATUS. That will give you more info on table locks. - ian -- +---+ | Ian Sales

Re: good database design

2005-09-22 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer http://www.ebuyer.com

Re: database structure question...

2005-07-08 Thread Ian Sales (DBA)
... - don't split data into separate tables by location. Seperate it by the type of information. - ian -- +---+ | Ian Sales Database Administrator

Re: Suggestions on db server configuration - Replication load balancing or Clustering??

2005-06-09 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer http://www.ebuyer.com

Re: How do you become a MySQL DBA

2005-06-01 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer

Re: InnoDB to MyISAM

2005-05-26 Thread Ian Sales (DBA)
RDBMS are *really* relational, check out http://www.dbdebunk.com/index.html :-) - ian -- +---+ | Ian Sales Database Administrator

Re: InnoDB to MyISAM

2005-05-25 Thread Ian Sales (DBA)
to enforce referential integrity programmatically. MySQL won't do it for you. - ian -- +---+ | Ian Sales Database Administrator

Re: Update Email Column

2005-05-19 Thread Ian Sales (DBA)
://dev.mysql.com/doc/mysql/en/string-functions.html - ian -- +---+ | Ian Sales Database Administrator | | | | All your

Re: substituting a certain word in all the tinytext rows in a table using SQL command

2005-05-19 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer http

Re: Performance Tuning - Table Joins

2005-04-05 Thread Ian Sales (DBA)
. - I'd recommend not using float for money. You get rounding errors. - ian -- +---+ | Ian Sales Database Administrator

Re: Sum() unequal number of rows

2005-03-08 Thread Ian Sales (DBA)
) -- +---+ | Ian Sales Database Administrator | | | | All your database are belong to us | | ebuyer http://www.ebuyer.com

Re: help with an SQL query

2005-02-22 Thread Ian Sales (DBA)
loging. - MySQL will only allow you to join 32 tables in a single SQL statement. - ian -- +---+ | Ian Sales Database Administrator

Re: how to make question that check the last hour

2005-02-15 Thread Ian Sales (DBA)
using date_format and now(). See http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html - ian -- +---+ | Ian Sales Database Administrator

Re: MySQL as Email database [sort of OT]

2005-02-11 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | If your DBA is busy all the time... | | ...he's not doing his job properly

Re: Syntax for Compound IF Statements?

2005-02-08 Thread Ian Sales (DBA)
table, and simply write the query as a join between the animals table and the locations table? Hard-coding the meaning of ids into the code itself is never a good idea. - ian -- +---+ | Ian Sales

Re: Difference between 'LIKE' and '='

2005-02-08 Thread Ian Sales (DBA)
, Smithsonian... - ian -- +---+ | Ian Sales Database Administrator | | | | If your DBA is busy all the time

Re: MySQL Load Balancing w/ Alteons...Half Open Connections

2005-01-28 Thread Ian Sales (DBA)
. Any help is greatly appreciated! Define DoS? - Denial of Service... - ian -- +---+ | Ian Sales Database Administrator

Re: A problem of structure

2005-01-26 Thread Ian Sales (DBA)
. - ian -- +---+ | Ian Sales Database Administrator | | | | If your DBA is busy all the time

Re: A problem of structure

2005-01-26 Thread Ian Sales (DBA)
work... performer_group_id, performer_person_id, lyricist_person_id, etc. There will be one row per recording of a song, although some columns on that row may be empty. - ian -- +---+ | Ian Sales

Re: Slackware10 mysql

2005-01-25 Thread Ian Sales (DBA)
) to see what caused mysqld to die. - ian -- +---+ | Ian Sales Database Administrator | | | | If your DBA

Re: mydb-bin.xxx files

2005-01-25 Thread Ian Sales (DBA)
-- +---+ | Ian Sales Database Administrator | | | | If your DBA is busy all the time... | | ...he's not doing his job properly

Re: Can't drop index.

2005-01-24 Thread Ian Sales (DBA)
= 0 to turn off referentiality checking. - ian -- +---+ | Ian Sales Database Administrator | | | | If your

Re: Complicated Query

2005-01-24 Thread Ian Sales (DBA)
. - ian -- +---+ | Ian Sales Database Administrator | | | | If your DBA is busy all the time

Re: select count

2005-01-13 Thread Ian Sales
to be absolutely certain I'm counting every instance of each value of status. I've not investigated to see whether I *really* need to do this, but it feels safer... - ian -- +---+ | Ian Sales Database

Re: select count

2005-01-12 Thread Ian Sales
) LIKE 'cancelled%',1,0)) as cancelled FROM account GROUP BY date; - ian -- +---+ | Ian Sales Database Administrator | | | | eBuyer

Re: Problems with replication restarting

2004-12-20 Thread Ian Sales
. - delete the master.info file in the data directory, and then use CHANGE MASTER ... to set the required values before starting replication on the slave. - ian -- +---+ | Ian Sales Database

Re: moving DB from one box to another.

2004-12-16 Thread Ian Sales
and see. - ian -- +---+ | Ian Sales Database Administrator | | | | eBuyer http://www.ebuyer.com

Re: One of my tables seems to repeatedly hang for 30-180 seconds

2004-12-14 Thread Ian Sales
of anything special going on at these times. - one possibility could be DNS refreshes taking place... Do you have the web server's name and IP in the hosts file on the database server? - ian -- +---+ | Ian Sales

Re: Excel 2 mysql

2004-12-09 Thread Ian Sales
to be distributed to all the columns of the table. What could i be doing wrong here. - add FIELDS TERMINATED BY ',' ENCLOSED BY '' to your LOAD DATA INFILE - ian -- +---+ | Ian Sales Database

Re: Excel 2 mysql

2004-12-08 Thread Ian Sales
solve this . - if you're copying the csv file between a Windows and a *NIX box, you might have issues with carriage-return characters. Try running dos2unix against the file to convert it. - ian -- +---+ | Ian Sales

Re: Sum problem....

2004-12-08 Thread Ian Sales
there either... Any suggestions? - you've got a Cartesian results set because you haven't joined the tables. Try joining on name, or writing two queries and then using a UNION. - ian -- +---+ | Ian Sales

Re: Excel 2 mysql

2004-12-07 Thread Ian Sales
the command line run a SQL script containing SELECT CONCAT_WS(',', ...column names...) etc., and pipe the output into a .csv file. Excel will happily import the data. There'll be no column headings, though. - ian -- +---+ | Ian Sales

Re: Indices and Constraints.

2004-12-02 Thread Ian Sales
[EMAIL PROTECTED] wrote: Need to know the similar one in MySQL. Do we have views or any other system tables in MySQL 4.0.21 which OUTPUTS the constraints and indices in a particular table? - show indexes from DATABASE_NAME.TABLE_NAME - or, show create table DATABASE_NAME.TABLE_NAME; - ian --

Can someone please explain this?

2004-10-07 Thread Ian Sales
in set (0.00 sec) Common sense expects the number of rows returned to be four. So where's the Cartesian coming from? - ian -- | Ian Sales Broadband Solutions for | | Database AdministratorHome Business | | PlusNet plc

Re: Can someone please explain this?

2004-10-07 Thread Ian Sales
for the help. - ian -- | Ian Sales Broadband Solutions for | | Database AdministratorHome Business | | PlusNet plc http://www.plus.net | + --- PlusNet - The Smarter Way to Internet