hello kynn,
you have to :

first you must UNDERSTAND  the USER-table from  mysql-DB on your box.
from that point you are able to insert directly values into USERS like 
values into any other MySQL-Table:

example:

INSERT INTO USER VALUES
('localhost','Testuser','PASSWORD('little 
lamer'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y')
                                              ^
                                              |
                                              |______________________
no password for Testuser  means:    insert '' here___|

Hope it helps
Christian
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to