Resolution
Automatical Plesk database dumps are stored in the folder defined by DUMP_D variable value in /etc/psa/psa.conf file.
Automatic dumps consist of two types: Continue reading “How can I restore Plesk database dump?”
Attention in classroom
Automatical Plesk database dumps are stored in the folder defined by DUMP_D variable value in /etc/psa/psa.conf file.
Automatic dumps consist of two types: Continue reading “How can I restore Plesk database dump?”
$requestAddress = “your XML url”;
$xml_str = file_get_contents($requestAddress,0);
$xml_str = mb_convert_encoding($xml_str, ‘UTF-8’, “iso-8859-7”);
//mb_convert_encoding(‘The URL’, ‘The URL Encoding’, ‘Your encoding’)
online tv channels from http://wwitv.com/portal.htm
The work of our companion constructed basis of Snow Leopard 10a432 userdvd
And experience of users of resources TorrentMac and AppleLife!
Suits both for GUID, and for Mbr partition scheme + integrated Russian localisation + integrated DSMOS (432) from Netkas – (Minus) other languages, the printer-drivers and cheerful voices (AdditionalSpeechVoices)!
After PCWIZ the time is for Layne, Cri900 to release OSX86 10.5.6, Yes iDeneb 10.5.6 is out and available at Green Demon or Rapidshare. iDeneb V1.4 10.5.6 is supported both Intel and AMD processors with support of SSE2, SSE3. You have the option of both Chameleon and EFIV9 bootloaders. Ati Radeon 4XXX series is still missing although the distro has a large number of driver support. This release of iDeneb is optimized for netbooks including Acer Aspire A150, Samsung NC10 and MSI Wind. Lets take a quick look at the final release. Continue reading “iDeneb”
Well, after diggin on the mysql website for the plesk error above ( http://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html ) , I issued these commands from telnet and it fixed the plesk admin center which started normal:
# mysqlcheck –check-upgrade –all-databases –auto-repair –user=admin –password=youradminpassword
then issue this command:
# mysql_fix_privilege_tables
I got error because of the mysql connection needs the admin user username and password since this is the database user used by plesk, so I issued this command manually:
# cat /usr/share/mysql/mysql_fix_privilege_tables.sql | /usr/bin/mysql –no-defaults –force –user=admin –password=youradminpassword –host=localhost –database=mysql
Now Plesk is working normal, mysql is working normal, php 5.2.6 is working normal, so everything updated and working.
Will update here if any issue …