Plesk Unix Knowledgebase:
http://kb.swsoft.com/en/products/pleskunix∞
Plesk Documentation:
http://www.swsoft.com/en/products/plesk/docs/∞
Plesk Forum:
http://forum.swsoft.com/forumdisplay.php?s=084a3f83b88a1a39a4d0ead334315072&forumid=113∞
Deinstalling Plesk from Linux Systems:
http://download1.swsoft.com/Plesk/Plesk8.1/Doc/plesk-8.1-unix-installation-guide/18518.htm∞
PleskCommands
PleskQmail
PleskLayout
PleskFtp
PleskMailman
If I open some database through
PHPMyAdmin in Plesk CP, the following error occurs: "Non-static method PMA_Config::isHttps() should not be called statically".
http://kb.swsoft.com/en/1869∞
PLESK Database Documentation:
http://pleskhacker.com/db/main∞
Query to get details of all databases of a client
select clients.id,domains.name ,data_bases.name,db_users.login,accounts.password from clients,domains,data_bases,db_users,accounts where (pname='Marc Gagnon') and (domains.cl_id=clients.id) and (data_bases.dom_id=domains.id) and (db_users.db_id=data_bases.id) and (accounts.id=db_users.account_id);
Query to get mailname password from psa database:
select domains.id,mail.account_id,accounts.password from domains,mail,accounts where (domains.name='kenney.in') and (mail.mail_name='dejavu12') and (accounts.id=mail.account_id);
There are no comments on this page. [Add comment]