where in the world do I set the mysql login/pw/host/tablename in 1.3.10. I can't find it anywhere.
I have done 1. find . | grep mysql 2. find . | grep pass //for passwd 3. find . | grep DBParams //like it says in MySQL install doc
how do I configure this? thanks, dean
sorry, ignore, there is a file config-default.ini that must be copied to config.ini and modified.
config/config.ini
DATABASE_DSN = ...
Log in to post a comment.
where in the world do I set the mysql login/pw/host/tablename in 1.3.10. I can't find it anywhere.
I have done
1. find . | grep mysql
2. find . | grep pass //for passwd
3. find . | grep DBParams //like it says in MySQL install doc
how do I configure this?
thanks,
dean
sorry, ignore, there is a file config-default.ini that must be copied to config.ini and modified.
config/config.ini
DATABASE_DSN = ...