|
Re: FUD is down [message #2480 is a reply to message #2479] |
Thu, 09 May 2002 22:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Did you get some sort of an error when you were attempting to delete the forum?
FUDforum Core Developer
|
|
|
|
Re: FUD is down [message #2482 is a reply to message #2480] |
Thu, 09 May 2002 22:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Just checked there was indeed a bug with deletion of forums.
I've patched the affected file, the fixed version is attached to this message.
The forum not comming up is the result of an un-released table lock, the solution is 2 part. First you need to modify GLOBALS.php and change the "MYSQL_PERSIST" option to 'N'. Then you need to do 1 of the following:
* Restart MySQL OR * Restart Webserver OR * Kill MySQL threads attached to your forum database using mysqladmin utility
FUDforum Core Developer
|
|
|
|
Re: FUD is down [message #2485 is a reply to message #2484] |
Thu, 09 May 2002 23:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Eventually but you can still use mysqladmin perhaps you need to give it a different host?
I checked on a few computers and MySQL does allow you to kill your own threads...
You can see your own threads by running the followin command inside MySQL client: [code] show full processlist; [code]
It will show all your sql connections and what are they doing at the moment.
FUDforum Core Developer
|
|
|
|
Re: FUD is down [message #2491 is a reply to message #2487] |
Fri, 10 May 2002 00:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
mysql client is the command line "mysql" binary that allows you to connect to your MySQL database and run queries.
FUDforum Core Developer
|
|
|