Board errors

  • Thread starter Thread starter Huskerboard
  • Start date Start date
H

Huskerboard

Guest
Hey fellas,

Just wanted to say sorry for the problems with the board over the past few days. We are pretty certain we have the problem pinpointed and it should be fixed for good. Please let Blackshirt know if these problems recur.

Thanks for your patience.

HuskerBoard Staff

 
WHatever let Blackshirt know that this is unexceptable!!!!! Stop hording all the money and buy a decent setup for once.

 
Nah those membership dues are gonna put all my illegitimate kids through college dammit. Guess theyre screwed.

BTW, you may have still noticed some sporadic errors. Appears we've run into a bit of a problem with the upgrade from MySQL 4.0 to 4.1. It's being looked into again, but if this sounds familiar to anyone please let me know.

 
Yes, I have noticed the same thing. The board turned dead about an hour or so ago, now it is fine.

 
Nah those membership dues are gonna put all my illegitimate kids through college dammit. Guess theyre screwed.
BTW, you may have still noticed some sporadic errors. Appears we've run into a bit of a problem with the upgrade from MySQL 4.0 to 4.1. It's being looked into again, but if this sounds familiar to anyone please let me know.
Thanks for your efforts

 
I might have a resource that could help out. I will see if he knows of any issues.

What, in general, is the problem? I know I have seen permission problems (root being denied access while running queries).

 
Last edited by a moderator:
I have this input, if it has something to do with root priveledges.

try this.

mysql_fix_privilege_tables --password=root_password

mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'root_password' WITH GRANT OPTION;

mysql> FLUSH PRIVILEGES;
 
Thanks for the input guys. I'm not sure of the specifics b/c I dont deal with the DB directly, but I'll pass this on to my DBA and let you what I find out about the details. Appreciate the help.

 
Thanks for the input guys. I'm not sure of the specifics b/c I dont deal with the DB directly, but I'll pass this on to my DBA and let you what I find out about the details. Appreciate the help.
Bullcrap...do your job and get it working

 
Back
Top