Sorry for the delay @stephenwaite , I was just attending the office. I tell you that I made the suggested changes before starting work.
My my.ini had this configuration:
Comment the following if you are using InnoDB tables
#skip-innodb
innodb_data_home_dir=āF:/xampp/mysql/dataā
innodb_data_file_path=ibdata1:10M:autoextend
innodb_log_group_home_dir=āF:/xampp/mysql/dataā
#innodb_log_arch_dir = āF:/xampp/mysql/dataā
You can set ā¦_buffer_pool_size up to 50 - 80 %
of RAM but beware of setting memory usage too high
innodb_buffer_pool_size=16M
Set ā¦_log_file_size to 25 % of buffer pool size
innodb_log_file_size=5M
innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit=1
innodb_lock_wait_timeout=50
by changing it to the suggested one:
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = ā/xampp/mysql/dataā
innodb_log_arch_dir = ā/xampp/mysql/dataā
You can set ā¦_buffer_pool_size up to 50 - 80 %
of RAM but beware of setting memory usage too high
innodb_buffer_pool_size=32M
innodb_additional_mem_pool_size=4M
Set ā¦_log_file_size to 25 % of buffer pool size
innodb_log_file_size=8M
innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout=50
mysql server starts and after a few minutes it turns off, if I comment the line:
innodb_additional_mem_pool_size=4M
It works, but I havenāt noticed any changes in speed.
As I write this I see that there are other options with more buffer, I have tried them with 256 MB, and I still donāt notice any differences.
With innodb_additional_mem_pool_size added the server does not start
estoy esperando la consulta sql de martin para ver si hay algo en la base.
tambien estaba pensando en ver si puedo armar una consulta de actualizacion para modificar todos los datos sensibles de los pacientes y asi ver si le puedo pasar la base a martin para que pueda hacer las pruebas que necesite.
por otro lado, si bien casi no he entrado a las demos, la semana pasada entre para ver de reportar un problema, y tambien la note muy lenta.
Iām waiting for @sjpadgett ās sql query to see if there is anything in the database.
I was also thinking about seeing if I can set up an update query to modify all the patientsā sensitive data and see if I can pass the database to @sjpadgett so he can do the tests he needs.
On the other hand, although I have hardly entered the demos, last week I entered to see if I could report a problem, and I also noticed it was very slow.
Thank you all for your support