hi there need some help.

i have deployed web2py using Mysql,  i have imported a database in a .sql 
file and i have edit the DAL and set migration to true : (db = 
DAL('mysql://root:''@localhost/newsite',pool_size=1,check_reserved=['all'], 
migrate=True). The application is able to run but the issue i have is when 
i want to access the database administration interface, if i click on the 
database tab under models, it is redirecting me back to index of the 
application( home page) instead of showing me the available databases and 
tables for populating the database and if i click on the sql.log tab, am 
not able to see the sql statement for creating my "supposedly" imported 
tables but am able to see statements for eg auth_user, auth_group, 
auth_membership...etc....my immediate thought is that the application is 
not accessing the imported database unless otherwise. i want to have have 
access to the  Database Administration (appadmin) interface..

thank you in advance for any help

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to