PATH: //usr/share/mysql
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 binary-configure
↓
X
📁 bulgarian/
X
📁 charsets/
X
📁 chinese/
X
📁 czech/
X
📁 danish/
X
📁 dutch/
X
📁 english/
X
📄 errmsg-utf8.txt
↓
X
📁 estonian/
X
📄 fill_help_tables.sql
↓
X
📁 french/
X
📁 german/
X
📁 greek/
X
📁 hindi/
X
📁 hungarian/
X
📁 italian/
X
📁 japanese/
X
📁 korean/
X
📄 magic
↓
X
📄 maria_add_gis_sp.sql
↓
X
📄 maria_add_gis_sp_bootstrap.sql
↓
X
📄 mysql-log-rotate
↓
X
📄 mysql.server
↓
X
📄 mysql_performance_tables.sql
↓
X
📄 mysql_sys_schema.sql
↓
X
📄 mysql_system_tables.sql
↓
X
📄 mysql_system_tables_data.sql
↓
X
📄 mysql_test_data_timezone.sql
↓
X
📄 mysql_test_db.sql
↓
X
📄 mysqld_multi.server
↓
X
📁 norwegian/
X
📁 norwegian-ny/
X
📁 policy/
X
📁 polish/
X
📁 portuguese/
X
📁 romanian/
X
📁 russian/
X
📁 serbian/
X
📁 slovak/
X
📁 spanish/
X
📁 swedish/
X
📁 systemd/
X
📁 ukrainian/
X
📄 wsrep.cnf
↓
X
📄 wsrep_notify
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: mysql-log-rotate
# This logname can be set in /etc/my.cnf # by setting the variable "log-error" # in the [mysqld] section as follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # If the root user has a password you have to create a # /root/.my.cnf configuration file with the following # content: # # [mysqladmin] # password = <secret> # user= root # # where "<secret>" is the password. # # ATTENTION: This /root/.my.cnf should be readable ONLY # for root ! /var/lib/mysql/mysqld.log { # create 600 mysql mysql su mysql mysql notifempty daily rotate 3 missingok compress postrotate # just if mariadbd is really running if test -x /usr/bin/mysqladmin && \ /usr/bin/mysqladmin ping &>/dev/null then /usr/bin/mysqladmin --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript }
SIMPAN PERUBAHAN