리눅스 관련 사항은 초보라서 이렇게 도움을 다시 한번 구하고자 합니다...
아래와 같은 메세지가 나타납니다...
[root@khol /]# mysql -u root -p qmail
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 35 to server version: 3.23.41
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> insert into users(id,crypt,name,uid,gid,shell,home,start_date) value('asline',encrypt('9999'),'asline12','9999',1250,1000,'/bin/false','/user2/mail01/asline','2003-08-27');