Tutorial Smarty - WSYIWYG Menggunakan TinyMCE
tutorial xampp mysql php
...
View More
23 Juli 2020 Dibaca 626 kali
...
View MoreDisable MySQL binlogging If you are not replicating, you can disable binlogging by changing your my.ini or my.cnf file. Open your my.ini or /etc/my.cnf (/etc/mysql/my.cnf), enter:# vi /etc/my.cnfFind a line that reads “log_bin” and remove or comment it as follows: #log_bin = /var/log/mysql/mysql-bin.log You also need to remove or comment following lines: #expire_logs_days = 10 #max_binlog_size = 100M Close and save the fi ...
View More