• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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