Re: Create Table with password

2001-07-02 Thread Mohammad H. Khan
arn it, live it. -Original Message- From: Mohammad H. Khan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Create Table with password Hi All.. I created a table .. create table A ( A1 int(4) auto_increment, A2 varchar(16), primary key (A1)) passwo

Create Table with password

2001-06-29 Thread Mohammad H. Khan
Hi All.. I created a table .. create table A ( A1 int(4) auto_increment, A2 varchar(16), primary key (A1)) password='password'; 'mysql --vesion' returns the following line on my system: mysql Ver 11.15 Distrib 3.23.39, for pc-linux-gnu (i686) My question is ... How the password option work