This topic is locked
[SOLVED]

 Need IP address

2/10/2020 11:15:10 AM
PHPRunner General questions
R
Ron38 author

InMotion Hosting has an option to add an IP address to list of approved addresses to access my database. I need an IP address for PhPRunner please.

Ron

jadachDevClub member 2/10/2020



InMotion Hosting has an option to add an IP address to list of approved addresses to access my database. I need an IP address for PhPRunner please.

Ron


They are most likely talking about allowing your workstation's IP access, so you can build locally using your remote database. You would allow your IP address.

Admin 2/10/2020

There is no such thing as "IP address for PhPRunner". They are talking about your computer's IP address. Go to https://www.whatismyip.com/ to find it out.

N
Nir Frumer 2/11/2020

hi

"ping" your domain and use the ip address you get

the host is "localhost" and the user/password is whatever you assign to your database
best,

Nir.

C
CTom 2/11/2020

Hi,

  1. As Sergey said, obtain your IP address at www.whatismyip.com (something like 212.111.222.111, IPV4 format)
  2. In your hosting panel > mysql management section, you should have an option to authorize remote mysql database access (from your local IP to the server). Add the IP there and you should be set.
    Catalin

R
Ron38 author 2/12/2020

Well, duh... I realized what IP address they want while driving in the car. Hint to all: don't get old.

Once I made some adjustments at my host and added my IP address, I was in to PhPRunner.

Thanks to all for patience!