Remote Database Access Hosts - Wild Cards

。_饼干妹妹 提交于 2019-12-11 19:18:00

问题


I'm trying to enable my computer to remotely access a MySQL database.

The website is not letting me enter the IP address as is, so I need to start the address with a % wildcard.(Reasons to do with restrictions on free hosting).

IP: 192.168.0.78

Remote Access: %.168.0.%

Will that setting allow my IP to connect to the database?


回答1:


192.** is your IP within your personal network at home.

Go to http://www.whatsmyip.org/. Find what your IP is and go from there.

As for the wildcard charater, I've never tried it, but it seems logically correct. But do try it with the correct IP.



来源:https://stackoverflow.com/questions/10900504/remote-database-access-hosts-wild-cards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!