Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

8
config/mysql/innodb.cnf Normal file
View File

@@ -0,0 +1,8 @@
[mysqld]
innodb_buffer_pool_size = 2G
innodb_buffer_pool_instances = 2
innodb_log_buffer_size = 128M
innodb_log_file_size = 512M
innodb_flush_log_at_trx_commit = 0
# mysql2 0.5.x (Rails 5.2) — keep native password until Ruby/mysql2 upgrade
default_authentication_plugin=mysql_native_password