Welcome Guest, Not a member yet? Register   Sign In
A Database Error Occurred
#1

[eluser]ogib[/eluser]
Hi friends,
I have a project that upload in 000webhost.com.
Database configured as follows:

Code:
$db['default']['hostname'] = 'server30.000webhost.com';
$db['default']['username'] = 'username';
$db['default']['password'] = 'pass';
$db['default']['database'] = 'database_name';

However, it gives me an error:
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346


Where is my mistake? Please help!
#2

[eluser]michalsn[/eluser]
First thought - port number different from default (3306) .
#3

[eluser]ogib[/eluser]
which number to write?
#4

[eluser]ogib[/eluser]
I made the connection with the database.
I wrote the admin of 000webhost.com and gave me a new database host and now everything is OK




Theme © iAndrew 2016 - Forum software by © MyBB