Hello, i have a little trouble:
consulta SQL:
– Dump of table contents
– Sample data to populate your database
– No data is included for users: create your own users via the http://YOURURL/signup page
– Dump of table contexts
– ————————————————————
INSERT INTO contexts( id, name, position, hide, user_id )
VALUES ( 1, ‘agenda’, 1, 0, 1 )
MySQL ha dicho: Documentación
#1146 - Table ‘tracks.contexts’ doesn’t exist
it seems like i don’t have the structure of the database, i think i don’t have the correct sql with the tables, in the db folder when i try to load it from phpmyadmin, i have only a file called: tracks_1.04_content.sql
can anybody help me?
