thanks! i found only 28 out of 34 fields in psa.hosting in my db.
but those commands don't work:
# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` psa > psa.sql : the backup is not created using this command, which another is the correct?
# mysql -uadmin -p`cat /etc/psa/.psa.shadow : i can login only with plesk db command
then when i enter:
ALTER TABLE `psa.hosting` ADD `fp` enum('false','true') NOT NULL default 'false';
i get error:
ERROR 1146 (42S02): Table 'psa.psa.hosting' doesn't exist
this is my mysql> desc psa.hosting; output:
i need to add these, please could you write me commands to copy and paste, i'm lost here
+-------------------------+----------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------------------+----------------------+------+-----+---------+-------+
| fp | enum('false','true') | NO | | false | |
| fp_ssl | enum('false','true') | NO | | false | |
| fp_enable | enum('false','true') | NO | | false | |
| fp_adm | varchar(20) | NO | | NULL | |
| fp_pass | varchar(20) | NO | | NULL | |
| fp_no_index | enum('false','true') | NO | | false | |
| fp_no_index | enum('false','true') | NO | | false | |