Hi again
After trying to install phpmyadmin I realised I forgot my mysql root password. I tried to reset it but it wasn't having any of it, so I uninstalled and reinstalled MySQL, set my new password and all seemed well. Now I'm getting errors when trying to access phpmyadmin login that are saying:
Code:
phpMyAdmin - Error The mysql extension is missing. Please check your PHP configuration
So I try to install php5-mysql as it seems like it's missing, and it does the usual prompt to install the package, and after confirming Y I get the following message and then nothing else:
Code:
php5 (5.3.3-7+squeeze5) squeeze-security; urgency=high
* The following new directives were added as part of security fixes:
- max_input_vars - specifies how many GET/POST/COOKIE input variables
may be accepted. Default value is set to 1000.
- xsl.security_prefs - define forbidden operations within XSLT
stylesheets. Write operations are now disabled by default.
-- OndÅej Surý <ondrej@debian.org> Mon, 23 Jan 2012 12:22:26 +0100
php5 (5.3.3-7+squeeze4) squeeze-security; urgency=low
* Updated blowfish crypt() algorithm fixes the 8-bit character handling
vulnerability (CVE-2011-2483) and adds more self-tests. Unfortunately
this change is incompatible with some old (wrong) generated hashes for
passwords containing 8-bit characters. Therefore the new salt prefix
'$2x$' was introduced which can be used as a replacement for '$2a$'
salt prefix in the password database in case the incompatibility is
found.
-- OndÅej Surý <ondrej@debian.org> Mon, 04 Jul 2011 10:31:16 +0200 As far as I understood it, it was just telling me that there were some php updates, but it doesn't install php5-mysql. Everytime I try to install it comes up with the same thing, even after doing an apt-get update beforehand.
Any ideas? Do I need to manually update something?