Jump to content

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
https://metin2.dev/topic/5142-problem-with-tables-in-mysql/
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
https://metin2.dev/topic/5142-problem-with-tables-in-mysql/#findComment-32419
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
https://metin2.dev/topic/5142-problem-with-tables-in-mysql/#findComment-32437
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.