Could not connect to MySQL database?

Status
Not open for further replies.

chiamingen

New Member
Messages
14
Reaction score
0
Points
0
why i can'y Could not connect to MySQL database and sometime Could not select '123_abc' database - please make sure this database exists
any one can teach me put correct info in the form

form
<------------------>
Host:?
Login: ?
Password:?
Database Name: ?
Table Prefix:?
<------------------>
example:
i have created a database call "123_abc"
and user also "123_abc" and lastly access host call "abc" in MySQL
how do have put this correctly in form?
thx
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
You want to use localhost as the access host.

-Corey
 

repusmod

New Member
Messages
502
Reaction score
0
Points
0
I have the same problem, don't know if it is a problem but I can't connect on my database..
 

yhap2003

New Member
Messages
222
Reaction score
0
Points
0
what are you guys talking about, i really think that you guys should give more info on you support request topic!! First of all what is this connection problem for? Is it some forum?, script? or something. please specify!!!

<------------------>
Host:localhost
Login:database login (username)
Password:database password
Database Name: your database name
Table Prefix: e.g. 123_
<------------------>
 

repusmod

New Member
Messages
502
Reaction score
0
Points
0
chiamingen said:
why i can'y Could not connect to MySQL database and sometime Could not select '123_abc' database - please make sure this database exists
any one can teach me put correct info in the form

form
<------------------>
Host:?
Login: ?
Password:?
Database Name: ?
Table Prefix:?
<------------------>
example:
i have created a database call "123_abc"
and user also "123_abc" and lastly access host call "abc" in MySQL
how do have put this correctly in form?
thx

I fixed my problem...

For access host add nothing leave just localhost there...

here is how you have to set your config.php

<------------------>
Host:localhost
Login: 123_abc
Password:your password for 123_abc user
Database Name:123_abc
Table Prefix:nuke

Hope that will help you..
 
Status
Not open for further replies.
Top