Added database creation if not exists, setting local_infile config option
This commit is contained in:
parent
45fb771959
commit
9fe61a1afa
@ -1,3 +1,4 @@
|
|||||||
|
CREATE DATABASE IF NOT EXISTS project;
|
||||||
USE project;
|
USE project;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS Produkt
|
CREATE TABLE IF NOT EXISTS Produkt
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
USE project;
|
USE project;
|
||||||
|
SET GLOBAL local_infile=1;
|
||||||
|
show global variables like 'local_infile';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
---------------------------------- Zusatzstoffklasse ----------------------------------
|
---------------------------------- Zusatzstoffklasse ----------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user