up before I hit send...sorry:
http://www.cfmyadmin.com/ <http://www.cfmyadmin.com/>
-----Original Message-----
From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 11:59 AM
To: CF-Talk
Subject: RE: Autoincrement feature with MySQL?
I'm pretty sure someone on this list has created a "CFMyAdmin" program...
-----Original Message-----
From: Mark Drew [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 11:32 AM
To: CF-Talk
Subject: Re: Autoincrement feature with MySQL?
Create the table as follows:
CREATE TABLE my_table (
id int(6) NOT NULL auto_increment,
)
What interface/client are you using for mysql?
if you can install something that runs on PHP, I recomend
http://www.phpmyadmin.net/home_page/
I know it is PHP and I shall be shunned upon by the list, but it is a
great way to manage mySQL db's
I hope that helps
> Does anyone know how do you get the autoincrement feature with MySQL
--
Mark Drew
http://cybersonic.blogspot.com
mailto:[EMAIL PROTECTED]
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

