MySQL details

Status
Not open for further replies.

b/r\b

New Member
Messages
6
Reaction score
0
Points
0
Could you please give me the details for the MySQL service so I can configure my PHP website to function with it more specifically:
Table (NOT DATABASE)
MySQL user
MySQL user's password
Database
 

The Real Rebel

New Member
Messages
336
Reaction score
10
Points
0
Depends what you are installing,

MySQL user and password are defined in Cpanel, You have to create a user for the database.
 

b/r\b

New Member
Messages
6
Reaction score
0
Points
0
I am installing futallaby
define(SQLLOG, 'CHANGEME'); //Table (NOT DATABASE) used by image board
define(SQLUSER, 'CHANGEME'); //MySQL user (must be changed)
define(SQLPASS, 'CHANGEME'); //MySQL user's password (must be changed)
define(SQLDB, 'CHANGEME'); //Database used by image board
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
Suppose you have given mysql username as database and your control panel username is panel then your database username will become panel_database.. Password is same what you have given and suppose you have given database name as mydatabase then the database name will be panel_mydatabase
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
what do you mean for the log. Do you mean that you forgot your password and want to retrieve it
 

b/r\b

New Member
Messages
6
Reaction score
0
Points
0
No, but a challenger appears for that problem
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'BrB'@'starka.x10hosting.com' (using password: YES) in /home/brb/public_html/img/imgboard.php on line 26
MySQL connection failure
HALP please
 

b/r\b

New Member
Messages
6
Reaction score
0
Points
0
BTW by log I mean the table NOT DATABASE I use but I think I can figure that out myself
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
I think you are not using the username as I've said in post here.

Edit: And No need to create any table. It will be created automatically.

also use localhost as your database location.
 
Last edited:
Status
Not open for further replies.
Top