RE: Trouble connecting to server

2007-04-23 Thread Drew Burchett
Thanks for the idea, but I did get the right IP address on it. No DHCP. Drew Burchett United Systems & Software Ph:(270)527-3293 Fax: (270)527-3132 -Original Message- From: Barry Newton [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 11:17 AM To: Drew Burchett Cc: m

Trouble connecting to server

2007-04-23 Thread Drew Burchett
the machine several times in vain hopes that it might kickstart something. I've also tried connecting from other machines, which seems to work perfectly. Any suggestions on how to proceed troubleshooting this? Thanks, Drew Burchett United Systems & Software Ph:(270)

Query Optimization

2007-03-12 Thread Drew Kutcharian
varchar(50) | YES | | NULL| (indexed) | PAPER | varchar(50) | YES | | NULL| (indexed) | TURNAROUND| varchar(50) | YES | | NULL| (indexed) | SHAPE | varchar(50) | YES | | NULL| (indexed) Thanks, Drew

Re: Problems w/ Grant Tables

2007-03-09 Thread Drew Jenkins
Problem solved: /usr/local/bin/mysql_fix_privilege_tables2 Drew Jenkins <[EMAIL PROTECTED]> wrote: Hi; I rebuilt mysql and injected the database which had user "mysqluser" and a root user. Both got wiped out. It looks like the data is intact other than that. Look at this: my

Problems w/ Grant Tables

2007-03-09 Thread Drew Jenkins
-ppass ERROR 1045 (28000): Access denied for user 'dev'@'localhost' (using password: YES) 2 mysql> use authdaemon; Database changed mysql> show tables; Empty set (0.02 sec) Is authdaemon the database that has the grant tables? What gives? How do I add users that I ca

Re: Crashed Again!

2007-03-09 Thread Drew Jenkins
Never mind. I forgot this command: /usr/local/bin/mysql_install_db --user=mysql Drew2 Drew Jenkins <[EMAIL PROTECTED]> wrote: I built a new server at my server farm because the old one was corrupt. I had a hunch it had to do with the new 500 GB hard drive I bought. I told them to check

Crashed Again!

2007-03-09 Thread Drew Jenkins
it I get this very undescriptive error: # Starting mysqld daemon with databases from /var/db/mysql STOPPING server from pid file /var/db/mysql/server312.web.vi.pid 070309 17:19:12 mysqld ended Helps a lot, doesn't it? Where do I begin with this? TIA, Drew ---

Re: [MySQL] Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
me maybe I should read the entire page :) Turns out the manual is poorly written in this instance. The comments at the bottom elucidated what to do: * log onto mysql * enter this command: SET GLOBAL max_allowed_packet=1000; Done! Thanks all! Drew ___

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
20- Original Message From: ed <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 12:16:42 PM Subject: Re: Can't Bind to Port I figured it wouldn't hurt anything to change permissions on files, so I went ahead and changed all the

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: Tommy Nordgren <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 1:39:14 PM Subject: Re: Can't Bind to Port Well, I don't know what you do with this one, Tommy. I just cut and pasted your command, but w

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: ed <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 1:06:16 PM Subject: Re: Can't Bind to Port None of those directories existed on my system. So I decided to try and find the ones to which you referred.

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: Tommy Nordgren <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 1:03:30 PM Subject: Re: Can't Bind to Port >You are probably using another shell than bash or another sh variant. No, I'm using

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: Tommy Nordgren <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Saturday, March 3, 2007 12:34:37 PM Subject: Re: Can't Bind to Port >There is no need to be superuser to run find. But there can be p

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 12:03:40 PM Subject: Re: Can't Bind to Port >At this point, make >certain that the mysql instance that you started (pid

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 11:25:37 AM Subject: Re: Can't Bind to Port I rebooted, then... server312# ps wax|grep mysqld server312# /usr/local/bin/mysq

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
26- Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 10:53:45 AM Subject: Re: Can't Bind to Port >kill off the first instance, the port will/should free up and then you >

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: ed <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Sent: Saturday, March 3, 2007 10:24:54 AM Subject: Re: Can't Bind to Port >be root/superuser; >try it as "find / -name mysql" and then, (as in 2nd) send they instances

