我已经看到使用Input Needs["DatabaseLink"]和conn = OpenSQLConnection[JDBC["MySQL(Connector/J)", "yourserver/yourdatabase"], "Username" -> "yourusername", "Password" -> "yourpassword"](如果有人想试试)可以在Mathematica和MySQL数据库之间建立连接.顺便说一句,这里有DatabaseLink的文档.
有没有人有这种方式使用Mathematica的经验,可能是为了分析数据库中包含的数据?是否存在明显的缺点(速度,需要内存等)?