sql - Record not insert in table, INNODB table is full in MySql Database -


i created table engine innodb enginge

os ubuntu.

table structure :

#id int(11), userid int(11), tokens varchar(100), created_date datetime 

current table detail data rows 42180773 data free 661651456

data length 2578464768

index length 3842785280

auto increments 72437133

i remove old rows able insert new records. issue table?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -