MySQL help?

Scud

Veteran XX
I am trying to setup an new db so people can enter info from a php form and store it in the db. My question is when I am setting up the db on my website it is asking for a access host. What do I need to put in there?


Thanks
 
that would be the ip the mysql db would be accessed from..

which is 127.0.0.1 unless the db and www are on seperate servers.

(unless i misunderstood, in which case you can call me any and all bad names)
 
the access host is the machine that the db is on.

to link to any mysql database you have to have connect to the host machine for the db, give a user and password that are allowed access to that db before you can query.


if you have any specific questions you can pm me if you want.



:bouncy:
 
Back
Top