Author Topic: Change server IP address and now MySQL error  (Read 7107 times)

Offline iankearns

  • Newbie
  • *
  • Posts: 3
Change server IP address and now MySQL error
« on: March 01, 2007, 05:21:20 AM »
Hi there

SInce changing the IP address of the test server from an internal to external I get

SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

when trying to connect to the Roundcube webmail homepage.

I know this is a message that it cant connect to the database but considering the string uses 'localhost' then this has not changed?

Any ideas?

Offline Jaspa

  • Newbie
  • *
  • Posts: 6
Re: Change server IP address and now MySQL error
« Reply #1 on: March 01, 2007, 06:12:51 AM »
Would have to ask why you changed your server IP address from an internal to external address. Is your web server able to be accessed normally? Does it display other html pages ok? You could also try specifying the IP address in your config rather than localhost, that may help. Do you have any errors appearing in any mysql logs, web server logs maybe?

Offline iankearns

  • Newbie
  • *
  • Posts: 3
Re: Change server IP address and now MySQL error
« Reply #2 on: March 01, 2007, 06:32:36 AM »
Hi there

The server was on private IP as the roundcube application and the backend mailserver were being tested in a lab environment. When we were happy with the whole look, feel and performance of the build we put it live on a public IP and at that point it fell over.
In the db.inc.php the string reads "'mysql://:@localhost:3307/'"
As it refers to 'localhost' and this doesnt change on the server then sgurely this sould not be a problem?

Offline iankearns

  • Newbie
  • *
  • Posts: 3
Re: Change server IP address and now MySQL error
« Reply #3 on: March 01, 2007, 07:32:55 AM »
Resolved.
Uninstalled the MySQL server application and reinstalled