vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Tutorial: How to run vBulletin onto your PC (https://vborg.vbsupport.ru/showthread.php?t=39482)

Marzas 06-30-2003 08:47 AM

I keep getting this error, i have tried to install/re-install
i followed all the instuction there, mysql seems to be started, php is working. I have Apache 2.0.4 and mysql 4.0.13 and php 4.3.2

this is the error

Warning: mysql_pconnect(): Access denied for user: 'root@localhost' (Using password: YES) in C:\Network\Apache2\htdocs\forum\admin\db_mysql.php on line 38

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Network\Apache2\htdocs\forum\admin\db_mysql.php on line 47

no matter what i do, change database, new password, i even thought it to be my firewall, i took it down, restarted a 100 times, no matter what it doesnt work.

please i need help

cheerz

marzas

Marzas 06-30-2003 08:48 AM

I keep getting this error, i have tried to install/re-install
i followed all the instuction there, mysql seems to be started, php is working. I have Apache 2.0.4 and mysql 4.0.13 and php 4.3.2

this is the error

Warning: mysql_pconnect(): Access denied for user: 'root@localhost' (Using password: YES) in C:\Network\Apache2\htdocs\forum\admin\db_mysql.php on line 38

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Network\Apache2\htdocs\forum\admin\db_mysql.php on line 47

no matter what i do, change database, new password, i even thought it to be my firewall, i took it down, restarted a 100 times, no matter what it doesnt work.

please i need help

cheerz

marzas

Dean C 06-30-2003 10:52 AM

Look through the last few pages and there are easier alternatives with no such errors :) ^^

Phpdev is what i'm referring to

- miSt

TWTCommish 07-08-2003 01:30 AM

I don't suppose anyone has a PHPTriad-style solution to installing the GD image-manipulation extensions?

Kane Da Don 07-08-2003 04:25 AM

Quote:

06-23-03 at 09:26 PM Salazar said this in Post #319
Hello!

I did exactly as you described, but I have a problem:

It worked until step 2 of the installation script.

I used the following:

server: localhost
hostname: localhost
username: root
password: password
db-name: vbulletin (I created this database with phpmyadmin)


BUT, it says:



What have I done wrong?

just giving a guess here because i had that problem some wat like that to but once i installed php4 it worked fine so it may but be that you dont have php4 installed on your localhost

mitomcua 07-10-2003 06:17 AM

Hi guys,

If i connect to my testboard at http://localhost/forum/index.php everything works Great !

However if i use my dns http://mitomcua.myftp.org/forum/index.php everything works fine except for the : Option (Vbulletin options) in the Admin cp, when i click on it and i can see the screen flashing very quick but it end up "the page can not be displayed "?
I dont know what i did wrong....




Can some one help me to look into this?

Thanks,
M

mitomcua 07-10-2003 09:24 PM

Anyone? I cant figure this out? please help

Thanks,
M

CBGrafix 07-30-2003 08:36 PM

my MySQL doesn't work ?_?'

I have tried a lot to get it to work, followed the instructions exactly.

I used a mysql test file to check it.

here is the error

Quote:

Fatal error: Call to undefined function: mysql_connect() in C:\Network\Apache2\htdocs\mysqltest.php on line 9
the coding i used


PHP Code:

<html>
<head>
<title>MySQL Test</title>
</head>
<body>
<h2>

<?php
   $connection 
mysql_connect("localhost","root","password")
   or die(
"Sorry - unable to connect to to MySQL");
   echo(
"Congratualations - you connected to MySQL");
?>

</h2>
</body>
</html>


CBGrafix 07-30-2003 08:37 PM

my MySQL doesn't work ?_?'

I have tried a lot to get it to work, followed the instructions exactly.

I used a mysql test file to check it.

here is the error

Quote:

Fatal error: Call to undefined function: mysql_connect() in C:\Network\Apache2\htdocs\mysqltest.php on line 9
the coding i used


PHP Code:

<html>
<head>
<title>MySQL Test</title>
</head>
<body>
<h2>

<?php
   $connection 
mysql_connect("localhost","root","password")
   or die(
"Sorry - unable to connect to to MySQL");
   echo(
"Congratualations - you connected to MySQL");
?>

</h2>
</body>
</html>


assassingod 07-30-2003 08:46 PM

Try this;

PHP Code:

<?php 
$user 
"root";
$connection mysql_connect"localhost"$user"password" );
if(
$connection) {
$msg="Connected to MySQL, $user";
} else {
$msg="Failed";
}
?>
<html> 
<head> 
<title>MySQL Test</title> 
</head> 
<body> 
<h2> 

<?php 
echo("$msg");
?> 
</h2> 
</body> 
</html>



All times are GMT. The time now is 01:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05734 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete