Ricardo Martinez wrote:
In this same topic. Is there a default database where to store this tables? o i can create a database of my own?.
Use
modparam("lcr", "db_url", "mysql://<user>:<pass>@<host>/<db>")
to define a custom db url. Default is "mysql://serro:47serro11@localhost/ser".
LCR module. How can i define this tables in my mysql database? i mean which is the type (VARCHAR?, INT?, etc. )for each column?
Check scripts/ser_mysql.sh of your cvs-head version of ser.
Andy