<B
CLASS="command"
->UPDATE user SET Password=PASSWORD('<new_password'>)
+>UPDATE user SET Password=PASSWORD('<new_password>')
WHERE user='root';</B
>
</TT
which can limit connections by ip-address. You may download this module
at
<A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
TARGET="_top"
-> http://www.snert.com/Software/Throttle/</A
->.
+>http://www.snert.com/Software/mod_throttle/</A
+>
Follow the instructions to install into your Apache install.
<EM
>This module only functions with the Apache web
command provided by this module to accomplish this goal. See the
<A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
TARGET="_top"
>Module
Instructions</A
which can limit connections by ip-address. You may download this module
at
<A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
TARGET="_top"
-> http://www.snert.com/Software/Throttle/</A
->.
+>http://www.snert.com/Software/mod_throttle/</A
+>
Follow the instructions to install into your Apache install.
<EM
>This module only functions with the Apache web
command provided by this module to accomplish this goal. See the
<A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
TARGET="_top"
>Module
Instructions</A
<B
CLASS="command"
->UPDATE user SET Password=PASSWORD('<new_password'>)
+>UPDATE user SET Password=PASSWORD('<new_password>')
WHERE user='root';</B
>
</TT
limited to 16 characters.
bash# mysql -u root mysql
- mysql> UPDATE user SET Password=PASSWORD('<new_password'>) WHERE
+ mysql> UPDATE user SET Password=PASSWORD('<new_password>') WHERE
user='root';
mysql> FLUSH PRIVILEGES;
speeds for other users. If your Bugzilla installation is experiencing
this problem , you may install the Apache module mod_throttle which
can limit connections by ip-address. You may download this module at
- http://www.snert.com/Software/Throttle/. Follow the instructions to
+ http://www.snert.com/Software/mod_throttle/ Follow the instructions to
install into your Apache install. This module only functions with the
Apache web server! You may use the ThrottleClientIP command provided
by this module to accomplish this goal. See the Module Instructions