Re: tmp tables

2010-01-11 Thread Johnny Withers
Schwartz Percona Inc: Services and Support for MySQL http://www.percona.com/ -- The Logos has come to bear http://logos.13gems.com/ -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: MySQL Plugin

2009-12-30 Thread Johnny Withers
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Finding users who haven't posted in a week

2009-11-10 Thread Johnny Withers
?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Temp file issues on Ubuntu 9.10

2009-11-09 Thread Johnny Withers
. Regards, Sebastiaan -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Trouble joining 3 tables

2009-11-02 Thread Johnny Withers
://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Trouble joining 3 tables

2009-11-02 Thread Johnny Withers
this: SELECT people.*, SUM(IF(cars.id IS NULL,0,1)) AS car_count, SUM(IF(pets.id IS NULL,0,1)) AS pet_count, SUM ( IF ( pets.date_bought NOW() - INTERVAL 7 DAYS, 1, 0 ) AS new_pet_count Yes? -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: METAPHON does not exist

2009-08-31 Thread Johnny Withers
-- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Fail to change MySQL data directory on ubuntu

2009-08-28 Thread Johnny Withers
...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Fail to change MySQL data directory on ubuntu

2009-08-26 Thread Johnny Withers
25 22:18:20 chenj-desktop /etc/init.d/mysql[11094]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! Aug 25 22:18:20 chenj-desktop /etc/init.d/mysql[11094]: Does this message tell me any thing about the problem?  Thanks. Best, Jia Johnny Withers wrote

Re: Fail to change MySQL data directory on ubuntu

2009-08-26 Thread Johnny Withers
I'm at work now, this is the cmd I used: chcon -R -u system_u -r object_r -t mysql_db_t /data (my data lives in /data/mysqlXX -- were XX is the server version) On Wed, Aug 26, 2009 at 8:02 AM, Johnny Withers joh...@pixelated.netwrote: Yes, error 13, permission denied. Check selinux setup. I

Re: Fail to change MySQL data directory on ubuntu

2009-08-25 Thread Johnny Withers
?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: alternate in mysql

2009-08-21 Thread Johnny Withers
. Maybe? On Fri, Aug 21, 2009 at 10:13 AM, Jerry Schwartz jschwa...@the-infoshop.com wrote: -Original Message- From: Ananda Kumar [mailto:anan...@gmail.com] Sent: Friday, August 21, 2009 2:55 AM To: Johnny Withers Cc: MySQL Subject: Re: alternate in mysql Hi Johnny, Thanks

Re: Simple join very slow

2009-08-20 Thread Johnny Withers
index? I'm guessing not as I'm doing OR's Thanks Simon -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: alternate in mysql

2009-08-20 Thread Johnny Withers
)), chr(10))) from tmp; /sr/db/ora/ora.ora /sr/db/ora/ora.ora where chr(10) ..represents NEW LINE in oracle How do i do the same in mysql. Thanks for all you help. regards anandkl -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Query Question

2009-08-18 Thread Johnny Withers
://www.databasedevelopmentforum.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Is there a way ?

2009-08-16 Thread Johnny Withers
turned back on Any suggestions as to how I might clean this up Thanks. Miles -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers

Re: Mysql batch file help

2009-08-08 Thread Johnny Withers
:    http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Problems with auto_increment updating when (i think) it shouldn't

2009-08-07 Thread Johnny Withers
6 -- --- This is a signature. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: store timezone

2009-07-28 Thread Johnny Withers
to achieve this in mysql. Looking for your help. Thanks, Manoj -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh

Re: Why doesn't mySQL stop a query when the browser tab is closedL

2009-07-26 Thread Johnny Withers
of the queries that are currently running along with their PID# and state. Find the query your want to stop, and run the following command KILL #; (where # is -- Eric Bergen eric.ber...@gmail.com http://www.ebergen.net -- - Johnny Withers 601.209.4985 joh

Re: PHP MYSQL Admin question

2009-07-23 Thread Johnny Withers
://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Index selection problem

2009-07-23 Thread Johnny Withers
Maybe I'm wrong :) On Tuesday, July 21, 2009, John Daisley john.dais...@mypostoffice.co.uk wrote: On Tue, 2009-07-21 at 19:42 +0200, Morten Primdahl wrote: On Jul 21, 2009, at 3:27 PM, Johnny Withers wrote: MySQL is unable to use your index when you use IN and/or OR on yoru column

Re: Index selection problem

2009-07-21 Thread Johnny Withers
records -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Logins, php, legacy, old password

2009-07-19 Thread Johnny Withers
...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Copy 70GB ibdata, etc. and server won't start now

