Re: Download older versions

2006-04-13 Thread Mike Blezien
Jim - Original Message - From: Jim Winstead [EMAIL PROTECTED] To: Mike Blezien [EMAIL PROTECTED] Cc: MySQL List mysql@lists.mysql.com Sent: Thursday, April 13, 2006 7:28 PM Subject: Re: Download older versions On Thu, Apr 13, 2006 at 07:13:55PM -0500, Mike Blezien wrote: Hello

Days in Month

2006-04-04 Thread Mike Blezien
Hello, is there a MySQL function to determine the total days of any given month, IE if current month is April, is there a function or query to find the total days of the month? TIA, Mike(mickalo)Blezien === Thunder Rain Internet Publishing Providing Internet

Getting number days between 2 dates

2006-04-01 Thread Mike Blezien
, Mike(mickalo)Blezien === Thunder Rain Internet Publishing Providing Internet Solution that Work === -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Getting number days between 2 dates

2006-04-01 Thread Mike Blezien
Jorrit, - Original Message - From: Jorrit Kronjee [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, April 01, 2006 7:46 AM Subject: Re: Getting number days between 2 dates Mike Blezien wrote: Hello, I'm sure this is a simple query but haven't come up with a good approach

Re: Getting number days between 2 dates

2006-04-01 Thread Mike Blezien
thx's Keith, another option :) Mike - Original Message - From: [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, April 01, 2006 10:52 AM Subject: Re: Getting number days between 2 dates Use SELECT DATEDIFF('new_date', 'old_date'); mysql SELECT DATEDIFF('2006-04-01

Re: stunningly slow query

2006-03-30 Thread Mike Wexler
Can you post the output of SHOW FULL PROCESSLIST during the time when both sets of queries are running? Also what storage engine are you using for your tables? Chris Kantarjiev wrote: We're having some serious problems with concurrent queries. This is a dual-processor amd64 machine with 16GB

Re: stunningly slow query

2006-03-30 Thread Mike Wexler
Chris Kantarjiev wrote: Can you post the output of SHOW FULL PROCESSLIST during the time when both sets of queries are running? That throws out my first theory about table locks. What do vmstat and top say? Is it CPU bound? I/O bound? Also you might want to do a show status before and

Re: stunningly slow query

2006-03-30 Thread Mike Wexler
It doesn't really answer your question, but have you tried INSERT DELAYED as a work around? Also the updated status is strange, because that generally indicates that its looking for the record to be updated, but since the record is new, there is no record to be updated. Could it be checking

Update multiple tables

2006-03-27 Thread Mike Blezien
Hello, I'm alittle unclear on how too update multiple tables. We have two tables with the same column name: account.state account_service.state when we update the account table, we also need to update the account_service table with the same value for the 'state' column. Can this be done with

Re: Problem restarting server

2006-03-22 Thread Mike Blezien
Yes, that was the problem, the my.cnf file was missing, replace it, restarted and all is well :) thx's Mike - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Wednesday, March 22, 2006 2:10 AM Subject: Re: Problem restarting server Mike

Problem restarting server

2006-03-21 Thread Mike Blezien
= How can this problem be fixed so we can restart MySQL server, kind of in a bind here now... TIA, Mike Mike(mickalo)Blezien === Thunder Rain Internet Publishing Providing Internet Solution that Work http://www.thunder-rain.com

Perl MySQL

2006-02-18 Thread Mike Blezien
this, something to do with the DBD version used. Or is this something too do with the MySQL version we are using? Any info be much appreciated. TIA, -- Mike(mickalo)Blezien -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Database design help

2006-02-17 Thread Mike Blezien
datetime NOT NULL default '-00-00 00:00:00', exported varchar(10) default NULL, affid int(6) unsigned NOT NULL default '0', PRIMARY KEY (visitorid), KEY email (email), KEY affid (affid) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; TIA, -- Mike(mickalo)Blezien

Re: Database design help

2006-02-17 Thread Mike Blezien
OK, I think I got it now. Thanks for the additional info, that helps alot. Rhino wrote: - Original Message - From: Mike Blezien [EMAIL PROTECTED] To: MySQL List mysql@lists.mysql.com Sent: Friday, February 17, 2006 7:49 AM Subject: Database design help Hello, we currently have

