from the readme.....
##Database (only for multi-user)
##------------------------
##Use PHPMyAdmin to execute this query.
##CREATE TABLE `navphp_users` (
##`user` VARCHAR( 20 ) NOT NULL ,
##`passwd` VARCHAR( 20 ) NOT NULL ,
##`homedir` VARCHAR( 120 ) NOT NULL ,
##`rdonly` INT NOT NULL
##) ENGINE = MYISAM ;
how can these same tables be created without phpmyadmin?.
2009-04-03 16:34:44 UTC in PHP Navigator