Can't install scripts

Status
Not open for further replies.

the_site

New Member
Messages
159
Reaction score
1
Points
0
I get this message when I install scripts
Warning: mysql_query() [function.mysql-query]: Access denied for user 'theadmin'@'10.33.248.81'
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,929
Reaction score
118
Points
63
1. you need to be using "localhost" or "127.0.0.1" as the hostname for your database
2. you need to create your database beforehand via the MySQL Databases link in cPanel. After creating the database there, you need to also create a database user that has access to that database.
3. since you're only allowed 2 databases, it's recommended that you utilize any "table prefix" option that the script may offer, as this will allow you to easily install multiple scripts using only one database.
 
Status
Not open for further replies.
Top