Jump to content

Recommended Posts

  • Bot

Hi, I'm sucessfully connected to my database on server.

But when I want to register, it won't create a new line in acoount.account

I've tried a lot of registration pages, but still the same problem. Should I allow something on server? Or what is the problem?

Thanks for all replies!

english_banner.gif

Link to comment
https://metin2.dev/topic/9410-solvedregistration-should-i-allow-something/
Share on other sites

  • Bot
5 minutes ago, Sentrix said:

Wait a second; have you tried adding a new account through navicat?

I succesfully did it, but not via query, just manually I created a new line.

 

Edit:

5 minutes ago, Sentrix said:

Wait a second; have you tried adding a new account through navicat?

Well, I tried to use query and account are not created.

 

Query:

SELECT * FROM `account`;
INSERT INTO
account.account
(login,password,social_id)
VALUES
(Test,PASSWORD(Please),1234567);

english_banner.gif

5 minutes ago, Chyumgo said:

I'm very appreciate your answer.

But can u give me some more info? I can show u my design table of account table.

Thanks :D, yeah that would be very useful to see (i.e. would be a suitable example:

Untitled.png

Okay, first of all lets look at your query:

26 minutes ago, Chyumgo said:

Query:

SELECT * FROM `account`;
INSERT INTO
account.account
(login,password,social_id)
VALUES
(Test,PASSWORD(Please),1234567);

It queries on login password and social_id therefore these fields should be not allowed null and all the others you can set to null so look at your Allow Null column in design view and compare to mine; tick all the fields that you do not fill in registration and un-tick login, password and social id and then your query should work fine :), have a good evening.

Regards, Sentrix

  • Love 1

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.