• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

accounts table missing

yatint

Basic Pleskian
Hello,

I just checked and found that from psa database accounts table is missing . Please tell me how to retreive accounts table of psa dataabse

waiting for your response.

Please help me

thanks
Yatin
 
Last edited:
mysql> show create table accounts\G
*************************** 1. row ***************************
Table: accounts
Create Table: CREATE TABLE `accounts` (
`id` int(10) unsigned NOT NULL auto_increment,
`type` varchar(32) character set ascii NOT NULL default 'plain',
`password` text character set ascii collate ascii_bin,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1
 
Plesk error

Hello,

I created new table " account " and added user one by one. Need one more help

While upgrading plesk m getting below eroor :

Parallels Panel pre-upgrade checking...
WARNING: Please, switch off strict mode for MySQL server. Read carefully article http://kb.parallels.com/en/112453 for details.

Please suggest

thanks
yatin
 
This is KB article with description how to disable strict mode for MySQL. What sort of suggestions do you need?
 
In article is shows that

" Withdraw STRICT_TRANS_TABLES and STRICT_ALL_TABLES from the sql-mode configuration directive or comment it out altogether:
# cat /etc/mysql/my.cnf|grep sql-mode
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

Well I php.ini of my server there was no line with sqlmode..
I added
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
in my php.ini , restarted mysql still at the time of upgradetion it give me error every time

WARNING: Please, switch off strict mode for MySQL server

Will you please check if i provide you server details via PM ?

waiting for your response.

Thanks,
 
Warning is not error.
What happens after this warning? Upgrade stops or what?
 
Back
Top