Hello there !
It doesn't matter what i try i cannot connect to the database i created in the cpanel.
I'm trying to connect with a php-script to it, but the connection doesn't establish
here is the script i use:
<?php
mysql_connect("absolut.x10hosting.com", "darie_admin", "****") or die ("ERROR: can't connect to mysql-server");
mysql_select_db("darie_database") or die ("ERROR: can't connect to database");
?>
i created the database with the mysql-center in the cpanel, database's name is shown as "darie_database"
and i added a user called "darie_admin"
Please help ! Thanx
Darie
It doesn't matter what i try i cannot connect to the database i created in the cpanel.
I'm trying to connect with a php-script to it, but the connection doesn't establish
here is the script i use:
<?php
mysql_connect("absolut.x10hosting.com", "darie_admin", "****") or die ("ERROR: can't connect to mysql-server");
mysql_select_db("darie_database") or die ("ERROR: can't connect to database");
?>
i created the database with the mysql-center in the cpanel, database's name is shown as "darie_database"
and i added a user called "darie_admin"
Please help ! Thanx
Darie
Last edited: