Re: How To Pronounce MySQL

2006-06-09 Thread Chris White
are for I personally will avoid these situations. I don't, I like to live on the edge -- Chris White PHP Programmer/DB Fly Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: How To Pronounce MySQL

2006-06-09 Thread Chris White
On Friday 09 June 2006 11:27 am, Samuel C Flores wrote: Um, did anyone actually answer Jesse's question? Um, did you read the all the threads? If you'll notice the first message by Jimmy Guerrero pretty much answers it, all he did was quote the MySQL site. -- Chris White PHP Programmer

Books on MySQL 5

2006-06-09 Thread Chris White
might have missed. I know there's: Beginning MySQL Database Design and Optimization: From Novice to Professional (Apress, 2004) And it does say it covers MySQL5, I'm just not sure to what extent. -- Chris White PHP Programmer/DB Virus Interfuel -- MySQL General Mailing List For list archives

Stored Procedures and DECLARE weirdness

2006-06-09 Thread Chris White
else I'm missing? -- Chris White PHP Programmer/DB Knight Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Stored Procedures and DECLARE weirdness

2006-06-09 Thread Chris White
, www.mysql.com -- Chris White PHP Programmer/DB Unofficial Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

XML - DB Conversion

2006-06-06 Thread Chris White
Hi all, I'm currently looking for a tool that will take XML and produce a database from it. Not really looking for anything in particular at this point, just sort of scoping around. Anyone know of such a tool? -- Chris White PHP Programmer/DB Sloth Interfuel -- MySQL General Mailing List

Re: Mysql and solaris upgrade

2006-05-16 Thread Chris White
the distribution specific details of the upgrade. -- Chris White PHP Programmer/DB Llama Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Setting sql_log_bin

2006-05-15 Thread Chris White
spacing between your option. Try: #mysql -u root -pmypasswd --sql_log_bin=0 somefile.sql. instead. -- Chris White PHP Programmer/DB Monkey Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

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

2006-05-03 Thread Chris White
say look at indexing price_data_date per what I'm seeing in your query. This table is intentionally designed without the primary keys, so we can catch and display duplicates. Regards, Mikhail Berman -- Chris White PHP Programmer / DB Monkey Interfuel -- MySQL General Mailing List

Re: help with SELECT BETWEEN

2006-04-25 Thread Chris White
, but I'm not as savy with stored procedures to give a definite answer on that. Thanks cw -- Chris White PHP Programmer / DB Monkey in training Interfuel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Subselect application

2006-04-21 Thread Chris White
I was looking around the list search and didn't find much on this subject (maybe didn't look back far enough), but I was discussing with a coworker about a reasonable application of subselects vs. a WHERE clause or table join. Thank you in advance. -- Chris White Interfuel -- MySQL

<    1   2