each time i edit the mysql DB through phpmyadmin, normally edit the null to not null or add default value. After insert data to that table, page will become slower, then mysql stop connnected.
is it alter table also will make the mysql stopped?
another question is i set the default value to a field but each time i insert data, the default value was not created automatically. no matter i change null to not null or add default value already.
any method can set default value in mysql ?