connect to db

Status
Not open for further replies.

tulips

New Member
Messages
1
Reaction score
0
Points
0
I wanna know the connection parameters to connect to my mysql database
my database name tulips_enjsc
db username tulips_randa
db pass ***removed***
 
Last edited by a moderator:

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
In your script's config file, use the information you provided and provide 'localhost' as the SQL host.

Database Host: localhost
Database Name: tulips_enjsc
Database Username: tulips_randa
Database Password: *Your Database Password Provided for the user*

Also, never post your password in public, not even your database password.
 
Last edited:
Status
Not open for further replies.
Top