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

MySQL database not import #1

Open
Lednei opened this issue Jun 14, 2019 · 0 comments
Open

MySQL database not import #1

Lednei opened this issue Jun 14, 2019 · 0 comments

Comments

@Lednei
Copy link

Lednei commented Jun 14, 2019

Create an empty MySQL database and import there the “db_instances/db_instance.sql” file.


Mistake
SQL query:

-- Database: drupaliz_mghlite_d8


--
-- Table structure for table batch

CREATE TABLE IF NOT EXISTS batch (
bid int(10) unsigned NOT NULL COMMENT 'Primary Key: Unique batch ID.',
token varchar(64) CHARACTER SET ascii NOT NULL COMMENT 'A string token generated against the current user''s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.',
timestamp int(11) NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.',
batch longblob COMMENT 'A serialized array containing the processing data for the batch.',
PRIMARY KEY (bid),
KEY token (token)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores details about batches (processes that run in…'
MySQL response: Documentation

#1046

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