> 1) Reading ahead I see this:
> mysql>select LAST_INSERT_ID() from vs;
> mysql> insert into user_vs values ('testname','X') ;
>
> where X is the LAST_INSERT_ID() from vs

we don't have the web scripts installed on a server with freevsd but check
you have a line such as this in httpd.conf

Include /etc/httpd/conf/auth_mysql/auth_mysql.conf

and check you have some database details in auth_mysql.conf

All thats assuming the module is installed.

when you run the sql mysql>select LAST_INSERT_ID() from vs; mysql will give
you a little table with a number in it - this number is X

Eddie


------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to