摘要:
当使用korma内置的mysql方法时,无法添加utf-8的支持。解决的方法就是重写mysql方法,代码如下:(defn mysql "改编自korma,添加了utf-8的支持" [{:keys [host port db make-pool?] :or {host "localhost"... 阅读全文
摘要:
MySQL Useful Commands Start/Stop/Restart MySQL On Linux start/stop/restart from the command line: /etc/init.d/mysqld start /etc/init.d/mysqld stop /et 阅读全文