Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

new connection remote server Hostname. what should it be? 192.168.10.33 is not working

hi all,

im very new to database stuffs. i was just trying to learn by repeating Andrew's instruction. but in this Hostname part, Andrew said building new connection, the hostname can be a 4 numbers IP address or even some random name like db1111.somehost.com.

im just really confused what should we use here. and the IP he used 192.168.10.33 is not connecting.

1 Answer

Steven Parker
Steven Parker
231,140 Points

You forgot to include a link to the video, but I can give you some generic information.

:point_right: That IP number would be unique to his network.

You would need to use the number assigned to the machine that provides the equivalent service on your own network. If you're connecting to a service on your own machine, you can use 127.0.0.1 — for anything else, you would need the number that identifies the remote server.

Hi Steven,

https://teamtreehouse.com/library/database-foundations/securing-and-maintaining-a-mysql-database/setting-up-multiple-users-2

this is the link and is in "Database Foundation" - 'setting multi users'. He was trying to set user1, user2, user3 with different authorizations in a remote server.

I'm just confused how to set remote server, or in other words, to get those unique numbers of my own?

Thank you so much for helping. and you have a great day.