Hello,
About a week ago, we removed an IP. We did have two, but the one we removed was connected to the MySQL database. When the IP was removed, the MySQL is still using the that old IP.
I thought that using localhost instead of the IP would use the one it is using, but it doesn't work, and when I use the old IP for connecting things up the the database, it works.
Thanks in advance
MySQL IP is old
-
- A semi-regular
- Posts: 17
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Nov 14, 2013 3:36 am
Re: MySQL IP is old
Using 0.0.0.0 binds to all available ip addresses. Make sure you have manually removed the ip from your network configuration.
Do you keep the ip until your paid time is up?
Do you keep the ip until your paid time is up?
Not a NFO employee
Re: MySQL IP is old
The IP is completely gone already.soja wrote: Do you keep the ip until your paid time is up?
Re: MySQL IP is old
Ok, I found out that I have to change things in the interfaces file, but do i just remove the old IP listing and it will automatically change the old IP of the MySQL to the new one?
Re: MySQL IP is old
Unless you bind mysql to that IP specifically, it should work.
You might need to restart networking to apply the changes. Be careful when doing this on a dedi, a VDS should be fine. I would just reboot it.
You might need to restart networking to apply the changes. Be careful when doing this on a dedi, a VDS should be fine. I would just reboot it.
Not a NFO employee
Re: MySQL IP is old
What do you mean by this exactly. How would I have "bound" it if I have?soja wrote:Unless you bind mysql to that IP specifically, it should work.