I am trying to impliment a script on my server and it needs to know what the MySQL server is and I dont know. I have tried localhost and lockwolf.frihost.net and still havent figured it out. Please help!
MySQL Server
| lockwolf wrote: |
| I am trying to impliment a script on my server and it needs to know what the MySQL server is and I dont know. I have tried localhost and lockwolf.frihost.net and still havent figured it out. Please help! |
It's localhost.
Try something like this:
| Code: |
| $dbhost = 'localhost'; |
sweet that fixed it, thanks
Related topics
