slm, HI
can you help me please !
my problem is when i create a new table named : fiche_med
like this:
create table fiche_med(id int(10) primary key not null)
on MYSQL i have that message error :
#1146 - Table 'test.fiche_med' doesn't exist
:) well
the solution is that you have to remove all views
using a table witch have same name (i hade a table named fiche_med
that i removed) as your new table and then restart your MYSQL server