วันพฤหัสบดีที่ 23 มิถุนายน พ.ศ. 2559

Mac OS X Lion Theme, Icons and cursors

Mac OS X Lion Theme, Icons and cursors:

Enter these commands in terminal to get themes, icons and cursors.
After installation choose theme, icons and mac cursor from tweak tool.

Remove Wine เมื่อจะทำการUpdate Version

ทอสอบมาหลายครั้งว่าทำไมWine1.4 เปิดโปรแกรมช้ามากกกก เลยทำขั้นตอนการUpdate Wine ไว้ดังนี้
sudo apt-get remove wine\*   /remove wine

วันจันทร์ที่ 13 มิถุนายน พ.ศ. 2559

[MYSQL] ERROR 1418 (HY000): THIS FUNCTION HAS NONE OF DETERMINISTIC

ERROR 1418 (HY000) at line 6735: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its
declaration and binary logging is enabled (you *might* want to use the less safe
log_bin_trust_function_creators variable)
 
mysql> SET GLOBAL log_bin_trust_function_creators = 1;

ใช้คำสั่งแก้ไข # vi /etc/my.cnf

เพิ่มบรรทัดนี้
[mysqld]
log_bin_trust_function_creators=1

เสร็จแล้ว restart mysql