2009-07-14 Thread Johnny Withers
-07-14 00:36 mysql -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: mysql select query

2009-07-13 Thread Johnny Withers
-755-25273851 MSN:tianjing...@hotmail.com msn%3atianjing...@hotmail.com msn%3atianjing...@hotmail.com msn%253atianjing...@hotmail.com -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: mysql select query

2009-07-13 Thread Johnny Withers
| ++-+-+--+---+--+-+--++-+ 2009/7/13 Johnny Withers joh...@pixelated.net Can you show the CREATE TABLE for your REF_SEQ table? The explain output says using where which means that MySQL will have to post-filter

Re: mysql select query

2009-07-13 Thread Johnny Withers
| ++-+-+---+-+-+-+--+--+-+ in this sql,the index is on REF_ID and START_POSITION, the rows in the output is more less than that index_POS on START_POSITION and index_ref on REF_ID. 2009/7/13 Johnny Withers

Re: LOAD DATA INFILE Syntax error

2009-06-29 Thread Johnny Withers
the error. Please help me! MySQL version = 5.0.32-Debian_7etch8-log TIA, Ralph -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers

Re: how to efficiently query for the next in MySQL Community Edition 5.1.34?

2009-06-20 Thread Johnny Withers
- Release Date: 06/19/09 06:53:00 -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Half Hour Sub-query in MySQL vs. 5 Seconds in VFP?

2009-06-18 Thread Johnny Withers
radi for example) Any ideas? Thanks in advance! Matt -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh

Re: high performance test data/test query generator

2009-06-04 Thread Johnny Withers
/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Why doesn't mySQL stop a query when the browser tab is closedL

2009-06-03 Thread Johnny Withers
-- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: MySQL: large_page_size

2009-05-21 Thread Johnny Withers
in mysql server. Is there anybody using on productions. Thanks, Prajapati Krishna Chandra Prajapati Email-id: prajapat...@gmail.com -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Merging Databases

2009-05-11 Thread Johnny Withers
then export (SELECT INTO OUTFILE) from A's data and import (LOAD DATA) into B's data? Has anyone done something like this before? Did you have problems? -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Merging Databases

2009-05-11 Thread Johnny Withers
? -- - Johnny Withers 601.209.4985 joh...@pixelated.net --- Why not create a view and just concatenate on an identifier? This way the data can be kept in the same forms. Or, if you do want to have it as one table, you can use a select insert statement to move from one to another

Re: LAST_INSERT_ID and CRC32

2009-05-05 Thread Johnny Withers
Yes, Triggers... I so rarely use them I forget they exist. On Tue, May 5, 2009 at 10:22 AM, Thomas Pundt mli...@rp-online.de wrote: Johnny Withers schrieb: Well, I think an update after insert is the only way. Other than perpopulating another table with possibe crc values then usinga join

Re: LAST_INSERT_ID and CRC32

2009-05-03 Thread Johnny Withers
? Best regards Thunder -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: LAST_INSERT_ID and CRC32

2009-05-03 Thread Johnny Withers
...@pixelated.net -- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Replication Issues

2009-03-26 Thread Johnny Withers
-- - Johnny Withers 601.209.4985 joh...@pixelated.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: Separate customer databases vs all in one

2009-03-18 Thread Johnny Withers
is a major factor concern here given our huge data sets involved. Does joining across databases impose any speed/performance hits vs. just joining across tables within a single database? http://daevid.com -- - Johnny Withers 601.209.4985 joh...@pixelated.net

Re: Re: Separate customer databases vs all in one

2009-03-18 Thread Johnny Withers
, Wm Mussatto mussa...@csz.com wrote: On Wed, March 18, 2009 06:29, Johnny Withers wrote: Everytime we make a schema change in development we save an SQL script into a directory named in MMDD format. The scripts are named in MMDD_NNN_DESCRIPTION.SQL format, where NNN is the sequence

Re: Query Optimization

2009-01-14 Thread Johnny Withers
, yes it can use an index merge, but... efficiency is another question. I've seen table scans outperform a two-way index merge by orders of magnitude. These appeared to be high selectivity indexes, but perhaps I assumed too much. :) -- - Johnny Withers

Query Optimization

2009-01-12 Thread Johnny Withers
first, if a row is found.. just return the matching customer_id from the customer table.. but I wanted to see if maybe i'm going about this the wrong way before I engineer some way around this. Thanks in advance, - Johnny Withers 601.209.4985 joh...@pixelated.net

Compare DATETIME to DATE

