At least you have to create entries in the tables domains and users:
INSERT INTO `domains` (`domain`) VALUES ('example.com');
INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('sales@example.com', ENCRYPT('secret'), 10485760);
It seems to me I should be replacing "example.com" with my own domain but there are no instructions saying that. Also, should I be replacing "sales@example.com"?
Last edited by warpengi; 25th April 2009 at 03:57.
Recent comments
1 day 6 hours ago
1 day 8 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 9 hours ago
2 days 19 hours ago
2 days 20 hours ago
3 days 5 hours ago
3 days 6 hours ago