Installed CompleteMySQL 4.0.21 - now cant login to terminal

2006-01-20 Thread Mike Stathopoulos
I installed MySQL, which runs an initialize script everytime I launch the terminal, and it automaticlly logs me out, so I cant use the terminal locally. I uninstalled MySQL, now I need to get rid of the script and what calls it. I get the following when I launch the terminal: Last login: Fri Jan

Show Description options??

2006-01-19 Thread Mike OK
Hi I was looking for a command that will list the names of my columns only. I have investigated show columns but there seems to be no way to return just the names. Any suggestions?? Thanks Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

Histogram from tables.

2006-01-13 Thread Mike Martin
I have a large table of filenames and creation dates from which I want to produce a histogram. SELECT year(date), quarter(date), count(0) FROM pics WHERE date(date) '2000' AND date(date) ' 2005' GROUP BY year(date), quarter(date) Gets me close, but to simplify plotting, I want to include

Help crafting an SELECT

2006-01-11 Thread Mike Martin
Hi List! Please forgive me if I'm asking the wrong list (and please guide me to the right place). I have two tables (simplified for this example) pics and tags like so: pics: picid photo 1Mustang 2Apple 3Rock 4Beetle tags: tagid picidtag 11 Car 21

Re: Help crafting an SELECT

2006-01-11 Thread Mike Martin
On 1/11/06, Gordon Bruce [EMAIL PROTECTED] wrote: I assume you are looking for both red and car. You can not use IN because that is implicitly an IN. You hae to join the tags table to itself using 2 different aliasis. {If you required 3 things then you would join it 3 times etc..} SELECT *

Re: working w/UK postcodes

2006-01-09 Thread Mike Blezien
increase east to west and _usually_ have a numeric difference somewhat related to their geographic distance, this isn't always true. I know of two island zip codes (unrelated to those that surround it) in New York State. -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain

Re: working w/UK postcodes

2006-01-09 Thread Mike Blezien
State. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http

Re: Cant access my files through the web site

2006-01-08 Thread Mike OK
Hi The problem here does not involve mysql. For better advice, try an apache or PHP group. From what I know, I would check directory permissions in the apache conf file. Mike - Original Message - From: ghislain groulx [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: January 8

UK Postcodes

2006-01-07 Thread Mike Blezien
someone on the list may have worked with UK postcodes and may have some info on the best way to query these postcodes for locating closed location, distances,.etc? thx's -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions

UK Postcodes

2006-01-07 Thread Mike Blezien
someone on the list may have worked with UK postcodes and may have some info on the best way to query these postcodes for locating closed location, distances,.etc? thx's -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions

UK Postcodes

2006-01-07 Thread Mike Blezien
someone on the list may have worked with UK postcodes and may have some info on the best way to query these postcodes for locating closed location, distances,.etc? thx's -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions

Testing

2006-01-07 Thread Mike Blezien
is the list still working ? -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder-rain.com/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- MySQL General Mailing List For list archives: http

working w/UK postcodes

2006-01-07 Thread Mike Blezien
this in the same manner one would do it with US zipcodes? thx's -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder-rain.com/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- MySQL General Mailing List

innobase_query_caching_of_table_permitted error?

2005-12-13 Thread Mike Debnam
to narrow it down to a single query yet, I was hoping someone had already seen this. I'm running FreeBSD 5.4. Thanks. Mike

Re: Band width consume

2005-12-04 Thread Mike OK
I don't have any stats but I would assume it's as big as your select statement plus as big as the result set. Mike - Original Message - From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: December 4, 2005 7:02 AM Subject: Band width consume Dear Friends

ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111)

2005-12-04 Thread Mike Smith
hosts from both hosts. I can ping each host ( by name ) both ways. I can ssy ( by name ) between both hosts. Thanks, Mike __ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs -- MySQL General Mailing List For list

Re: UPDATE and INDEX updates

