Jack Tang
Jack Tang
我的github pages站点可以正常使用。地址:https://jackeggie.github.io/ 但是把相同的站点部署到另外的域名后gitment无法正常使用,无法评论,地址:https://jackeggie.coding.me/
code: ``` Statement stmt = CCJSqlParserUtil.parse(sql); ``` sql: ``` CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`%` SQL SECURITY DEFINER VIEW `testview` AS select * from testtable ``` exception: ``` Exception in thread "main" net.sf.jsqlparser.JSQLParserException...
首先赞一个博客做的很漂亮。 提醒一下,将hexo的配置文件放在github上的某个分支上可能是有安全隐患的。尤其是主题配置文件中的一些app_key会给到攻击者极大的便利。。
I was reading binlog by a mysql user without 'REPLICATION SLAVE' privilege. And I found out that no exception would be thrown, but the application stop working. Then I debugged...