Skip to content

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

@BisalDangol

Description

@BisalDangol

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions