Changes between Version 24 and Version 25 of GenDol7TShooter
- Timestamp:
- Mar 5, 2013, 6:06:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDol7TShooter
v24 v25 10 10 '''[#IvegotInternalerror500. I've got "Internal error 500".]''' 11 11 12 '''[#IkeepgettingDatabaseactivationfailedbutImsuremyconfigurationiscorrect. I keep getting "Database activation failed" but I'm sure my configuration is correct.]'''13 14 12 '''[#Mysecurityimagedoesntshowuponjoin_form.php. My security image doesn't show up on join_form.php.]''' 15 13 … … 51 49 52 50 You maybe need to ask web hosting support to check error log files for you, since it maybe that you have no access to these files. 53 54 ----55 56 == I keep getting ''Database activation failed'' but I'm sure my configuration is correct. ==57 58 Try resetting your ''MySQL'' password manually. If you have access to ''MySQL'' via shell, try issuing:59 {{{60 SET PASSWORD FOR 'dolphinusername'@'hostname' = OLD_PASSWORD('password');61 }}}62 63 If you are using a version of ''MySQL'' prior to 4.1, use PASSWORD instead of OLD_PASSWORD. If you do not have shell access, you should be able to simply enter the above into an ''SQL query'' in ''phpMyAdmin''. Failing that, you may need to use your host's control panel to reset the password for your database user.64 51 65 52 ----