View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote