HostID Information ?
I need some help on a situation, I have a database setup but I'm trying to run a self-hosted gif site and upon installation it is asking for a host IP among a few other credentials both are run on the same server.
This host IP can it be extracted from a database which I created or must it be Remote SQL database ? As I want all the gits to be stored on the database so that I can simple backup the database.
-
If it is asking for the IP address of your MySQL database server - which for 99% of cPanel users will be the same server your website is hosted on - try using "localhost" or 127.0.0.1
0 -
The error when trying local host or 127.0.0.1 is; The database settings are invalid: Error 1045 (28000): Access denied for user 'thecreat_tcsgit'@'localhost' (using password: YES)
This is a common error but from many of the solutions what is the main problem when this error occurs ?
0 -
Were you able to create the database user and then grant that user access through the cPanel >> MySQL Databases page? That error looks like the user may just not have access to the database.
0 -
The user which I want to grant access to the database I'm unaware on how to find who that user is ?
0 -
The user would be thecreat_tcsgit from the output you provided, so it should be in the dropdown on that page. If it's not, there are other issues we'll have to track down.
0
Please sign in to leave a comment.
Comments
5 comments