Archive

Archive for the ‘Database’ Category

为phpMyAdmin加入HTTP验证

July 1st, 2009 Woody 2 comments

一般的免费空间只有一个FTP和MySQL数据库,却没有一个数据库管理的界面。为了以后观察数据库的方便,只好自己安装了一个phpMyAdmin。安装过程颇费周折。 Read more…

Categories: Database, Software Tags: ,

数据库主键的选择

February 1st, 2009 Woody No comments

以前在设计数据表的主键字段时,并没有深入地考虑过这个问题。昨天在看《应用Rails进行敏捷Web开发》时,里面提到了这个问题。 Read more…

Categories: Database Tags: ,

使用mysqldump备份MySQL数据库

September 23rd, 2008 Woody No comments

mysqldump是MySQL自带的数据库导出工具,Windows和Linux版本的都有。通过命令行使用,选项很多,估计功能也很强大,不过常用的都比较简单。举几个例子: Read more…

Categories: Database Tags: ,