Re: Insert query

2003-05-31 Thread Jerry
Don't use varchar unless you absolutely have to, that should help. Jerry - Original Message - From: "Ulterior" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 3:13 PM Subject: Insert query > Hi, > > I have a database tabl

Re: Insert query

2003-06-01 Thread Jerry
What I was going to say :: I was always told to stay clear of the varchar for performance, and that was on the mysql training course and the dev's. So I'd take that its relevant.... Jerry - Original Message - From: "Nick Arnett" <[EMAIL PROTECTED]> To

Re: Insert query

2003-06-01 Thread Jerry
varchar doesn't cause a problem, its a case of not using it speeds things up. As with all things, horses for courses, if you don't need to use it, don't. Jerry - Original Message - From: "Andrew Braithwaite" <[EMAIL PROTECTED]> To: "'Ulterior

Re: Using varchar or something else?

2003-06-02 Thread Jerry
I'd advise char due to the over head and space usage of varchar. if its something like your example i.e.16 chars, make it 30 to be sure. Jerry ps. + pps. = http://www.mysql.com/doc/en/Column_types.html - Original Message - From: "Dan" <[EMAIL PROTECTED]> To: <

Re: Using varchar or something else?

2003-06-02 Thread Jerry
i.e.16 chars, make it 30 to be sure "it" = CHAR - Original Message - From: "Jerry" <[EMAIL PROTECTED]> To: "Dan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 3:10 PM Subject: Re: Using varchar or something el

Re: Maximum table size

2003-06-02 Thread Jerry
And the manual says : . http://www.mysql.com/doc/en/Table_size.html Jerry - Original Message - From: "Mark Vollmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 9:39 AM Subject: Maximum table size > Hello > > As i under

Loading database information from a text file.

2003-06-07 Thread JeRRy
am looking for. :( As the tables are already defined in the text file and the appropiate database name to enter them into. Is there a way to load these into the database directly instead of doing each table seperately from the mysql prompt? (not web admin) Thanks in advance. Kind Regards, Jer

Re: Loading database information from a text file.

2003-06-07 Thread JeRRy
Thanks, worked nicely. --- Paul DuBois <[EMAIL PROTECTED]> wrote: > At 14:52 +1000 6/8/03, JeRRy wrote: > >Hi, > > > >I have a text file with all my database information > to > >create databases to setting up tables. I have > looked > >throught th

Re: Loading database information from a text file.

2003-06-08 Thread JeRRy
Okay thanks. One last thing. >From the mysql prompt how can I generate a database backup? (So I can see the database setup in notepad so I can backup and transfer easily online.) Jerry --- Paul DuBois <[EMAIL PROTECTED]> wrote: > At 14:52 +1000 6/8/03, JeRRy wrote: > >H

Re: Loading database information from a text file.

2003-06-08 Thread JeRRy
x27;s easier to update instead of changing things. So if I wanted to create another user other than root how can I do this? Thanks! --- Paul DuBois <[EMAIL PROTECTED]> wrote: > At 14:52 +1000 6/8/03, JeRRy wrote: > >Hi, > > > >I have a text file with all my database info

question?

2003-06-16 Thread JeRRy
html correctly but not php. Is there something I need to add to apache to get php to work with it? If so where can I download it from and any instructions on installing it please. Thanks for your time. Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check & compose your email via SMS on your T

Re: upgrading

2003-06-18 Thread Jerry
High priority message ? Then you should read the manual. http://www.mysql.com/doc/en/Upgrade.html - Original Message - From: "MOSSANO" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 9:43 AM Subject: upgrading > I want to upgrade from 3.23 to 4.0 version. C

Re: MySQL gets slower over time

2003-07-01 Thread Jerry
MySQL & OS version and hardware ? Jerry - Original Message - From: "Steve Quezadas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 6:36 PM Subject: MySQL gets slower over time HIdey Ho. I have a fairly large mysql database (a few mi

Re: Delete all but (n) most recent records?

2003-07-17 Thread Jerry
#x27;2003-07-08' ORDER BY count DESC LIMIT 150,-1; Solaris 2.8 , mysql 4.0.13. Any ideas anyone ? Thanks Jerry - Original Message - From: "Steve Edberg" <[EMAIL PROTECTED]> To: "M Wells" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wed

Re: how to limit COUNT(*)

2003-07-22 Thread Jerry
If you are using the result set as part of an application, you could select, then count the rows or use a function such as in PHP : mysql_num_rows() Jerry - Original Message - From: "Mojtaba Faridzad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: mysql limitations

2003-02-08 Thread Jerry
http://www.mysql.com/doc/en/Table_size.html More lightly to be file system than dB I think depending on the version. Jerry Apps-R&D Cable and Wireless - Original Message - From: "Martin Hudec" <[EMAIL PROTEC

Merge table limit

2003-02-09 Thread Jerry
table for a year that will encompass them all (i.e. 9.1 billion rows). Has anyone had 365 tables in a merge table ? or more ? Thanks Jerry - Jeremy Hutchings Apps R&D Cable and Wire

Re: Applications for creating reports for MySQL

2003-02-10 Thread Jerry
If your going to HAVE to use windows 2000, you'll have to odbc and create the form with vb. I've always used web front ends and had the PDF generated on the fly, to have to use 2000 is going to mess things up no end. Jerry - Original Message - From: "Octavian Rasnita&quo

Re: Merge table limit

2003-02-10 Thread Jerry
- Original Message - From: "Jerry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 08, 2003 9:33 AM Subject: Merge table limit > Hello all. > > Does any one know, or can anyone point me in the direction of the limits of > a number o

Re: Batch mode / stored prodecure question?

2003-02-10 Thread Jerry
Pass it to a script or handeler program that does the dB work then passes back what you need to the radius ? Jerry - Jeremy Hutchings Apps R&D Cable and Wireless - - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Re: NEWBIE to mysql

2003-02-10 Thread Jerry
comma after the 3rd line. CREATE TABLE info (name varchar(50),message varchar(255)); ^ comma here. Jerry Apps-R&D Cable and Wireless - Original Message -

Re: Mail Problems

2003-02-10 Thread Jerry
Most of mine weren't getting through either and it seem to of gone mad on delivery too . Jerry Apps-R&D Cable and Wireless - Original Message - From: "Simon Windsor" <[EMAIL PROTECTED]> To: <[EMAI

Re: whats the best way to imput text and formated text into a mysql database

2003-02-10 Thread Jerry
Where is the text coming from ? With languages like php, there are loads of functions to escape things and make sure that the text is ok Jerry - Original Message - From: "ahimsa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 08, 2003 9:21

Re: Merge table limit

2003-02-11 Thread Jerry
Cheers. The only limit I've hit so far on 365 tables, was the max number of open files, so I've ramped that up and its working fine at the moment. Jerry - Jeremy Hutchings Apps R&D Cable and Wireless - - Original Message - From:

Re: mysql privs table level security

2003-02-12 Thread Jerry
Write a script that generates all the GRANT SQL ? Then pipe it into mysql. I'd write a function that would go and get all the table name and a list of the relevant users then generate the sql from there. Jerry - Jeremy Hutchings Apps R&D Cable and

Re: Row numbers

2003-02-13 Thread Jerry
ess of the order the resultset appears. > > > -Original Message- > > From: Jerry [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 13, 2003 1:48 PM > > To: Luc Foisy > > Subject: Re: Row numbers > > > > > > Have to have one in the row and s

Re: Row numbers

2003-02-13 Thread Jerry
Auto-inc column would be the obvious answer, but that's and intrusive answer. Jerry - Original Message - From: "Jerry" <[EMAIL PROTECTED]> To: "Luc Foisy" <[EMAIL PROTECTED]> Cc: "MYSQL-List (E-mail)" <[EMAIL PROTECTED]> Sent: Thursda

Re: New Database,

2003-02-14 Thread Jerry
Yes, there are, many :) Jerry - Original Message - From: "Richard Nagle" <[EMAIL PROTECTED]> To: "list - MySQL" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 3:57 PM Subject: New Database, > Okay, > I have installed, mySQL, ( all is well

Rows

2003-02-14 Thread Jerry
Hi, Any one gone over 1000 million rows ? or any where near ? Pref. in ver 4+ with a MyISAM table. Cheers - Jerry @ MetalCat.Net - SQL - Before posting, please check

Re: Rows

2003-02-14 Thread Jerry
t, opposed to MySQL limits. Which is nice. :) Cheers ----- Jerry @ MetalCat.Net - SQL - Original Message - From: "MySQL List" <[EMAIL PROTECTED]> To: "Jerry" <[EMAIL PROTECTED]> Sent: Friday, February 14, 200

Re: Need Help With MySQL Query

2003-02-15 Thread Jerry
Are you referencing the result set correctly in php ? How are you dealing with what MySQL returns ? Looks like the info is there, you just not getting it out of the result set. - Jerry @ MetalCat.Net - - Original Message - From: "Guru

List

2003-02-15 Thread Jerry
Is it just me or is everyone on the list getting junk/spam from naver.com ? - Jerry @ MetalCat.Net - sql - Before posting, please check: http://www.mysql.com/manual.php (the

Re: INSERTs getting slower with growing tabel, using no indexes?

2003-02-16 Thread Jerry
What type of table is it ? Would that effect it ? Jerry - Original Message - From: "Magnus Själander" <[EMAIL PROTECTED]> To: "'Peter Grigor'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 9:17 AM Subject: RE:

Re: INSERTs getting slower with growing tabel, using no indexes?

2003-02-16 Thread Jerry
That's what I'm hoping jerry - Original Message - From: "Peter Grigor" <[EMAIL PROTECTED]> To: "Jerry" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 1:39 PM Subject: Re: INSERTs getting slower with growing tab

Re: CREATE INDEX is sooo slow! any ideas?

2003-02-16 Thread Jerry
Another coffee ? I'd buy Starbucks ..... Jerry - Original Message - From: "Peter Grigor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "david" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 10:58 PM Subject: Re: CREATE INDEX is

Re: CREATE INDEX is sooo slow! any ideas?

2003-02-16 Thread Jerry
I meant buy the whole chain, its going to take a few cups Jerry - Original Message - From: "Peter Grigor" <[EMAIL PROTECTED]> To: "Jerry" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 11:11 PM Subject: Re: CREATE

Re: date functions

2003-02-16 Thread Jerry
I know this is a MySQL list but Personally being a php coder, I'd do it in php. http://www.mysql.com/doc/en/Date_and_time_functions.html - Jerry @ MetalCat.Net - - Original Message - From: "Melih Onvural" <[EMAIL PROTE

Re: mysql shutdown hangs-solaris

2003-02-17 Thread Jerry
On Solaris I always use : /etc/rc3.d/S99mysqld stop /etc/rc3.d/S99mysqld start Jerry - Original Message - From: "Sunil Gavaskar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Sinisa Milivojevic" <[EMAIL PROTECTED]> Sent: Monday, February 17, 20

Re: Checking existence of a table.

2003-02-17 Thread Jerry
l_num_rows($result); if($num_rows) { return TRUE; } else { return FALSE; } } Jerry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 4:10 PM Subject: Checking existence of a table. > > What query would I use to check

