The maximum column size is 767 bytes (Mysql)
摘要:ERROR app.wsutils 419 INCRON: Error: ('HY000', '[HY000] [MySQL][ODBC 5.2(w) Driver][mysqld-5.7.7-rc-log]Index column size too large. The maximum colum
阅读全文
php 过滤emoji
摘要:function filter_emoji_string($str){
str=trim(str);
str=pregreplacecallback(′/./u′,function(arraymatch) {return strlen($match[0]) >= 4 ? ''
阅读全文
Mysql delete操作
摘要:以下摘自官方文档:https://dev.mysql.com/doc/refman/5.7/en/insert.html 语法: Or: If you declare an alias for a table, you must use the alias when referring to the
阅读全文