Re: html in a text field - good practice?

2004-08-19 Thread Parker Morse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, Aug 18, 2004, at 13:59 US/Eastern, Steve Edberg wrote: At 08:37 AM 8/18/04, leegold wrote: Question I have wondered about: Is it a good practice to put html in a text field, then (eg. via php) when the marked-up text renders in a user's

Re: Flowing Text Into Multiple Columns

2004-06-28 Thread Parker Morse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, Jun 27, 2004, at 12:31 US/Eastern, David Blomstrom wrote: Suppose I want to display an entire field, but not in one long column. Instead, I want to flow it evenly into several columns. [snip] I haven't yet learned of a way to do this with

Re: multiple values in one column

2003-11-13 Thread Parker Morse
On Thursday, Nov 13, 2003, at 02:55 US/Eastern, John Berman wrote: Can I have multiple values in one column and then index the column, I have used different delimiters but the index only seems find the whole contents of the column no matter what I separate the data with It seems like you'd be

Re: multiple values in one column

2003-11-13 Thread Parker Morse
On Thursday, Nov 13, 2003, at 12:03 US/Eastern, John Berman wrote: I have a single table with 120 fields (its full of genealogical data) All the records apart from marriages have an entry in the surname field [snip] Now marriages don't have an entry in surname but they do in groomsurname and

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 00:51 US/Eastern, [EMAIL PROTECTED] wrote: I installed the MySQL 4.0 on my Linxus machine (red hat 7.3). The installation shows no problem, and I can see that the 'mysqld' server is actually runing through a command like ./bin/mysqladmin version. However, it just does

SOLVED Re: MySQL 4.0.14 stops responding to PHP 4.3.2

2003-09-05 Thread Parker Morse
On Thursday, Sep 4, 2003, at 12:47 US/Eastern, Parker Morse wrote: No, it turns out this is not the key. With mysql_connect() I'm actually failing MORE often than with mysql_pconnect - so far it hasn't stayed up 15 minutes without error. (Fortunately, I have a cron job checking

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 10:24 US/Eastern, Parker Morse wrote: You'll need to edit the .bashrc file in your home directory to add the /usr/local/mysql/bin directory to the search path if you want to avoid typing the full path. Another alternative is to place links to the binaries in one

Re: SOLVED Re: MySQL 4.0.14 stops responding to PHP 4.3.2

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 13:41 US/Eastern, Thierno Cissé wrote: Finally you seem to say that you 've setting max_connections with a limit. Can you tell how many 100 or 200 ? No. It turns out that setting max_connections to 0 is the same as setting no limit at all. This was my initial

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 15:02 US/Eastern, hongbin liu wrote: Thank you so much. I changed the profile according to what you guys told me, and add /usr/local/mysql/bin to the profile. Guess what? It works great! But I am not sure if I did the right thing: my computer uses bash, I could not

Re: MySQL 4.0.14 stops responding to PHP 4.3.2

2003-09-04 Thread Parker Morse
On Thursday, Sep 4, 2003, at 01:27 US/Eastern, Antony Dovgal wrote: Please, read http://www.php.net/manual/en/features.persistent-connections.php I recommend you not to use *_pconnect. There are some big problems with persistent connections and these problems are 'by design'. Use SQLrelay if you

Re: MySQL 4.0.14 stops responding to PHP 4.3.2

2003-09-04 Thread Parker Morse
On Thursday, Sep 4, 2003, at 10:03 US/Eastern, Parker Morse wrote: On Thursday, Sep 4, 2003, at 01:27 US/Eastern, Antony Dovgal wrote: Please, read http://www.php.net/manual/en/features.persistent-connections.php I recommend you not to use *_pconnect. There are some big problems with persistent

MySQL 4.0.14 stops responding to PHP 4.3.2

2003-09-03 Thread Parker Morse
I've been using MySQL and PHP for a while in a shared hosting environment, but recently we shifted to a co-located server, so I am new to administering mysqld. Periodically our PHP sites will fail to connect using mysql_pconnect(). We currently have three sites on the colo box (two more are