Re: ISP and users

2004-01-16 Thread Donald Henson
On Fri, 2004-01-16 at 17:05, Bryan Koschmann - GKT wrote: > Hello, > > I run an ISP where our web customers have access to the MySQL server. When > they want a database, they request it through me and I add it. I was just > curious if this is the common way it is done, or if there is a safe way >

Re: Mysql by itself?

2004-01-09 Thread Donald Henson
On Thu, 2004-01-08 at 21:23, EP wrote: > OK, I need to ask a stupid question. > > I normally run MySQL on Apache. I have a second machine [a laptop] which I > can't get Apache to run on [the ports are restricted/closed]. Is there a > way to run MySQL without a server like Apache underneath it?

Re: web hosting quesiong (slightly off topic)

2004-01-07 Thread Donald Henson
On Wed, 2004-01-07 at 07:09, Chris W wrote: > I was wondering if anyone could recommend a good web hosting company for > an Apache - php - MySQL project. I don't need much bandwidth or disk > space to start out, but may need more if the site gets big. I would > also like to have ssh access to

Re: Inserting Dates

2004-01-05 Thread Donald Henson
On Mon, 2004-01-05 at 12:46, Ian O'Rourke wrote: > I'm very new to MySql and I'm having problems inserting dates into my tables > (via the Web using Coldfusion). The user can put the following in the field: > > 12/09/2003 > But the data returned from the database is: > > 2012-09-20 03:00:00.0 >

Re: The Future of MySQL with .NET Plataform

2004-01-05 Thread Donald Henson
On Mon, 2004-01-05 at 07:31, Carlos J Souza wrote: > Hello for all, > > Please i need comments about future of MySQL with .NET Plataform > introduction. > > Regards for all > > Carlos Souza I don't know if you're going to get an answer to that query. .NET is not a very popular subject around h

Re: insert: auto increment field

2004-01-05 Thread Donald Henson
2147483647' for key 1. > > Why id (primaty , and auto_increment) start from 2147483647 and not from 0 > or 1 > > Thanks > > > >From: Donald Henson <[EMAIL PROTECTED]> > >To: MySQL List <[EMAIL PROTECTED]> > >Subject: Re: insert: auto incr

Re: insert: auto increment field

2004-01-04 Thread Donald Henson
; I just tried.. Same problem with > "Duplicate Entry" > > > >From: Donald Henson <[EMAIL PROTECTED]> > >To: MySQL List <[EMAIL PROTECTED]> > >Subject: Re: insert: auto increment field > >Date: Sun, 04 Jan 2004 08:44:56 -0700 > > > &

Re: insert: auto increment field

2004-01-04 Thread Donald Henson
On Sun, 2004-01-04 at 08:09, Mike Mapsnac wrote: > I have table with 7 fields. First field is id (auto increment). As I > understand the value should start from 0 and next value will auto > increment. > > And I shouldn't add insert the value. So the insert > statemens below gives me an error. E