ok, first i didnt maked this app so i dont take credit for it.
ok lets start
did you guys ever wanted to install a completly host on your home pc but you to lazy ?
look at this package
apache 2.0.50
php 4.3.8
mysql 4.0.20
perl (dunno the version i dont use it)
and everything is working and configured !!! only to change passwords and start working
and its also got status for your home server
this is very nice all-in-1 pack
so i decided to share it with you guys
i hope you will enjoy it.
But i am getting one error when try to load vB!
It says
Quote:
Attempting to attach to database...
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
Click to go to the vBulletin website
And this is probably because in WinMySQL it didnt ask me to create a u/name and p/word, thus there is no server connection, i guess.
What can i try?
BTW, it also says driver 3.51 not found. :surprised:
Im about to give it ago right now, but have spent the last few hours trying to figure out why i can access the server. i have confirmed that it running, but cant get a connection to it!
Even disabled Zone Alarm and Windows Firewall to ensure that ports are not blocked!
BUT my fear is that even after trying XAMMP that i will hit the same wall!
But i am getting one error when try to load vB!
It says
And this is probably because in WinMySQL it didnt ask me to create a u/name and p/word, thus there is no server connection, i guess.
What can i try?
BTW, it also says driver 3.51 not found. :surprised:
its says the same here and its working perfect i guss that the reason its not working is that you didnt changed mysql password
try this (from dos) :
Add a password to the MySQL 'root' account. Initially, that password is not set.
<drive:>\www\mysql\bin> mysqladmin -u root password new-password-here
When i run <drive:>\www\mysql\bin> mysqladmin -u root password new-password
so that the username is "root" and the password is "password"
then it gave me a heap of data ie
mysql Ver12.22 Distrib 4.0.20a, for Win95/98 (i32)
etc etc etc
But i still cant instal vB with the same vB error
Quote:
Attempting to attach to database...
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
before you install vbb, login to your data base with phpmyadmin create db for vbb
and later on edit config.php file...
and then try to install it again
Instructions -- Setup the Environment
(6) Go to 'Start' ? 'Settings' ? 'Control Panel'; Select 'System' - 'Advanced' - 'Environment Variables...'; Under 'System variables' select 'Path'
Add to Path:
<drive:>\www\Apache2\bin;<drive:>\www\mysql\bin;<d rive:>\www\perl\bin;<drive:>\www\php\dlls
*NOTE that the individual locations are separated with a ";" and that you will need to place a ";" at the end of the original PATH, to separate it from the first appended location.
Is Add to Path:
<drive:>\www\Apache2\bin;<drive:>\www\mysql\bin;<d rive:>\www\perl\bin;<drive:>\www\php\dlls meant to be all on one line??? Because i have entered each one individually.