phpMyAdmin 在安装之后就已经可以正常使用了(安装参考)。但是如果希望让它的行为符合自己的使用习惯,就需要再多些配置了。比如界面语言、导出数据库时默认的文件格式等。
Associate m-file with MATLAB Editor
If you can’t open a M-file by double clicking on the file icon, you should read this. I’ve been trying so hard to find the way to re-associate M-file with MATLAB Editor, but not MATLAB it self. In this article, I’ll show how to re-associate M-file with MATLAB Editor in Windows XP and Windows 7.
修复 MySQL 数据库结构错误 – 升级
不知道是不是每次更新 MySQL 软件之后都需要执行数据库升级指令?在我进行过的几次软件升级之后,总会在 MySQL 的日志中见到“[ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it”之类的错误。虽然这个错误修复起来很简单,却不容易引起注意。
Mod_Rewrite 的妙用:屏蔽不友好的访问
Rewrite 是网页服务器程序的一个链接地址重写模块(Mod_Rewrite),可以按照正则表达式(Regular Expression)规则匹配内容,对符合条件的 URL 进行实时的改写。我这几天用它干了点儿“坏”事儿:屏蔽了一些我认为不友好的访问。
phpMyAdmin “Cannot start session without errors”
有时候 phpMyAdmin 会出现无法访问的错误,显示错误提示信息 “Cannot start session without errors”。可能是服务器上的权限设置错误,也可能仅仅是因为客户端浏览器中的 cookies 问题。我采取了很简单的 YUM 方式来安装 phpMyAdmin,可还是碰到了好几次这样的问题。