config.php update

remotes/origin/database-api-implementation
Dorian HODIN 2 years ago committed by felixmielcarek
parent 849cf586ad
commit 48f60ce0c3

@ -1,18 +0,0 @@
CREATE DATABASE IF NOT EXISTS positiondaflmusic;
CREATE USER $(USER)@'%' IDENTIFIED BY $(PASSWORD);
GRANT ALL PRIVILEGES ON * . * TO $(USER)@'%';
FLUSH PRIVILEGES;
CREATE TABLE gps (
id varchar(30) PRIMARY KEY,
latitude double NOT NULL,
longitude double NOT NULL,
idMusic varchar(100) NOT NULL,
dateLog datetime NOT NULL
);
Loading…
Cancel
Save