Re: Can't Bind to Port

2007-03-03 Thread Drew Jenkins
- Original Message From: Tommy Nordgren <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Saturday, March 3, 2007 5:00:26 AM Subject: Re: Can't Bind to Port >Try the command: >find / -name mysql 2>/dev/null >then

Re: Can't Bind to Port

2007-03-02 Thread Drew Jenkins
26- Original Message From: Tommy Nordgren <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 7:32:16 PM Subject: Re: Can't Bind to Port server312# netstat -nlap tcp | grep 3306 tcp4

Re: Can't Bind to Port

2007-03-02 Thread Drew Jenkins
Oops. Forgot to add I passed it tcp as the protocol and it returned blank: # netstat -nlp tcp| grep 3306 # I presume that means nothing's listening on that port? If so, then why did nmap return mysql on that port? At any rate, what do? TIA,

Re: Can't Bind to Port

2007-03-02 Thread Drew Jenkins
- Original Message From: Borokov Smith <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: mysql@lists.mysql.com Sent: Friday, March 2, 2007 6:21:59 PM Subject: Re: Can't Bind to Port >netstat -nlp | grep 3306 Option p requires a protocol. What protocol sh

Can't Bind to Port

2007-03-02 Thread Drew Jenkins
ntil it went to bind to the port. There's no other MySQL running on the server, so why can't it connect to the port? This server isn't yet set up with an URL, so if it's reading from rc.conf or what have you, that could be

Re: subquery performance

2006-09-25 Thread Jeff Drew
Thanks for the detailed feedback. I do not create the data so I can't modify it. Your illustration of the table is correct. I'll try to implement some of your feedback. Thanks On 9/25/06, Michael Stassen <[EMAIL PROTECTED]> wrote: Jeff Drew wrote: > I have a query wi

subquery performance

2006-09-25 Thread Jeff Drew
I have a query with a subquery which does not throw an error, but does not return either. I've been testing the query using mysql Query Browser and the poor dolphin jumps only once a minute or so ;) I use MYSQL's excellent error documentation heavily so if the query doesn't throw an error, I'm

stuck on localhost authentication

