Jump to content

[Solved] Adress Of Heliohost"s Mysql Host Server


piotrekn

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...