Login     Sign up
Installing error at the time run intall.php
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

hi

Help me
Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/webvishw/public_html/social/install/db_ctrl.php on line 185
Got Errors

  1. Database connection Error, Please return to previous step and check the info
164 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

Verify that the mysql connection data's you are using are the correct ones.

Gilbert

164 months ago
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

thanks for reply

164 months ago
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

i think database import somthing worng

164 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

Try that way:

$db_info = array(
'host' => 'localhost'
'user' => 'webvishw_social',
'pass' => 'datta471',
'dbname' => 'webvishw_social'
);

Gilbert

164 months ago
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

not work

164 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

So ask to your webhost what is the configuration for msql host.
Eventually, verify before that you are using the correct MYSQL database name, username and password database's data, for it must correspond to the ones you have create in your webhosting control panel.

Gilbert

164 months ago
Rajesh Rane (@deffect)
Join date: Nov 25th 2010
Community posts: 18
View Profile
Send Message

Thanks It Works

164 months ago
JLinux (@geyids)
Join date: Oct 17th 2010
Community posts: 6
View Profile
Send Message

Hi is there a way to specify the mysql port?

164 months ago
Indomoringa (@indomoringa)
Join date: Jan 28th 2012
Community posts: 1
View Profile
Send Message

How resolve that problem? I got same problem.

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/webvishw/public_html/social/install/db_ctrl.php on line 185
Got Errors

  1. Database connection Error, Please return to previous step and check the info
150 months ago