Jump to content

[SOLVED] Mysqll


Daney11

Recommended Posts

Hey, my mysql table only allows 127 entrys. It is InnoDB and when i try and add more than 127 entries they dont go in?

 

Any ideas

 

CREATE TABLE `logs` (

  `log_id` tinyint(100) NOT NULL auto_increment,

  `log_ip` varchar(100) NOT NULL,

  `log_site` varchar(100) NOT NULL,

  `log_user` varchar(100) NOT NULL,

  `log_type` varchar(100) NOT NULL,

  `log_body` text NOT NULL,

  PRIMARY KEY  (`log_id`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=128 ;

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.