How do i find out what my mysql host address is? It wasnt mentioned in any of the signup info I receieved, and I can't find it in the DirectAdmin panel anywhere. When I tried creating a database, it said that the host was localhost. Does this mean that I must host my mysql databases on my own computer?
mysql host address?
To make a mysql data base you must go to mysql mangement.
Look at the image for more details
www.blaster.frih.net/how.bmp
Look at the image for more details
www.blaster.frih.net/how.bmp
| yooksauce wrote: |
| How do i find out what my mysql host address is? It wasnt mentioned in any of the signup info I receieved, and I can't find it in the DirectAdmin panel anywhere. When I tried creating a database, it said that the host was localhost. Does this mean that I must host my mysql databases on my own computer? |
The MySQL host address is indeed localhost.
The script and the MySQL server reside on the same server (frihost server). Therefore, from the script's point of view, the MySQL server address is localhost.
Ah, thanks.
