java mail寄送附件圖檔與html format的疑問

七月 24, 2007

I read a post on JavaWorld@TW, this post show a solution to send a html format mail (Multipart mail) which is able to embedded a image into.

refer to the url

http://www.javaworld.com.tw/jute/post/view?bid=7&id=180217&sty=1&tpg=1&age=-1

In addition, JavaMail API FAQ is a excellent document.


Mysql 遠端連線問題

七月 24, 2007

使用 mysql command line 連結 mysql 資料庫時,不能連線,原因是忘了改 my.cnf 中的 bind 設定。

solution:

remove “bind” from my.cnf

錯誤訊息:ERROR 2003 (HY000): Can’t connect to MySQL server