create tables and access to it

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cris
Posts: 21
Joined: 21 Jun 2007, 12:05

create tables and access to it

Post by cris »

hello,
can we create tables in phpmyadmin ?
Because I created tables with a sql file and I can't access to it by sql queries like "select * from ...". I don't know why I can't because I can access to others (tables). Is there a file where I must declare new tables or something like this ?

thanks
cris
Posts: 21
Joined: 21 Jun 2007, 12:05

Post by cris »

I found the solution : I had to declare the new tables in config_defaults_inc.php .
Post Reply