Jump to content

[Solved] Adress Of Heliohost"s Mysql Host Server


Recommended Posts

Posted

Hey,

I am trying to connect to MYSQL I searched through your forum and tried stevie.heliohost.org:3306 and stevie.heliohost.org as suggested,but it still gives me an error.

 

<?php

$mysqli = new mysqli("stevie.heliohost.org", "piotrekn_test", "***", "***");

if (mysqli_connect_errno()) {

printf("Connect failed: %s\n", mysqli_connect_error());

exit();

}

?>

 

if I enter stevie.heliohost.org, it gives me error:

Warning: Connect failed: Access denied for user 'piotrekn_test'@'46.250.186.194' (using password: YES)

Best regards,

P

 

User: piotrekn

Subdomain: malta.heliohost.org

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...