Hi all,
I have a question. I have mysql running on linux with Apache. If I change something in the database like the type of column e.g. column name status enum('1','2'), to status enum ('1','2','3') and I like to see it in my browser it does not refresh.
I use Bugzilla and I am about to change this Tool, the tool is written in perl(CGI) and it is a Webtool.
The content from the DB is refreshed but I dont why it does...
Do somebody know what I have to do, so I can see the changes immediatly?
thank you
I have a question. I have mysql running on linux with Apache. If I change something in the database like the type of column e.g. column name status enum('1','2'), to status enum ('1','2','3') and I like to see it in my browser it does not refresh.
I use Bugzilla and I am about to change this Tool, the tool is written in perl(CGI) and it is a Webtool.
The content from the DB is refreshed but I dont why it does...
Do somebody know what I have to do, so I can see the changes immediatly?
thank you