Jump to content

PhoenixCraft

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by PhoenixCraft

  1. That helps with the hostname being stevie.heliohost.org but I Don't know the port or how to make a database remote accessible
  2. I run a few Minecraft servers, I use my website here for the forums, and I chose to move to Helihost because they offered Remote MySQL so I could use it for the minecraft plugin that requires a MySQL database. How would I go about connecting it? This is the info required for the database: mysql: hawkeye-table: hawkeye port: 3306 player-table: hawk_players username: '' world-table: hawk_worlds hostname: max-connections: 10 password: '' database: ''
  3. I still get the same error, now it says this" SQL ERROR [ mysqli ] Access denied for user 'database'@'localhost' (using password: YES) [1045] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. again I censored my database, but this time with databse I still get the same error, now it says this" SQL ERROR [ mysqli ] Access denied for user 'database'@'localhost' (using password: YES) [1045] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. again I censored my database, but this time with databse UPDATE: I fixed the issue, but now I'm having ANOTHER issue, this is what it says NOW: General Error SQL ERROR [ mysqli ] Table 'database.phpbb_config' doesn't exist [1146] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. There is no config in the MySQL database, but when I upload the config to the database I get the above error, so I gzipped everything in my Public HTML file, and tried to upload that to a new database, that failed also.
  4. Thank you for your help, yes I am running a PHPBB forum, I managed to get everything loaded into the public_html file, but I am still getting a mysql error this is it: SQL ERROR [ mysqli ] Access denied for user 'database'@'localhost' (using password: YES) [1045] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. I censored my database. As for remote mysql, how does it work, I specify the IP to allow, but what port do I put into the config file for my plugin? I can list the things required for the config if necessary, Thank you, I think I solved this error, if you look below I am having a new error. UPDATE: I fixed the issue, but now I'm having ANOTHER issue, this is what it says NOW: General Error SQL ERROR [ mysqli ] Table 'database.phpbb_config' doesn't exist [1146] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. There is no config in the MySQL database, but when I upload the config to the database I get the above error, so I gzipped everything in my Public HTML file, and tried to upload that to a new database, that failed also.
  5. Forget that, I have it now, I moved my public_html file, but I I am getting this error: SQL ERROR [ mysqli ] Access denied for user 'darius69_darius'@'stevie.heliohost.org' (using password: YES) [1045] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. I'm not sure if I have the MySQL server right though.
  6. Hello, I moved hosts from another host to move here because of better MySQL databases, with remote connection and I am transfering my files, i followed the guide on this site: http://www.phpbb.com...host-or-domain/ and I have all my files here, I just want to know how to get the domain to point to the forums, so that it actually works, any help is appreciated, thanks.
  7. Hello everyone, I'm moving here from a previous host because I need a host that ALSO offers remote MySQL connections for my Minecraft servers, I moved ALL of my MySQL file, but the config.php, I generated a new one from this link http://www.phpbb.com/kb/article/rebuilding-your-configphp-file/ But I get this error when importing the file: Error There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR: Unknown Punctuation String @ 1 STR: <? SQL: <?php // phpBB 3.0.x auto-generated configuration file // Do not change anything in this file! $dbms = 'mysql'; SQL query: <?php // phpBB 3.0.x auto-generated configuration file // Do not change anything in this file! $dbms = 'mysql'; MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php // phpBB 3.0.x auto-generated configuration file // Do not change anythi' at line 1 I noticed it said unknown puncuation at string 1 so I redid the config and made sure there was NOTHING infront of the PHP Starter and there wasn't, I'm not sure what's wrong, and my main PHP scripter is busy. I am very new to PHP I just learned it this morning, so try and dumb it down as best as possible if you could, thanks (:
×
×
  • Create New...