Re: Blocking HTML code in inserts?

2008-08-02 Thread Shannon Wade
assuming php from your sig strip_tags http://www.php.net/manual/en/function.strip-tags.php shannon On Aug 2, 2008, at 5:16 PM, Skip Evans wrote: Hey all, What is the most effective way to block HTML code in insert statements? I have a client with a comments form that is being

Install help on Linux: I cant obtain access

2006-01-18 Thread Wade Smart
: mysqladmin -u root password newpassword and that failed with Access denied. I tried doing that as (computer) root and again I received that error. I just do not understand what it is that I am supposed to do. Can someone provide some light? Wade

Re: Quick unique question...

2003-04-01 Thread Noel Wade
Answered my own question. For posterity: alter table abc add unique(foo, bar); And the index will be created using the name of the first column you specify. Works like a charm! --Noel - Original Message - From: Noel Wade [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 01

Quick unique question...

2003-03-31 Thread Noel Wade
I know its possible to use multiple fields for the primary key in a table i.e. primary key(foo,bar) Is it possible to do this with unique identifiers as well? Like unique key(foo,bar) ?? I already have a primary key on a table, but I'd also like to force two fields to form a unique

Auto_increment question...

2003-03-31 Thread Noel Wade
Hi All, Say I have a table with an auto_increment field that is being used at the primary key. When I insert a new record, is there any way to easily grab the primary key value for that new record? I had another unique field that I was originally going to use to do a select statement; but

Alter Table Question...

2003-03-27 Thread Noel Wade
Hi all, Hopefully a simple question for anyone who cares to take a swing at it: Given an existing table with a field defined as: foo char(60) not null unique What would be the proper syntax for an ALTER TABLE statement, to remove the unique constraint / key on this field? A modify doesn't

Re: Alter Table Question...

2003-03-27 Thread Noel Wade
Of course, I'd figure it out right after sending this. For the interested: alter table XYZ drop key foo; Take care, --Noel - Original Message - Given an existing table with a field defined as: foo char(60) not null unique What would be the proper syntax for an ALTER TABLE

Interview with MySQL designer Monty Widenius

2002-10-13 Thread Matt Wade
will be voted upon by the users of the site and the top 10-15 questions will be sent off to Monty on the 22nd of this month. Matt Wade http://codewalkers.com/ - Before posting, please check: http://www.mysql.com/manual.php

MySQL 3.23 has index crashes with DELAY_KEY_WRITE=1

2002-08-09 Thread Iain Wade
Description: I'm running MySQL-3.23.51 stable RPMS on the master for a replicated database here. It is processing a large quantity (9,000,000 rows/table/day) of usage records in a pretty much constant flow of inserts. The raw usage tables consume roughly 400MB/table/day in .MYD and about the

Auditing...

2001-08-07 Thread Wyly Wade
Title: Blank Has anyone built or implemented field level auditing in a mysql database? Any body have a quick down and dirty way of doing this? Thanks for the suggestions Wyly Wade Forefront Inc 1413 S. Howard Ave Suite 104 Tampa Fl, 33606 813-253-2267

RE: indexing

2001-07-11 Thread Wyly Wade
into the next serious development instead. ) I understand it does not always work this way. -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:01 AM To: Wyly Wade Cc: Joseph Bueno; Roger Ramirez; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re

good backup and maintain scripts

2001-07-10 Thread Wyly Wade
Title: Blank Any body got any good through nightly maintenance and back-up scripts? Wyly Wade Forefront Inc 1413 S. Howard Ave Suite 104 Tampa Fl, 33606 813-253-2267

RE: indexing

2001-07-10 Thread Wyly Wade
a few seconds to drop an index if you realize you do not need it afterward. Wyly Wade Forefront Inc 1413 S. Howard Ave Suite 104 Tampa Fl, 33606 813-253-2267 -Original Message- From: Joseph Bueno [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 3:47 AM To: Roger Ramirez Cc: [EMAIL

RE: thoughts on raw file systems

2001-06-28 Thread Wyly Wade
why not... it improves speed and removes the overhead and limitations of the FS. -Original Message- From: David Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 9:20 AM To: Wyly Wade Subject: RE: thoughts on raw file systems I certainly hope not :) -Original Message

thoughts on raw file systems

2001-06-27 Thread Wyly Wade
Title: Blank Can you use a raw partition with MySQL much like you can with Oracle or Sybase? Wyly Wade Forefront Inc 1413 S. Howard Ave Suit 104 Tampa Fl, 33606 813-253-2267

CF and MySql?

2001-06-26 Thread Wade DeWerff
Can Cold Fusion querys work with MySQL? What would I have to do if anything to make it work? WD - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

problem running mysqladmin variables command

2001-04-19 Thread Wade
when I run the command, (in linux) it serves up the variables. But the variables seem to be much more than what is listed in Paul Dubois' book. So I am unable to view all of it in terminal. The less command doesnt work with it either so how can I view mysqladmin variable info?

Re: problem running mysqladmin variables command

2001-04-19 Thread Wade
problem is I have to use mysqladmin variables -u root -p PASSWORD:x I tried piping the less command at the end of -p but it didnt work Of course it does. mysqladmin variables | less - Before posting,

building site search

2001-04-19 Thread Wade DeWerff
Is the common way to index a site, then place that into a database? If so whats the best(easiest) way to index a site? Thanks - Before posting, please check: http://www.mysql.com/manual.php (the manual)

unable to get access

2001-04-02 Thread Wade DeWerff
I cant get access into mysql. I get access denied for user when trying to log into mysql as root with password. Anyone help? - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: unable to get access

2001-04-02 Thread Wade DeWerff
yes it was an old install, strange, it seems to want to connect now. bizarre - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

another way to install mysql ?

2001-03-27 Thread Wade
Is it the only way to get mysql to work on d: is to install on c: then move to d: ? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To

Do I need to remove my bundle first?

2001-03-18 Thread Wade DeWerff
I have the apache, mysql, php bundle for win. I want to use mysql on IIS though, will this ver of mysql work or do I need to remove this bundle? - Before posting, please check: http://www.mysql.com/manual.php (the manual)