-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Needs TriagebugSomething isn't workingSomething isn't workingflagFlag an issue for discussion in relevant contrib meetingFlag an issue for discussion in relevant contrib meetingmysql
Description
Lando version: v3.0.14
Lando file
name: mysql8-test
services:
db:
type: mysql:8.0
portforward: true
tooling:
'db-import <file>':
service: db
cmd: /helpers/sql-import.sh
user: root
options:
no-wipe:
boolean: true
$ lando db-import db.sql.gz
Preparing to import /app/db.sql.gz into database 'database' on service 'db' as user root...
Emptying database...
NOTE: See the --no-wipe flag to avoid this step!
Dropping activity_log from database database...
ERROR 1347 (HY000) at line 2: 'database.activity_log' is not VIEW
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs TriagebugSomething isn't workingSomething isn't workingflagFlag an issue for discussion in relevant contrib meetingFlag an issue for discussion in relevant contrib meetingmysql