Hello coder and wapmasters,
Today i got very strange problem in my site.. One table of my mysql got some error,but that error is so strange.. and even i cant able to repair it. so plz guide me how to rectify it.
Means auto increment value of my users table got some numbers like 2147483648.. but the last register members id is 12489 ... so when somebody is registering in my site ,thier sql entrying is not inserting in users table....when i set auto increment value again to 12490 but it didnt work ..
code for auto increment that i have used..
ALTER TABLE `ibwf_users` AUTO_INCREMENT =12490
.. so plz solve my problem..
Thanks in advance
Today i got very strange problem in my site.. One table of my mysql got some error,but that error is so strange.. and even i cant able to repair it. so plz guide me how to rectify it.
Means auto increment value of my users table got some numbers like 2147483648.. but the last register members id is 12489 ... so when somebody is registering in my site ,thier sql entrying is not inserting in users table....when i set auto increment value again to 12490 but it didnt work ..
code for auto increment that i have used..
ALTER TABLE `ibwf_users` AUTO_INCREMENT =12490
.. so plz solve my problem..
Thanks in advance
Comment