• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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