2006-08-05 Thread Jeff Drew
I'm apologize for posting an apparently simple question, but I'm stuck. I'm trying to get my java application to connect to mysql on the same server. The server is redhat with mysql 5.1.11. I'd done this with mysql 4.x in the distant past. I add a user with the command: insert into user (user

Re: #1191 - Can't find FULLTEXT index matching the column list

2006-05-12 Thread Drew Tomlinson
ssage. Thanks, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

sporadic batch update problem

2005-12-04 Thread Jeff Drew
Sporadically, the last few entries of a batch are not written. I'm writing to a mysql database using JDBC. Here's a short version of my code. Does anyone have suggestions on possible causes or other diagnostics? class DatabaseWriter{ int writeCount=0; public DatabaseWriter(){ PreparedStat

MySQL newsgroup proposal

2005-06-08 Thread William Drew
ANNOUNCEMENT: A RFD (REQUEST FOR DISCUSSION) has been posted for the creation of a new Usenet newsgroup: comp.databases.mysql The proposal and related discussion can be read in the Usenet group news.groups ... feel free to weigh in and make any suggestions you may have. Message-ID: <[EMAI

optimal number of connections?

2005-04-15 Thread Jeff Drew
Our Java application has several threads that use JDBC to write to several tables. Currently, we use one JDBC connection. Would performance improve if we used a connection per table? Is a single connection bad for some reason? Since connection pooling is a hot topic, I'm wondering if we're mis

please help : linux version

2005-04-11 Thread Drew Reid
Hello I need to download a version of mySql v4, but I don't know which one to download. The Server I'm going to load the built database on to is running: Linux 2.4.19C13_v As the server is mySql compatible they must already be running mySql on the system. So the catch is... My home terminal

changing the datadir on .rpm SuSE install?

2005-04-09 Thread Jeff Drew
Can the the datadir be changed with a .rpm install on SuSE? Our SA gave us a large partition on /export. We installed the .rpm and were running fine with the datadir set to the default /var/lib path. So I need to move the datadir to /export. Since we're just moving to Production, we do not ne

Re: SQL code sought to remove duplicates, using most recent date

2004-11-21 Thread Drew Ferguson
unique SELECT perid,prog,startdt,MAX(stopdt) FROM test GROUP BY perid,prog,startdt or SELECT perid,prog,MIN(startdt),MAX(stopdt) FROM test GROUP BY perid,prog might do what you wnat -- Drew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

select, join, order assistance - simple

2003-07-15 Thread Drew Flickema
I have 2 tables similar to T1 --- ID | initial | T2 -- initial | full_name | I want output based on the T1.ID row which has a given ID=' X ' (If ID = 7 then pretend initial = initial3, as example) The first or l

Mysql 3.32.53 Compile error

2002-11-10 Thread Drew Skinner
Hi has anyone seen a workaround for the following error: Thanks in advance, Drew. Environment: Solaris 9 u1 (Kernel: 112233-02) All GNU compilers & tools installed. output as follows: gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR

sort_buffer size

2001-12-06 Thread Drew Toussaint
tables: 207 Queries per second avg: 17.618 We have a sort_buffer of 32M! Is this to big? Does anyone have any recommendations of what size it should be? Drew. Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED

Error Number

2001-07-17 Thread drew
Hi all, Why is it that some times in mySQL error logs the error number is reported as Zero? Is this a common error or does it have something to do with PHP. Drew Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED

Multiple CPU's

2001-06-11 Thread drew
Multiple CPU's with FreeBSD 4.2 or 4.3? Thanks for your help in advance. Drew Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php

Problem with MySQL Binary (mysql-3.23.32-unknown-freebsdelf4.2-i386)

2001-03-12 Thread drew
d in the Subject I have FreeBSD4.1. >How-To-Repeat: >Fix: >Submitter-Id: <[EMAIL PROTECTED]> >Originator:Drew Toussaint >Organization: Richardson Shaw PTY LTD >MySQL support: none >Synopsis: ?? >Severity: non-critical >Priority: l

Error while trying to run binary mySQL on FreeBSD4.0

2001-02-25 Thread drew
freebsd Any heap will be much appreciated. Thankyou in advance. Drew Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) h

Binary distribution on FreeBSD4.0

2001-02-22 Thread drew
error '/usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"' I also got the same error when I tried to run mysql using /usr/local/mysql/bin/mysql as stated in the Subject I have FreeBSD4.0. Any help regarding this would be much appreciated. Than

mysql hangs on client start (and mysql_install_db)

2001-02-12 Thread Drew Degentesh
>Fix: >Submitter-Id: >Originator:Drew Degentesh >Organization: >MySQL support: none >Synopsis: mysql clients hung (cannot start) >Severity: critical >Priority: high >Category: mysql >Class: >Release: mysql-3.23.27-b

Connection closing problem!

2001-02-04 Thread drew
the problem need to be asked I will try and answer them. Thanks in advance. Drew Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php

RE: Efficient Select

2001-02-02 Thread Drew Wilder-Goodwin
erName >AND t2.Group = 'Dedicated' >AND t1.StopTime = 0 > WHERE t2.id IS NULL; > > --Greg Johnson > > -Original Message- > From: Drew [mailto:[EMAIL PROTECTED]] >

Efficient Select

2001-02-02 Thread Drew
table2.Group != 'Dedicated' You can see that I am trying to get the id's from the first table where the stoptime is 0 and they do NOT have an entry in table2 that says dedicated. There are multiple entries is table2 for each username... Any suggestion

Re: Why does query hang? [was: Why does 1st query take so long?

2001-01-16 Thread Drew Wilder-Goodwin
what does a 'show processlist' reveal? On 17 Jan 2001 00:08:23 +, John Stumbles wrote: > On Tue, 16 Jan 2001, Jeremy D. Zawodny wrote: > > > On Tue, Jan 16, 2001 at 08:21:19PM +, John Stumbles wrote: > > > > > I can't readily reproduce the first-time big difference > > > scenario. > >