2005-11-23 Thread Mike OK
. Is it the row changed flag or is there a column changed flag ??? Mike - Original Message - From: Gleb Paharenko [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: November 23, 2005 5:51 AM Subject: Re: UPDATE and INDEX updates Hello. don't think I will find the answer

Re: UPDATE and INDEX updates

2005-11-22 Thread Mike OK
I understand that MySQL returns the # of rows changed. What I am wondering is if I change only one value, therefore a row change, but leave the rest, what happens. Does the row get removed from the index and re-placed?? Does MySQL look at each column value first to compare?? Mike

Re: UPDATE and INDEX updates

2005-11-22 Thread Mike OK
. I don't think I will find the answer to this question in the normal manuals but rather from someone / place that deals with the internals of the system. Mike - Original Message - From: sheeri kritzer [EMAIL PROTECTED] To: Mike OK [EMAIL PROTECTED] Cc: MySQL List mysql@lists.mysql.com Sent

UPDATE and INDEX updates

2005-11-21 Thread Mike OK
but want to make sure I need to before going ahead. Mike

upgrade RH 7.3

2005-11-19 Thread Mike Blezien
, and was wondering if there are any problems encountered with RH 7.3 and MySQL 4.1+ that we should be aware prior to upgrading. Which rpms should we use to do the upgrade? we run the std MySQL server. TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing

Re: Financial return calculations help please

2005-10-05 Thread Mike Wexler
Jim Seymour wrote: I have researched repeatedly and cannot find an answer to the following. I need to do something like the following (There is probably an easier way). end_date - start_date = diff / start_date = return for period The table contains 401k investment values. Ideas, pointers,

Help with tricky query

2005-10-04 Thread Mike Blezien
used to tie(join) too a `school_profile` table(all personal data) any help with optimizing a single query would be appreciated. TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder-rain.com

Re: Help with tricky query

2005-10-04 Thread Mike Blezien
Hello, [EMAIL PROTECTED] wrote: Mike Blezien [EMAIL PROTECTED] wrote on 10/04/2005 08:34:56 AM: Hello, I am trying to put together a single query from across 4 tables and not having a problem getting the results needed. table structure

Re: Help with tricky query

2005-10-04 Thread Mike Blezien
[EMAIL PROTECTED] wrote: Mike Blezien [EMAIL PROTECTED] wrote on 10/04/2005 10:08:24 AM: Hello, [EMAIL PROTECTED] wrote: Mike Blezien [EMAIL PROTECTED] wrote on 10/04/2005 08:34:56 AM: Hello, I am trying to put together a single query from across 4 tables and not having

Re: Storing manually diggested Passwords with MD5

2005-08-11 Thread Mike Wexler
C.F. Scheidecker Antunes wrote: I am sorry. I meant another thing and wrote something else. If I issue: INSERT INTO table1 values ('username',MD5('password')) I will have the password stored in the database with MD5. What I actually need is a manual way to get the password back, that is

Re: why does this query run slowly at times

2005-08-09 Thread Mike Wexler
Kishore Jalleda wrote: Try two things. First: EXPLAIN SELECT title, template FROM template WHERE templateid IN

Re: why does this query run slowly at times

2005-08-09 Thread Mike Wexler
. Thanks Kishore Jalleda On 8/9/05, Mike Wexler [EMAIL PROTECTED] wrote: Kishore Jalleda wrote: Try two things. First: EXPLAIN SELECT title, template FROM template WHERE templateid

4.1 and unions

2005-08-04 Thread Mike Johnson
! -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED] (617) 886-5539 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: 4.1 and unions

2005-08-04 Thread Mike Johnson
, interesting. My next question was going to be if the second syntax is correct (all subqueries enclosed in parens), but looks like it's good. Thanks, Scott. -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED] (617) 886-5539 -- MySQL

Issues on Debian-AMD64 - looking for ideas or help.

2005-06-28 Thread mike
I'm compiling my mysql server from source. I have started noticing this as of 4.1.10 - in fact, I was running 4.1.12 and it's changed the LinuxThreads detection (since LT does not exist on amd64) - and 4.1.12 kept locking up after only a few minutes of uptime consistently. Once I figured this

Complex Query

2005-05-28 Thread Mike Blezien
with a workable solution to do this. And was hoping someone could suggest a feasible query to do this or do I need to restructure the tables that are being searched on?? Hope this is clear :) TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet

