Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
Start - Run - cmd
net start mysql
As a first thing.
You should be able to run the mysql.exe by double clicking on it if you've no db passwords set up yet, find where you installed mysql, go in the bin folder and run mysql.exe
Failing that cd there in the cmd box and run it command line, you will be also be able to enter passwords if you start it like
mysql -u root -p
Then put your pass in.
I'm going out now - Steve text me if you need anything.
[Edited on 24-12-2006 by Ian]
|
Tom J
Organiser: South Wales Premium Member
Registered: 8th Sep 03
Location: Bridgend
User status: Offline
|
it didnt work so i've reinstalled everything.
i've installed Apache 2.0, MySQL4.1 binary, PHP4.4, mysql administrator 1.019 and i've unzipped phpbb2.0 to c:\server and renamed it phpBB2
how do i get into phpmyadmin? if i go to localhost/phpmyadmin it shows the parent folder
right i've got this working again http://localhost/phpBB2/install/install.php to install it, but im getting error messages
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Tom'@'localhost' (using password: YES) in C:\Server\Apache2\htdocs\phpBB2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\Server\Apache2\htdocs\phpBB2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\Server\Apache2\htdocs\phpBB2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
i've also tried creating a database in mysql command then trying to install into it but no luck
[Edited on 25-12-2006 by Tom J]
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
Permission problems with the phpbb database for the user named Tom.
You need to get this working command line first. Don't worry about the web stuff until the raw data works.
In fact - you have altered the config file with the Tom username and pass - where did you set this elsewhere?
Try username or root with no password in the phpbb config.
Less secure but you can sort that afterwards.
|
Tom J
Organiser: South Wales Premium Member
Registered: 8th Sep 03
Location: Bridgend
User status: Offline
|
i havent changed anything and all im getting at http://localhost/phpBB2/install/install.php now instead of the admin and passwords bit is "No input file specified"
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
why dont you try installing an all in one package like xxamp, do a google search, one click and php, mysql and apache are setup ready to go
|
Tom J
Organiser: South Wales Premium Member
Registered: 8th Sep 03
Location: Bridgend
User status: Offline
|
what about phpbb?
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
I would get a simple PHP app working first, then a PHP/MySQL one, then one which needs a big install script.
|