Diki Maulana (@sakeclak) |
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/u536836876/public_html/install/db_ctrl.php on line 185
Got Errors
Database connection Error, Please return to previous step and check the info
where i can paste the code if im have a thats installation error problem
$db_info = array(
'host' => 'localhost'
'user' => 'webvishw_social',
'pass' => 'datta471',
'dbname' => 'webvishw_social'
);
im new, thanks..
this error can be fixed by finding your /my/config file.
$db_info = array(
'host' => 'localhost'
'user' => 'This is your database user name',
'pass' => 'this is your database password',
'dbname' => 'This is your database name'
);
</tr>
Billy Martin @bmartin
146 months ago
|