RE: DB design question

2005-05-24 Thread Mike Johnson
design, but you need to not `select *' but the specific fields you'd like. An example of might be: SELECT s.name, s.age, a.street_name, n.num, n.extension FROM students s JOIN address a ON a.student_id = s.student_id JOIN phone_num n ON n.student_id = s.student_id HTH! -- Mike Johnson

RE: DB design question

2005-05-24 Thread Mike Johnson
From: Mike Johnson [mailto:[EMAIL PROTECTED] From: Koon Yue Lam [mailto:[EMAIL PROTECTED] the problems is, when I want to query both student, address and phone num, the sql will be select * from student s, address a, phone_num n where s.student_id = a.sudent_id and s.student_id

Using AVG

2005-05-18 Thread Mike Blezien
Hello, when using the AVG function like this: SELECT AVG((5+8+10)/3) AS rate; it returns NULL?? the AVG can be used to do a literal math calculation ?? TIA -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work

Re: Using AVG

2005-05-18 Thread Mike Blezien
Simon Garner wrote: Mike Blezien wrote: Hello, when using the AVG function like this: SELECT AVG((5+8+10)/3) AS rate; it returns NULL?? the AVG can be used to do a literal math calculation ?? TIA That doesn't make any sense... AVG is a GROUP BY function. If you have 3 rows with values 5, 8 and 10

Re: TOP N record

2005-05-13 Thread Mike Wexler
SELECT date1, process, wip, worm FROM table WHERE field=value ORDER BY otherField DESC LIMIT N Seena Blace wrote: Hi, how to get top N records from table ? columns of table id date1 process wip worm I need output date1 process wip worm 5/5/05

Multi-Language setup

2005-05-11 Thread Mike Blezien
that will be used to store this type of data with various language being stored due to the various unique characters used in many languages. TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder

Multi-Language setup

2005-05-11 Thread Mike Blezien
that will be used to store this type of data with various language being stored due to the various unique characters used in many languages. TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder

Re: Multi-Language setup

2005-05-11 Thread Mike Blezien
Gleb Paharenko wrote: Hello. Unicode is usually used in such cases. Mike Blezien [EMAIL PROTECTED] wrote: Hello, we are working on a project that will be using multiple languages to be displayed and stored in a database, for producing various text strings in english and the language associted

same-table join

2005-05-11 Thread Mike Johnson
a 'foo' action but not a 'baz' action (those being b and c). I know I know the answer to this, but I'm drawing a blank at the moment. Thanks in advance if someone could give me a hand. -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED

Comparing to null queries

2005-05-10 Thread Mike Rykowski
these versions or is this a bug? I couldn't find anything specific to this on the archives. TIA -- Mike Rykowski NU-IT Telecommunications and Network Services -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

insert based on a select?

2005-05-09 Thread Mike Zornek
all members found. So I'd need to do a select based on the found ID and delete all rows that were returned. I'm doing this now in PHP using multiple SQL calls but when I get into the 1,000 of members it's taking longer that I can accept. Any help is appreciated. Thanks! ~ Mike Zornek

MySQL Functions

2005-05-02 Thread Mike Blezien
Hello, Sorry for the slightly OT question :) Hoping we have some expert MySQL Function to perl function people on the list. Is there an equivelant function in perl for converting IP's, the same as MySQL functions: INET_ATON('IP_ADDRESS_STR') and INET_NTOA('STR') TIA, -- Mike(mickalo)Blezien

mysqldump privileges

2005-04-26 Thread Mike Blezien
no will not allow them access to their respective database any more. We get alot of access denied to databases... lock tables.. or other options. TIA -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http

Table handler errors

2005-04-24 Thread Mike Blezien
if anyone may have some insight on how to remedy this type of error. TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- MySQL General Mailing List For list archives

Re: Table handler errors

2005-04-24 Thread Mike Blezien
Jigal van Hemert wrote: From: Mike Blezien we started getting these table handler errors 12, not all the time, but just now For errors from the operating system you can use perror to find out the description of the code: http://dev.mysql.com/doc/mysql/en/perror.html Regards, Jigal. Yes, I've

RE: Query Performance

2005-04-14 Thread Mike Johnson
to (most likely PHP or Perl), it may be quicker to do those calculations in the wrapping script (if there is one, that is). HTH! -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED] (617) 886-5539 -- MySQL General Mailing List For list

RE: Query Performance

2005-04-14 Thread Mike Johnson
`result` separately may not help at all. Might be worth a shot, though, if you have the disk space and time to play around with it. -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED] (617) 886-5539 -- MySQL General Mailing List For list

MySQL problems on SuSE 9.0

2005-04-09 Thread mike brown
to completely remove all traces of MySQL from this box and give it a fresh, clean reinstall. BTW when I use the mysqld command, or the mysql command from the root directory, it says command not found, if that helps anyone. Thank you for any help that you may give Mike Brown

Re: Measuring query progress

2005-04-08 Thread Mike Muratet
On Thu, 7 Apr 2005, Gleb Paharenko wrote: Hello. If you're using an InnoDB tables you could monitor the progress with SHOW INNODB STATUS using the number of proceeded rows. See: http://dev.mysql.com/doc/mysql/en/innodb-monitor.html Thanks. I'll give it a shot. Mike Mike

Measuring query progress

2005-04-07 Thread Mike Muratet
as I can tell. Is there some way I can compare the output from the 'explain' of the query with the output of 'show status' to estimate how far along the query is? There have been no other queries processed so that everything in the status variables is a result of this query. Thanks Mike -- MySQL

Convert historical dates from UTC

2005-03-22 Thread Mike Rykowski
datetime and does this? TIA - Mike Rykowski IT - Telecommunication and Network Services (847) 467-7335 [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Convert historical dates from UTC

2005-03-22 Thread Mike Rykowski
At 10:28 AM 3/22/2005, [EMAIL PROTECTED] wrote: What do you mean by historical? Are we talking 20th century dates or something BCE? Dates that could be a couple of years old. - Mike Rykowski IT - Telecommunication and Network Services (847) 467-7335 [EMAIL PROTECTED] -- MySQL General

RE: Passing Arrays between pages

2005-03-22 Thread Mike Johnson
INPUT NAME = \kcompany[]\ TYPE = \hidden\ VALUE=\Apple\; echo INPUT NAME = \kcompany[]\ TYPE = \hidden\ VALUE=\Banana\; echo INPUT NAME = \kcompany[]\ TYPE = \hidden\ VALUE=\Peach\; At that point, if you call: echo $kcompany[1]; after the form submit, you'll get Banana. HTH! -- Mike Johnson

Re: Another ./CONFIGURE issue

2005-03-14 Thread OpenView Mike
Here is the contents of the err log: 050311 12:12:08 mysqld started 050311 12:12:08 [ERROR] Can't start server : Bind on unix socket: Permission denied 050311 12:12:08 [ERROR] Do you already have another mysqld server running on socket: /tmp/mysql.sock ? 050311 12:12:08 [ERROR] Aborting

Re: Fwd: ./configure issue

2005-03-14 Thread OpenView Mike
the server is shutting down. -- Original Message -- From: OpenView Mike To: mysql@lists.mysql.com Date: Friday, March 11, 2005 04:01:56 PM -0800 Subject: Fwd: ./configure issue Dear Sirs: I attempted another mysql install on an exact same system that failed, although

Re: Fwd2: ./configure issue

2005-03-14 Thread OpenView Mike
cabuov02:/tmp# ps -eaf | grep mysql root 14530 13637 0 12:36:16 pts/tb0:00 grep mysql cabuov02:/tmp# ll /tmp/mysql* /tmp/mysql* not found But there was a pid file: /var/opt/mysql/hvu03931.pid So, I renamed it, and tried starting mysqld again - it still fails. Michael [EMAIL

Re: Another ./CONFIGURE issue

2005-03-14 Thread OpenView Mike
running, so there's already a socket. 2) mysql doesn't have permission to write to /tmp. As you've eliminated #1, #2 is the likely problem. If so, you'll need to fix that. Run chmod 1777 /tmp as root (or with sudo). Michael OpenView Mike wrote: Here is the contents of the err log: 050311

Fwd: ./configure issue

2005-03-11 Thread OpenView Mike
/data STOPPING server from pid file /opt/apps/mysql/data/cabuov02.pid 050311 12:12:08 mysqld ended Any insight you could give me on this matter would be HIGHLY APPRECIATED, and thanks! Stay Strong, Michael OpenView Mike Stoller Walt Disney Studios IPNS West Enterprise Management Team

./configure issue

2005-03-11 Thread OpenView Mike
/data STOPPING server from pid file /opt/apps/mysql/data/cabuov02.pid 050311 12:12:08 mysqld ended Any insight you could give me on this matter would be HIGHLY APPRECIATED, and thanks! Stay Strong, Michael OpenView Mike Stoller Walt Disney Studios IPNS West Enterprise Management Team

Re: Correct way to use innodb_file_per_table?

2005-03-04 Thread Mike Debnam
/db/mysql/MyDatabase/MyTable1.ibd, /var/db/mysql/MyDatabase/MyTable2.ibd, etc it sounds like. Is there a way to split those table files? So I could have something like /data/disk1/MyTable1.ibd, /data/disk2/MyTable2.ibd? Thanks for your help. Mike -- MySQL General Mailing List For list archives

Correct way to use innodb_file_per_table?

2005-03-03 Thread Mike Debnam
, current ibdata file is about 25 gb. Thanks for any pointers. Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: timediff and subtime: when is the result negativ?

2005-02-22 Thread Mike Rains
This is not surprising behaviour. If you subtract 12 from 10, you get -2 every time. If you want your result to be positive, make it the first parameter and subtract the smaller (earlier) time from it. If your result is negative, then you know you have crossed into another day (13:00:00 -

Re: Effect of VARCHAR length?

2005-02-22 Thread Mike Rains
I've just been wondering if the length parameter of a VARCHAR column has any effect on storage efficiency or space requirements. Afaik, VARCHAR columns only store the amount of data actually written into them and require no significantly more memory. So to be especially flexible with a

Re: Effect of VARCHAR length?

2005-02-22 Thread Mike Rains
I'm just curious to know if the length of the indexes on a varchar column work in the same way or if they have a fixed lenght. anybody knows ? I don't see how they could be fixed length, since VARCHAR itself is not fixed-length. Ergo, it makes sense that the prefix limitation is the upper

Re: Avoiding filesort #2

2005-02-22 Thread Mike OK
- Original Message - From: Homam S.A. [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: February 22, 2005 8:12 PM Subject: Avoiding filesort #2 Actually with the query below it does avoid filesort, but once I use anything other than the equal operator (e.g. ColC 5), it reverts back

Re: Avoiding filesort #2

2005-02-22 Thread Mike OK
. This could confuse the index selection process and have MySQL decide to use no index in some situations. Mike - Original Message - From: Homam S.A. [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: February 22, 2005 8:12 PM Subject: Avoiding filesort #2 Actually with the query below

Re: how to write this query?

2005-02-21 Thread Mike Rains
SELECT start_date, end_date, DATEDIFF(end_date, start_date) - (WEEK(end_date) - WEEK(start_date)) * 2 AS business_days FROM DateDiffs ORDER BY start_date; +-+-+---+ | start_date | end_date|

Re: how to write this query?

2005-02-19 Thread Mike Rains
On Sat, 19 Feb 2005 14:01:05 +, Jerry Swanson [EMAIL PROTECTED] wrote: I have two dates (start_date, end_date). Datediff() function returns difference in days. I need the difference but not including Satuday and Sunday. Any ideas? C:\Program Files\MySQL\MySQL Server 4.1\binmysql -utest

Re: Question!

2005-02-19 Thread Mike Rains
I was wondering if you could tell me of three or four alternative software options that can be used for this middle layer. What are the costs involved with any of these. Also if you could supply me with a sample script for inserting data using these alternative scripting languages, as I have

Re: select only values 0

2005-02-17 Thread Mike Rains
Dear All, from a single row of a table, I have to select only the column, which have a value larger '0' into an outfile. How can I manage it with 'select'? Thanks, Jan SELECT CASE can do that sort of thing for you. Here's a simplistic example: CREATE TABLE `test` ( `i1` int,

RE: LOAD DATA INFILE Opposite

2005-02-15 Thread Mike Johnson
to donwload? Thanks for your help SELECT ... INTO OUTFILE is what you want. It's sort of covered in the SELECT syntax documentation: http://dev.mysql.com/doc/mysql/en/select.html Pretty handy at times. HTH! -- Mike Johnson Smarter Living, Inc. Web Developer

optimize table and replication failure

2005-02-08 Thread Mike Debnam
on the slaves. I just want replication to continue. MySQL versions 4.1.7 on the master, 4.1.9 on the slave. Thanks. Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Barcode

2005-02-05 Thread Mike Wexler
Arthur Maloney wrote: Hello mysql, Scanned Barcodes I will be scanning barcodes and putting them into a innoDb table Does anybbody have knowledge re: the best columnType, length or other properties etc Generally bar codes contain text or numbers and have specific length limitations.

RE: DATE problem

2005-02-01 Thread Mike Johnson
for. HTH! -- Mike Johnson Smarter Living, Inc. Web Developerwww.smartertravel.com [EMAIL PROTECTED] (617) 886-5539 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Export database to XML/UML/Webpage?

2005-01-28 Thread Mike Jennings
Hello, I am looking to export a mysql database to a gui type interface. Basically i'm looking at a big database and I wanna dump it to a webpage/uml where I can add notes on what each table is and what it does, even just dumping to a webpage would be fine cause i can edit from there. is

MySQL Windows Bot Alert - Secure Your Servers

2005-01-27 Thread Mike Hillyer
. If not, take the necesscary steps now to ensure that your system is not infected. -- Mike Hillyer, Technical Writer MySQL AB, www.mysql.com Office: +1 403-380-6535 Mobile: +1 403-330-0870 MySQL User Conference (Santa Clara CA, 18-21 April 2005) Early registration until February 28: www.mysqluc.com

Need help forming SQL query

2005-01-20 Thread Mike Zornek
= updatehistory.member_id_editor ORDER BY email.email_address; How would I get the emails for every member who does NOT have a row in updatehistory? ~ Mike - Mike Zornek Web Designer, Media Developer, Programmer and Geek Personal site: http://MikeZornek.com -- MySQL General Mailing List For list archives

Re: Need help forming SQL query

2005-01-20 Thread Mike Zornek
| text | | | | | ++--+--+-+-+ - Original Message - From: Mike Zornek [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Thursday, January 20, 2005 11:01 AM Subject: Need help forming SQL query

Estimating disk-space usage using LENGTH(BLOB)

2004-12-16 Thread Mike Moran
shown above give a reasonable estimate of disk-space usage? Ta, -- Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Definition of password hashing algorithm in 4.1.7

2004-12-15 Thread Mike Moran
, but the code is somewhat opaque. Is this algorithm native to MySQL or is it just an implementation of a published algorithm? Is it worth my time trying to track down the intriguing 'Monty' code mentioned in Util.java? Ta, -- Mike -- MySQL General Mailing List For list archives: http

Re: Definition of password hashing algorithm in 4.1.7

2004-12-15 Thread Mike Moran
Mark Matthews wrote: [ ... ] Mike Moran wrote: I've been looking into what algorithm MySQL 4.1.7 uses for password hashing/encryption, with a view to ascertaining how secure it is. Does it conform to any combinations of published Specs e.g. MD5/SHA-1/etc? [ ... ] Mike, MySQL-4.1.7 uses SHA-1

Connect issue

2004-12-13 Thread Mike Francis
that indicates a missing table / field. I wonder if anyone has any ideas ? Cheers, Mike !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; head titleOur List of Jokes/title meta http-equiv=content-type content

ORDER BY sorting

2004-12-11 Thread Mike Blezien
ver. 4.0.20 TIA, -- Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder-rain.com/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Sum problem....

2004-12-08 Thread Mike Morton
... Any suggestions? TIA! -- Cheers Mike Morton * * Tel: 905-465-1263 * Email: [EMAIL PROTECTED] * Indeed, it would not be an exaggeration to describe the history of the computer industry

<    1   2   3   4   5   6   7   8   9   10   >