• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Error in My Sql

G

genovesed

Guest
have error in data base MySql:
the error is : Incorrect information in file File: (name file.frm)

my.ini is

[client]
port=3306

[mysqld]
port=3306
basedir=C:\\Programmi\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Programmi\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
safe-show-database
old_passwords=1
back_log = 75
max_connections = 500
key_buffer = 64M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 2048
thread_cache_size = 256
wait_timeout = 15
connect_timeout = 10
tmp_table_size = 64M
max_heap_table_size = 64M
max_allowed_packet = 64M
net_buffer_length = 16384
max_connect_errors = 10
thread_concurrency = 2
read_rnd_buffer_size = 786432
bulk_insert_buffer_size = 8M
query_cache_limit = 3M
query_cache_size = 48M
query_cache_type = 1
query_prealloc_size = 262144
query_alloc_block_size = 65536
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=16M
innodb_log_file_size=10M
innodb_thread_concurrency=8
innodb_data_file_path = ibdata1: 10M: autoextend
innodb_file_per_table
tmpdir=C:\\Programmi\\SWsoft\\Plesk\\admin\\db
skip_grant_tables=1


#If no specific storage engine/table type is defined in an SQL-Create statement the default type will be used.


[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M

[mysqlhotcopy]
interactive-timeout

Version Plesk is 8.6 server windows

which may be the problem?

Tanks
 
Back
Top