how to enable thhhhhhhhhhhhhhhhhhhhis ????!!!!!!!!

Status
Not open for further replies.

iraq prince

New Member
Messages
3
Reaction score
0
Points
0
when i creat a database and user with all permissions

the server prevent me from connect

and i think the resone is

this


when i open phpmy admin

i see

this
$cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ]$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]General relation features: Disabled $cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]Display Features: Disabled $cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]Creation of PDFs: Disabled $cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]Displaying Column Comments: DisabledBookmarked SQL query: DisabledBrowser transformation: Disabled $cfg['Servers'][$i]['history'] ... not OK [ Documentation ]SQL history: Disabled $cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]Designer: Disabled


pleaaaaaaaaaaaaase how to enable it
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
To use MySQL in your website you will first need to create a MySQL database and a MySQL User. You can do this from cPanel. (Don't forget to link the User to your Database).

Then you need to configure your script to connect to MySQL, the following settings should be used:
• Host/Server Name = 'localhost'
• Port = '3306'
• Username = [Your*cPanel username followed by an underscore and the MySQL username you configured in cPanel]
• Password = [The password that you used when creating the MySQL user]
• Database = [ Your cPanel username followed by an underscore and the name of the database that you created in cPanel]
Free hosting accounts do not have remote MySQL access.
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

As we have not received any replies i am marking this ticket as resolved. If you have any further issues please re-open this ticket or create a new one.
 
Status
Not open for further replies.
Top