GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to crearte a Database for VBULLETIN message board? (https://gfy.com/showthread.php?t=420549)

AsylumN 01-22-2005 12:54 PM

How to crearte a Database for VBULLETIN message board?
 
Ok, pardon me for being a bit on the new side when it comes to the backend area, but I have uploaded my vbulletin files to a server, and now im supposed to create a database on the server for vbulletin. Is there a short simple explanation on how I can do this? Is this something my host should do? I am clueless.

SmokeyTheBear 01-22-2005 01:06 PM

umm you should have someone who has done it before install it, OR read the instructions fully, then you will know..

Like if anyone told you how , you would be missing other things you need to know first so without context its rather a futile task to explain anything right :).

BlueQuartz 01-22-2005 01:08 PM

you should have already created a mysql db for vb to use

Aric 01-22-2005 01:10 PM

contact me on ICQ 173221994 and i'll help you out :)

SmokeyTheBear 01-22-2005 01:11 PM

start here http://www.vbulletin.com/docs/html/

swedguy 01-22-2005 01:14 PM

Found vBulletin on a warez site without instructions? :)

SpaceAce 01-22-2005 01:17 PM

mysql -uroot
create database VBDATABASENAME;
use VBDATABASENAME;
grant all privileges on VBDATABASENAME.* to username identified by 'password';

Assuming you are using MySQL.

SpaceAce

directfiesta 01-22-2005 01:19 PM

You have to:

- create a database ( with mysql )
- create a user/pass combination
- autorize the above u/p to connect to database with all privileges.

then use the install.php to create the tables in the db. You probably have to change the parameters in a config.php file ( local host, db name, db_user, db_password)


or:

Get a host with Cpanel AND Fantastico : automatic one click install...

All my clients love me for that, but sorry I do not host any adult except myself.


All times are GMT -7. The time now is 05:51 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123