PDA

View Full Version : mysql01.powweb.com


SeaWitch
3-17-03, 03:04 AM
Invisionboard problems again

Well,

It's starting again. Earlier, the rebooting seemed to have fixed the problem. Now, I'm having to switch back and forth between config files for different db users. :mad:

Hopefully, this does not mean a repeat of today. I truly hope not.

PLEASE look into this and give us a permanent fix, and ETA of that permanent fix!

HalfaBee
3-17-03, 10:15 PM
Don't know much about IB, but why not rotate the users randomly like this.

$ruser[]="user1";
$ruser[]="user2";
$ruser[]="user3";

$user = $ruser[ rand(0,2) ];

You will have to change $user to whatever variable IB uses.
This seems to reduce a lot of the problems.

HalfaBee