Re: Question

2003-02-18 Thread Jerry
I'd create a table with id, username, ,badgenumber, url. then have i.e. 1, Jerry, 007, /dir/images/jerry.jpg 2, Bob, 008, /dir/images/bob.jpg or something like that. The scripting to get that out and generate the html would be very easy. There are a few examples here that would cover

Re: Connecting to remote server

2003-02-19 Thread Jerry
Using the hostname or IP adders of the machine it is on. (B (BJerry (B (B- Original Message - (BFrom: "kk" <[EMAIL PROTECTED]> (BTo: "list mysql" <[EMAIL PROTECTED]> (BSent: Wednesday, February 19, 2003 9:24 AM (BSubject: Connecting to remote server (B (B (B> Hello folks (B> I

Re: MySQL

2003-02-19 Thread Jerry
http://www.mysql.com/doc/en/ALTER_TABLE.html - Original Message - From: "Prabu Subroto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 11:58 AM Subject: MySQL > > --- [EMAIL PROTECTED] wrote: > > Your message cannot be posted because it appears to > > be e

Re: Sequential read on a file

2003-02-19 Thread Jerry
ecking for less than 0 and finding out what the max is. Most lightly going to be something in here : http://www.devshed.com/Server_Side/PHP Is it a case of one rows worth of information from the dB per page/request ? -- Jerry @ MetalCat dot Net -- - Original Message - Fr

Re: Is SQL right for me?

2003-02-20 Thread Jerry
So what is the actual question ? If you don't have the software, surely you should get it and read the manual if that is the best way you learn ! Jerry - Original Message - From: "Marijka Walker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday

Re: Is SQL right for me?

2003-02-20 Thread Jerry
as it is a language (well a specification for one) opposed to MySQL. Surely the nature of dB's and what/how they are used is understood from previous knowledge of working with the others Jerry - Original Message - From: "KH Chiu" <[EMAIL PROTECTED]> To: "J

Re: question about mysql installation

2003-02-20 Thread Jerry
Yes, http://www.mysql.com/doc/en/Installing_many_servers.html - Original Message - From: "shirly cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:42 AM Subject: question about mysql installation > > Hi all, > Can i install mysql twice on the same

Re: LOAD DATA INTO not working

2003-02-20 Thread Jerry
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON `mydb`.* TO 'myuser'@'localhost' IDENTIFIED BY 'password' mysql -u myuser -ppassword Does that do it ? Jerry - Original Message - From: "Andy De Petter" <[EMAIL PROTECTED]> To: &

Re: LOAD DATA INTO not working

2003-02-20 Thread Jerry
FILE privilege on the server host. " "you must have the FILE privilege on the server host. " http://www.mysql.com/doc/en/LOAD_DATA.html Did adding FILE to the permissions do it ? Jerry - Original Message - From: "Andy De Petter" <[EMAIL PROTECTED]> To: &qu

Re: LOAD DATA INTO not working

2003-02-20 Thread Jerry
That's going to be a bit out of date !! I'd suggest a combination of Paul DuBois's latest offering in blue and the www.mysql.com search engine. Keeps me out of trouble, well mostly ! Jerry - Original Message - From: "Andy De Petter" <[EMAIL PROTECTED]>

Re: List of Tables

2003-02-20 Thread Jerry
show tables; ? or do you mean specific to vb ? Jerry - Original Message - From: "Jeff Pearson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 10:31 PM Subject: List of Tables > I am writing a vb.net application to do some db

Re: @ character appended at end of username problem

2003-02-20 Thread Jerry
can you post line 4 of the script ? Jerry - Original Message - From: "Sunfire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:11 PM Subject: @ character appended at end of username problem > hi.. > > i have an mysql use

Re: Access Denied Help Needed

2003-02-20 Thread Jerry
C:\WINNT\system32\drivers\etc There should be one there by default Jerry - Original Message - From: "Sunfire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:32 PM Subject: Re: Access Denied Help Needed > if i remember righ

Re: Checkpoint FW1 logs into mysql

2003-02-21 Thread Jerry
or my application I had to be sure that the input was 100.00 % ok. Jerry - Original Message - From: "James Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:02 PM Subject: Checkpoint FW1 logs into mysql > Hello all > I&#

Re: MySQL on windows

2003-02-24 Thread Jerry
Depends on what you are experienced with on win platform I would of thought. Something like vB or Delphi is very quick and easy to use. Jerry - Original Message - From: "Simon Windsor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 1

Re: MySQL on windows

2003-02-24 Thread Jerry
As I said, all depends on what you are used to , as to which is going to be the least painful path. Jerry - Original Message - From: "KH Chiu" <[EMAIL PROTECTED]> To: "Jerry" <[EMAIL PROTECTED]>; "Simon Windsor" <[EMAIL PROTECTED]> Cc: <

Re: Large table or several tables ?

2003-02-24 Thread Jerry
s no where near an issue, I run a app against mysql that has arrays around 250-300K at the moment and its fine. Jerry - Original Message - From: "gregory lefebvre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 3:07 PM Subject: Large table

Re: Question

2003-02-25 Thread Jerry
http://www.amazon.co.uk/exec/obidos/ASIN/0735712123/qid=1046214226/sr=1-7/re f=sr_1_3_7/202-4962738-0968635 - Original Message - From: "Jasdeep Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 11:01 PM Subject: Question > Dear Sir: > > Could you recomme

Re: phpMyadmin

2003-02-26 Thread Jerry
Has a quick overview of installation : http://www.php.net/manual/en/ref.mysql.php A whole load more tutorials : http://www.domaincarecenter.com/php_programming_tutorials.htm Jerry - Original Message - From: "agc" <[EMAIL PROTECTED]> To: "KH Chiu" <[EMAI

Re: problem: Loosing .MYD Files

2003-02-26 Thread Jerry
Have you done anything to the files by hand ? I used to get this when I moved tables about and effected the permissions or case of the extensions. Jerry - Original Message - From: "Daniel Geske" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Feb

Re: mysql replication across platforms

2003-02-27 Thread Jerry
What versions of MySQL are on each machine ? Jerry - Original Message - From: "Floyd Wellershaus" <[EMAIL PROTECTED]> To: "Mysqllist (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 1:55 PM Subject: mysql replication across platforms >

Re: MySQL or PostgreSQL

2003-02-28 Thread Jerry
As with most things, depends on what you want to do, what are the requirements ? Jerry - Original Message - From: "InfoSysNCA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 5:23 PM Subject: MySQL or PostgreSQL > Hi! I've just

Re: Loading pictures dynamically into MySql?

2003-03-04 Thread Jerry
ing. Load data infile doesn't "link" the file, it imports the contents into the dB. Jerry - Original Message - From: "Barry Hayden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:28 AM Subject: Loading pictures dynamicall

Re: Data sincronization

2003-03-04 Thread Jerry
I'm fairly sure it won't do master-master at the moment. I'd like to be wrong though. http://www.mysql.com/doc/en/Replication_FAQ.html ---- Jerry Systems Dev Cable & Wireless - Original Message - From: "Gaston Escobar

Re: Data sincronization

2003-03-04 Thread Jerry
Yea, I've done what it says there but had to implement the locking myself, then just use two subsets of the dB and master slaved them to each other on the respective parts that weren't being used. ---- Jerry Systems Dev Cable & Wireless - Or

Re: Data sincronization

2003-03-06 Thread Jerry
Well no because " real two-way replication" would happen at the dB level, or through some distributed transactional layer. - Original Message - From: "Roger Baklund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jerry" <[EMAIL PROTECTED]>

Re: Data sincronization

2003-03-06 Thread Jerry
If you confused I wouldn't bother replying. I was answering another question from a while ago. J - Original Message - From: "Roger Baklund" <[EMAIL PROTECTED]> To: "Jerry" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursda

Re: heap tables keep on disappearing!

2003-03-06 Thread Jerry
Store it in another table and have a start up script that creates a heap once the server is started ? Jerry - Original Message - From: "Steve Quezadas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 7:41 PM Subject: heap tables keep on di

Pre parsing

2003-04-04 Thread Jerry
mysql -u user -ppassword my_dB < some_file.sql With the "Just do it" flag ? Cheers Jerry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: 2 different Mysql DB on the same server

2003-06-05 Thread Jerry
This ? http://www.mysql.com/doc/en/Installing_many_servers.html Jerry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:55 AM Subject: 2 different Mysql DB on the same server Hi to all, I need to have on the same PC

Re: Stripping off commas

2003-06-05 Thread Jerry
http://www.php.net/manual/en/function.substr-replace.php - Original Message - From: "delz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:57 AM Subject: Stripping off commas > Hi All, > > I'm using Mysql as my database and php as my script to connect to the

Re: vbulleting & mysql errors

2003-06-06 Thread Jerry
Hi, vBulletin has a customer support forum, if you post there the support team will deal with it or pass it to one of the developers. Jerry - Original Message - From: "Mihai RUSU" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:13

Re: Storing procedures

2003-05-29 Thread Jerry
By waiting or reading : http://www.mysql.com/doc/en/ANSI_diff_Triggers.html Jerry - Original Message - From: "Themis Kafetzopoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 3:37 PM Subject: Storing procedures > How can I

Re: compare db's

2003-05-30 Thread Jerry
Which server is going to perform the application logic (the one on the LAN I'd hope) ? Can you just replicate to the local one from the internet ? I've done a lot of things like that in PHP , depends on the data sizes and error checking etc etc. Jerry - Original Message -

Good color coded SQL editor for MySQL?

2002-04-30 Thread Jerry
Does anyone know of a good color coded SQL editor for MySQL that runs on Windows? TIA, Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Good color coded SQL editor for MySQL?

2002-04-30 Thread Jerry
Does anyone know of a good color coded SQL editor for MySQL that works in Windows? TIA, Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

PHP form to mySQL

2002-08-10 Thread JeRRy
Hi, I am trying to setup a PHP form to send to mySQL database. I know how to connect to mySQL but need help getting the information in the form to update into the mySQL database. I have the following table called contacts, I'd like the form to have the following fields. firstName lastName emai

Using PHP for login/Members Area!

2002-08-10 Thread JeRRy
Hi, I would like to create a members area on my site, using mySQL for the database to hold usernames and passwords to login to the area. I need to know the following if anyone can help please. - What code would I need to make a login page form that has username and password? (lets say the table

WWW-Authenticate question!

2002-08-12 Thread JeRRy
t; ALSO, if I have more than one page for the members how do I protect these? So if they have not got a valid login they get asked for it or referred back to the login / main page? Or is there a way to have all my pages in the one PHP file? (I think thi

Re: Help me with SELECT - GROUP BY - IF

2001-10-02 Thread Jerry
there any if-like >function that checks ALL records for the ID=ocenjevalec, not just the first >(or the grouped by, seems to take 'ocenjevalec' as from the first data). If >this is not possible, how can I achieve that? Should

Need help with SELECT 2 tables from choice of 3

2001-11-21 Thread Jerry
recordset from the members or oldmembers table. There must be another way directly from the SQL query. I looked everything on Internet about this problem and couldn't find any solution. Could you just point me to any directi

Re: Need help with SELECT 2 tables from choice of 3

2001-11-21 Thread Jerry
). In SQL I can not do >the AND and compare both MEMBER_ID's because it would never return anything. >If I use or I do get data, but not one, but multiplied number od times (every >new member is then resulted or every old member, depending on in which table >SQL finds the data). >

RE: Need help with SELECT 2 tables from choice of 3

2001-11-22 Thread Jerry
when my database grows, all of the new messages will be from new members, not old, so the condition to open recordset in for...next loop would not be executed. Is my thinking valid? Yours Jerry - Before posting, please check:

Is converting string to integer possible?

2001-11-27 Thread Jerry
but I need to to this in mySQL). Yours Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL P

Re: Is converting string to integer possible?

2001-11-27 Thread Jerry
n("date") Session("date") holds 20011126121222 Is 14 number digit to much to use < or what is wrong? Thank you for your help. Yours Jerry - Before posting, please check: http://www.mysql.com/manual

Re: Re: Is converting string to integer possible?

2001-11-27 Thread Jerry
;although I own a copy of it I have hardly used it in a year or >>more)). >>On a side note to Jerry, I checked my uptime this morning, and >>my Amiga1200 has now been running for 59 days without a single >>reboot. I have yet to see windows do that. :-D >>And... o

to many connections, how to optimize them?

2001-11-30 Thread Jerry
code is generated or is it better to connect for every piece of information that is needed? What should I also be looking for in optimizing my pages? I don't have near 100 users simultaniously accessing database! Yours

Subselect/set query..pardon my SQL

2002-01-07 Thread jerry
a 20, OR 37 I know this is childs play for some of you out there. Any help/ideas would be greatly appreciated. Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

What's this in my netstat?

2002-01-12 Thread jerry
Hi- Anyone know what web.mysql.com is doing? It's from a netstat on a RH 7.2 running mysql 3.23.47 myhost.mydomain:4570 web.mysql.com:auth TIME_WAIT Thanks- - Before posting, please check: http://www.mysql.com/

Date as field default

2002-10-28 Thread Jerry
What do I put in a date field's default value if I want the MySQL database to insert the current date in the field when a new record is inserted? TIA, Jerry - Before posting, please check: http://www.mysql.com/manua

ODBC install and remote connection quetions

2002-11-02 Thread Jerry
m? I am using Win98 2nd edition. I downloaded and installed My ODBC. For some reason, I am not able to see the MySQL ODBC driver. What do I need to do so that it is available to me? I am really lost with this. Jerry - B

Re: ODBC install and remote connection quetions

2002-11-03 Thread Jerry
David Lloyd wrote: How do you mean not able to "see it"? Under the control panel there should be an "ODBC Data Source Administrator"... (mysql, query) DSL The driver is not listed in the driver. I cannot select it from the list of drivers as it

Finding field in all tables

2006-08-22 Thread Jerry Schwartz
Is there any way to find a column name (or, better yet, a partial column name) in all tables within a data base? I inherited a complex and totally undocumented data base, and need to find out (for example) which tables have a column name like xxx_exported. Regards, Jerry Schwartz Global

RE: Finding field in all tables

2006-08-22 Thread Jerry Schwartz
irst table is named ORDER, and I thought there was something wrong with my plan. Thanks. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: George Law [mailto:[EMAIL PROTECTED] Sent: Tu

RE: Finding field in all tables

2006-08-22 Thread Jerry Schwartz
I haven't ventured into MySQL 5.x, I have enough trouble working with this house of cards I was handed. I'll try to remember this for the future, though. Thanks to all. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.

RE: Finding field in all tables

2006-08-22 Thread Jerry Schwartz
thing? Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Search Engine type search

2006-08-23 Thread Jerry Schwartz
Actually, by default a full text search ignores words that are three characters or less, not less than three characters. I found this out by searching on "red". Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 86

RE: Query takes different times for execution...

2006-08-23 Thread Jerry Schwartz
More than likely, the OS file system is caching the files that make up the tables. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: Ratheesh K J [mailto:[EMAIL PROTECTED] Sent

RE: Search Engine type search

2006-08-23 Thread Jerry Schwartz
en-source spell checkers (http://www.thefreecountry.com/sourcecode/spellcheckers.shtml, et al). I don't know what language you are using, so I can't go further than that. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674

RE: Outputting text in a

2006-08-24 Thread Jerry Schwartz
You might come close by using a combination of tee, select, and notee commands. You didn't say if this was for debugging, which would tolerate a lot of ugly, or not. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674

RE: Search Engine type search

2006-08-24 Thread Jerry Schwartz
Yeah, my customer wasn't too pleased when his product search could only find certain colors. ;<) Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: Chris [mailto:[EMAIL P

  1   2   3   4   5   6   7   8   9   >