Plesk 7.5.4 & MySQL 4.1.14 problems
Plesk 7.5.4 & MySQL 4.1.14 problems
I got MySQL 4.1.14 installed today, but now are in loads of troubles:
The MySQL function PASSWORD generates passwords which look quite different from the old passwords.
This means every client who uses the PASSWORD-function in MySQL will have problems.
Also it means that my mail cannot get sent; I think this is also caused by MySQL.
Any solutions to this?
The MySQL function PASSWORD generates passwords which look quite different from the old passwords.
This means every client who uses the PASSWORD-function in MySQL will have problems.
Also it means that my mail cannot get sent; I think this is also caused by MySQL.
Any solutions to this?
Read this thread and see if it helps:
http://forum.plesk.com/showthread.php?s=&threadid=28053
Have you ran this: (thought that this ran automatically, but I'm not sure)
and do you have oldpasswords in /etc/my.cnf?
You could also have a look at the last post here:
http://ez.no/community/forum/install_co ... tall_3_7_0
(tells how to change the passwords to "old-passwords")
http://forum.plesk.com/showthread.php?s=&threadid=28053
Have you ran this: (thought that this ran automatically, but I'm not sure)
Code: Select all
mysql_fix_privilege_tables --user=admin --password=`cat /etc/psa/.psa.shadow`
You could also have a look at the last post here:
http://ez.no/community/forum/install_co ... tall_3_7_0
(tells how to change the passwords to "old-passwords")
Fedora Core 2 (2.6.10-1.771_FC2smp)
I might have been completely mistaken about the update... I just recently learnt that my server crashed this morning, and was rebooted at 7:40 ... that was also about the time that emails stopped being delivered, according to the mail log. 2 hours later I performed the update, so it might have been an earlier update.
I might have been completely mistaken about the update... I just recently learnt that my server crashed this morning, and was rebooted at 7:40 ... that was also about the time that emails stopped being delivered, according to the mail log. 2 hours later I performed the update, so it might have been an earlier update.
Just to be complete, in addition to my previous message:
09/27/05 10:57:20 Updated: php-mbstring 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-pgsql 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-mysql 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-domxml 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql-server 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-pear 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-ldap 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql-compat 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-imap 4.4.0-3.rhfc2.art.i386
These are the updates of the last time.
/sbin/sysctl -a|grep file-max
shows:
fs.file-max = 102653
09/27/05 10:57:20 Updated: php-mbstring 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-pgsql 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-mysql 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-domxml 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql-server 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-pear 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-ldap 4.4.0-3.rhfc2.art.i386
09/27/05 10:57:20 Updated: mysql-compat 4.1.12-1.rhfc2.art.i386
09/27/05 10:57:20 Updated: php-imap 4.4.0-3.rhfc2.art.i386
These are the updates of the last time.
/sbin/sysctl -a|grep file-max
shows:
fs.file-max = 102653
Scott, I think you might be so right in this.
/sbin/sysctl -a|grep file
shows me:
fs.file-max = 102653
fs.file-nr = 3510 0 102653
The 0 is the number of available file allocates... I think this proves you are correct, right? But how should I increase this ... the 102.653 is the maximum, but it's not even near that (3510 open!)... I don't understand at all.
/sbin/sysctl -a|grep file
shows me:
fs.file-max = 102653
fs.file-nr = 3510 0 102653
The 0 is the number of available file allocates... I think this proves you are correct, right? But how should I increase this ... the 102.653 is the maximum, but it's not even near that (3510 open!)... I don't understand at all.