INSTALL
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
- Database installer process :
- - Yes you can run this multiple times, some people actually use
- different dbs for different roles, i.e. mysql for the sessions,
- and oracle for user authentication. This script is _very_
- dumb and should be used with caution due to that fact. It may
- or may not blow up and delete all previous data.
- - Okay with that said, let's setup a database :
- ./create_dbs.pl
- --user=foo
- --password=bar
- --mysql
- --session_db
- --admin_privileges_db
- --user_db
- What that does is setup the sessions, and users database under
- the mysql instance indicated above.
- The account that your creating as will need to have create
- database privileges under mysql, i generally use the root user
- for just this task.
- This doesn't create users or anything like that anymore,
- but there are example sql statements in database/(yourdb)/user.
- ( This is just me being me, i don't like forcing too much on
- people, i may provide a option to create everything for you)