FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » step 2 on instalation
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: step 2 on instalation [message #3659 is a reply to message #3657] Tue, 02 July 2002 21:34 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
wow that is 'interesting';

try this script:
<?php
error_reporting(E_ALL);
if( !mysql_connect("127.0.0.1", "user", "password") ) {
 exit("Could not connect ".mysql_error()."<br>\n");
}
if( !($r = mysql_query("SELECT VERSION()")) ) {
exit("Query Failed: ".mysql_error()."<br>\n");
}
print_r(mysql_fetch_row($r));
mysql_free_result($r);
?>


Once this script works via the web you'll be able to install the forum.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Update problems from 2.0.2 to 2.2
Next Topic: installation problem after step 5/5
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Oct 04 21:39:30 GMT 2024

Total time taken to generate the page: 0.10423 seconds