2008-12-31 Thread Johnny Withers
23:59:59' That works on both servers, but I really don't want to have to put the time in there (unless that's the way you are supposed to do this). I've though about using DATE_FORMAT... not sure about that either. - Johnny Withers 601.209.4985 joh...@pixelated.net

Replication Failed - Error 1205

2008-11-15 Thread Johnny Withers
. -- - Johnny Withers 601.209.4985 [EMAIL PROTECTED]

Loading data on Master

2008-08-22 Thread Johnny Withers
this? -- - Johnny Withers 601.209.4985 [EMAIL PROTECTED]

Win2003 32bit AWE 8GB Ram

2008-08-09 Thread Johnny Withers
that AWE support is becoming obsolete)? Is this going to even work on a 32bit system, or should i just move to 64bit? Any help, thoughts or comments is appreciated. Feel free to ask any questions i may have left unanswered. Thanks in advance. - Johnny Withers

RE: Storage issue

2003-01-30 Thread Johnny Withers
. - Johnny Withers [EMAIL PROTECTED] p. 601.932.0211 c. 601.209.4985 -Original Message- From: Jonas Askås [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 2:52 AM To: [EMAIL PROTECTED] Subject: Storage issue Hi, I'm wondering how well MySQL compress data

query help

2003-01-23 Thread Johnny Withers
rows for other user id's in hh_images). Could someone give me some direction here? - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before posting, please check: http

DATES and WHERE

2002-08-29 Thread Johnny Withers
select version()\G *** 1. row *** version(): 3.23.49-max-nt 1 row in set (0.00 sec) - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before

RE: Grants UGGH! Not working for some reason ...

2002-07-09 Thread Johnny Withers
The user might need the FILE permission, I'm not sure. Also might need the LOCK TABLES permission. http://www.mysql.com/doc/G/R/GRANT.html - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Jay Blanchard [mailto:[EMAIL

RE: Help?

2002-07-01 Thread Johnny Withers
If the file is actually there... make sure the first line actually points to the perl binary. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Page Works Web Solutions [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01

RE: Enterprise Manager (?)

2002-04-16 Thread Johnny Withers
You should try MySQL Front http://anse.de/mysqlfront/ - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Ioakim Spyros [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:20 AM To: [EMAIL PROTECTED] Subject

Running mysql on a certain IP

2002-04-08 Thread Johnny Withers
address? - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

RE: Running mysql on a certain IP

2002-04-08 Thread Johnny Withers
port and socket to listen on? Should I remove the [mysqld] section from the file and start the servers from the command line using command line options and just leave the innodb/mysql-client options in my.cnf ? Any help ? - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c

RE: MySQL as Mailbox storage

2002-04-03 Thread Johnny Withers
joins all these tables together to make the mail message when the user wishes to read/reply to it. Hope this helps. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Haryana [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03

MySQL not using Index?

2002-03-12 Thread Johnny Withers
| | || ++--+--+-+-++ Server version: 3.23.49a-Max (mysql,query,table,sql,thisisnotspam) - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before posting

LEFT/RIGHT Join?

2002-03-11 Thread Johnny Withers
*** player: Johnny Withers game: 2 points: 200 ppg: 100 team_name: Mindbender's Fake Team *** 2. row *** player: No Team Asso game: 1 points: 1 ppg: 1 team_name: Mindbender's Fake Team Table desc

RE: help | i'm new

2002-02-26 Thread Johnny Withers
. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Julio [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 10:33 AM To: [EMAIL PROTECTED] Subject: help | i'm new hi. i'm a dumb newbie. excuse my ignorance. i'm

RE: LOAD DATA LOCAL INFILE (Only loads 20,000 or 41,000 Records)

2002-02-21 Thread Johnny Withers
; +---+---+---+ | first | last | total | +---+---+---+ | 20973 | 62915 | 41943 | +---+---+---+ - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Sean O'Donnell [mailto:[EMAIL PROTECTED]] Sent

RE: Am I asking the wrong question?

2002-02-18 Thread Johnny Withers
website is named www.homebrew.com, you might want to add the grant to 'homebrew'@'www.homebrew.com', or the ip address if your site. Hope this helps. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Søren Neigaard [mailto

RE: how to retrieve a hierarchical structure

2002-02-18 Thread Johnny Withers
); } } $leadin=; mysql_free_result($sub_result); } } } } } } - Johnny Withers [EMAIL PROTECTED

Mysql on NT/2000

2002-02-13 Thread Johnny Withers
! - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

RE: long query on php

2002-02-12 Thread Johnny Withers
. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Brett Burgess [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:25 AM To: [EMAIL PROTECTED] Subject: Re: long query on php Here is how I do it: $query = some query ; $query

RE: next insert id

2002-01-29 Thread Johnny Withers
INSERT into the table then SELECT last_insert_id() or when using php query(INSERT QUERY) $last_id=mysql_insert_id() OR INSERT SELECT MAX(id) FROM tablename assuming id is the auto incremnt field. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985

RE: Which is faster VarChar(255) or Text?

2002-01-25 Thread Johnny Withers
InnoDB tables will speed up access time due to ROW level locking. -My 2c - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: BD [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 9:42 AM To: [EMAIL PROTECTED] Subject: Re

RE: Suse V/S Redhat - mysql performance difference.

2002-01-21 Thread Johnny Withers
versions. And running background processes. If the suse system is running X in the background, then it will be slower also. Cheers. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Jatin Nansi [mailto:[EMAIL PROTECTED]] Sent

RE: Problem with MySQL and SMP?

2002-01-11 Thread Johnny Withers
them with success. That could be the problem. Down grade to 2.4.9 or .8, patch up the security holes, if any in that kernel, and give that a test run. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Joshua J.Kugler

RE: Problem with MySQL and SMP?

2002-01-11 Thread Johnny Withers
opinion, I have been wrong before. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Johnny Withers [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:40 AM To: 'MySQL' Subject: RE: Problem with MySQL and SMP? Could

RE: @#$#%@ mysql compile problems on Solaris 8 'floor' undeclared

2002-01-11 Thread Johnny Withers
I would imagine floor() would be defined in math_iso.h.. Since floor() is a math function.. along with ceiling() (sp?) You need math_iso.h.. Maybe it wasn't in the tar? Can't imagine why it wouldn't be. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985

RE: 2 GB limit reached

2002-01-09 Thread Johnny Withers
- Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Dennis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: Re: 2 GB limit reached At 11:26 PM 01/08/2002, you wrote: On Tue, Jan 08, 2002 at 08

RE: Order By number of rows returned ?

2001-12-14 Thread Johnny Withers
.web_account) ORDER BY tmp01.count_wa DESC; DROP table tmp01; This is probably not the best solution to your problem. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Girish Nath [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14

RE: [PHP] Performance

2001-12-13 Thread Johnny Withers
every //single php block. The php connection is closed at the //end of your php script if you do not call mysql_close() //before then. //Also, $intLink is not required if you only make one //connection to the database at a time. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211

RE: Can mySQL log files be located on another server?

2001-12-13 Thread Johnny Withers
. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Peter M. Perchansky [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Can mySQL log files be located on another server? Greetings: http

RE: please help me

2001-11-29 Thread Johnny Withers
. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: anandakkumar araskumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 6:37 AM To: [EMAIL PROTECTED] Subject: please help me Hi all Iam new to php and iam learning that from

RE: Please redo this horrible web page

2001-11-28 Thread Johnny Withers
Really... you could also search it with some sort of search function in your browser.. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Etienne Marcotte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 12:16

RE: Import *.sql file form sybase

2001-10-03 Thread Johnny Withers
(comma seperated values) and using LOAD DATA statements to get the data into mySQL. -doesnthaveareallycooldotsig - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Craig Newlander [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Select Highest ID query

2001-09-07 Thread Johnny Withers
Why not just: SELECT MAX(id) AS max_id FROM yourtable; Then run another select to get the record? Or, if you want the last record: SELECT * FROM yourtable ORDER BY id DESC LIMIT 1; maybe. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original

RE: MERGE TABLES

2001-08-30 Thread Johnny Withers
. (Filter : MySQL,database,SQL,etc) - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adams, Bill TQO Sent: Thursday, August 30, 2001 1:11 PM To: Sergei Golubchik Cc: Johnny

MERGE TABLES

2001-08-29 Thread Johnny Withers
x.xx.xxx 2.4.8 #3 SMP Tue Aug 14 09:47:47 CDT 2001 i686 unknown - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 - Before posting, please check: http://www.mysql.com/manual.php

RE: Lat/Long storage?

2001-06-25 Thread Johnny Withers
mysql desc zipcodes; +---+--+--+-+-++ | Field | Type | Null | Key | Default | Extra | +---+--+--+-+-++ | id| int(10) unsigned | | PRI | NULL|

RE: emergency help

2001-06-05 Thread Johnny Withers
You have old style passwords in your mysql.user table.. you need to add --old-protocol to the start line in the startup script in /etc/rc.d/init.d then you should update the passwords to the new style.. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985

RE: Inserting 307,284 lines. Is this ok?

2001-06-05 Thread Johnny Withers
At boot time you can pass a flag to lilo to force a certian amount of ram.. i think it's something like this: lilo: linux mem=256 307,000 rows in mysql is easy, mysql can handle a lot more rows than that. You shouldn't have any trouble with this amount of data. - Johnny

RE: Insert Automatically

2001-05-31 Thread Johnny Withers
make your file with valid sql in it.. then run: mysql -u user -p password --database database file.sql - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: KAMRY [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 1:07 PM

RE: QS works if applied through phpMyAdmin but not from a PHP-Script

2001-05-06 Thread Johnny Withers
: $sqlbr.mysql_errno(). : .mysql_error(); } //in your html if(!$err) { //display html stuff } else { printf(%s,$errMsg); } - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Chris Bolt [mailto:[EMAIL PROTECTED

RE: Password security

2001-04-30 Thread Johnny Withers
. Cheers. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: oltra jean-michel [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 10:03 AM To: Philippe Louis Houze Cc: [EMAIL PROTECTED] Subject: Re: Password security On Sun

RE: MySQL data structure

2001-03-21 Thread Johnny Withers
ISM tables are "old" structure for mySQL tables they are called ISAM tables.. MYI tables are the new structures for mySQL tables they are called MyISAM This new structure offers better backup/restore features along with better data sanity checking. Not to mention, they are faster. As for

SELECT COUNT()...

2001-03-21 Thread Johnny Withers
| ++--+++-++-+---+-+ | 1 | Mindbender | Johnny Withers | 3/20/2001 | 1426.85 | 0 | 1 || 2 | 1 | | 2 | Mindbender | Johnny Withers | 3/21/2001 | 1538.13 | 0 | 1 || 2 | 1

GRANT problem

2001-03-12 Thread Johnny Withers
mediabankmaster.publicdocs; ERROR 1142: select command denied to user: '[EMAIL PROTECTED]' for table 'publicdocs' - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - Before posting, please check: http

RE: INSERT question...

2001-03-07 Thread Johnny Withers
. last_insert_id() returns the last insert ID of that connection ID, so you will get the correct values. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 -Original Message- From: Josh Burroughs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 6:18 PM

MySQL 3.23.33 Query Problems

2001-03-05 Thread Johnny Withers
suppler on suppliersiclink to get list of suppliers in that sic area Thanks for the help. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - Before posting, please check: http

Bug in MySQL 3.22 ?

2001-03-05 Thread Johnny Withers
commands (neither from the client or from an external MySQL program). However, I can simply bring mySQL down and rm -rf the 'planhouse-broke' dir and restart MySQL. Seems to me there is something wrong though. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133

RE: Recursive queries

2001-03-05 Thread Johnny Withers
Equipment, to Golf to Golf Equipment.. hope this helps.. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 -Original Message- From: Isaac Force [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 5:03 PM To: [EMAIL PROTECTED] Subject: Recursive

RE: insert + AUTO_INCREMENT

2001-03-05 Thread Johnny Withers
Because TINYINT has a MAX VALUES of 127 pre the mysql docs: TINYINT[(M)] [UNSIGNED] [ZEROFILL] A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255. if you unsign the column, you can get to 255 I would use something larger, because you will have more than 255

RE: String Size question

2001-03-02 Thread Johnny Withers
Yes, it really is 255. need something bigger? try: TINYBLOB MEDIUMBLOB LONGBLOB etc.. LONGBLOB will hold L+4 bytes, where L 2^32 2^32 is large enough for most things. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 -Original Message- From

RE: Problem with mysql

2001-02-27 Thread Johnny Withers
is a column in a table in a database. mysqlselect ' chrishallgren'; This works because mysql RETURNS a column with the value ' chrishallgren' in it. maybe that helps. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 -Original Message

RE: Join causing Error?

2001-02-26 Thread Johnny Withers
ql_errno()." : ".mysql_error(); } ---somehwere in html file if(!$err) { //display results and info here } else { printf("%s\n",$errMsg); } - - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - -Original Message- From: Keith

RE: Fields

2001-02-22 Thread Johnny Withers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 base64 encode the encrypted text before storing it.. easily done in php base64_encode(string); - - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - -Original Message- From: Chris [mailto:[EMAIL

RE: Keeping MySQL from listening to ports to connections

2001-02-22 Thread Johnny Withers
. - - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.954.9133 - -Original Message- From: Quickling [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 5:54 PM To: [EMAIL PROTECTED] Subject: Re: Keeping MySQL from listening to ports to connections Sorry, this post

<    1   2   3   >