Thread
:
How to crearte a Database for VBULLETIN message board?
View Single Post
01-22-2005, 01:17 PM
SpaceAce
Confirmed User
Join Date: Jul 2002
Location: Magrathea
Posts: 6,493
mysql -uroot
create database VBDATABASENAME;
use VBDATABASENAME;
grant all privileges on VBDATABASENAME.* to username identified by 'password';
Assuming you are using MySQL.
SpaceAce
SpaceAce
View Public Profile
Find More Posts by SpaceAce