Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found a new error while exporting to database of phpmyadmin #41

Open
BisalDangol opened this issue Nov 4, 2024 · 0 comments
Open

Found a new error while exporting to database of phpmyadmin #41

BisalDangol opened this issue Nov 4, 2024 · 0 comments

Comments

@BisalDangol
Copy link

The issue can cause an error while exporting sql code to database of phpmyadmin. This error don't verify the user login system. After analysis the sql code of file "SQL_Database_edoc.sql".

The missing code was after following comment line
--"-- Dumping data for table webuser"

The issue can be solve by adding
--"START TRANSACTION;".

=>To solve a problem:

  • open a file name "SQL_Database_edoc.sql"
  • go to line number 240 and paste the following code on it
    START TRANSACTION;

Here you go, you can see the issue has been solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant