Jump to content

Problem with tables in mysql.


Recommended Posts

Hello metindev,

 

I have 1 problem in my mysql, i want too create a table but when i crate it, she work fine, but when i turn pc off and back another day the table doesnt exist.

 

If i doo backup of mysql the problem to be continued.

 

There print of my problem.

 

TlM1d.png

 

Somebody know how i can solve it?

 

There a table of mysql:

 

CREATE TABLE IF NOT EXISTS `XXXX` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nume` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 

Hello metindev,

 

I have 1 problem in my mysql, i want too create a table but when i crate it, she work fine, but when i turn pc off and back another day the table doesnt exist.

 

If i doo backup of mysql the problem to be continued.

 

There print of my problem.

 

TlM1d.png

 

Somebody know how i can solve it?

 

There a table of mysql:

 

CREATE TABLE IF NOT EXISTS `XXXX` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nume` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 

 

Somebody know why this happen?

Its really boring...

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

 

 

Hello metindev,

 

I have 1 problem in my mysql, i want too create a table but when i crate it, she work fine, but when i turn pc off and back another day the table doesnt exist.

 

If i doo backup of mysql the problem to be continued.

 

There print of my problem.

 

TlM1d.png

 

Somebody know how i can solve it?

 

There a table of mysql:

 

CREATE TABLE IF NOT EXISTS `XXXX` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nume` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 

 

Somebody know why this happen?

Its really boring...

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.