Commit d825d00b authored by Pavel Vaynerman's avatar Pavel Vaynerman

update dbname (TEST BASE!!)

parent b02db6c7
-- MySQL dump 9.10
--
-- Host: localhost Database: Gidrograph
-- Host: localhost Database: TESTBASE
-- ------------------------------------------------------
-- Server version 4.0.18-log
-- dbadmin-
GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,LOCK TABLES,CREATE,DROP ON G19910B.* TO dbadmin@localhost IDENTIFIED BY 'dbadmin';
GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,LOCK TABLES,CREATE,DROP ON TESTBASE.* TO dbadmin@localhost IDENTIFIED BY 'dbadmin';
--
GRANT SELECT ON G19910B.* TO dbreader@"%" IDENTIFIED BY 'dbreader';
GRANT SELECT ON TESTBASE.* TO dbreader@"%" IDENTIFIED BY 'dbreader';
--
-- Table structure for table `AnalogSensors`
......@@ -143,5 +143,3 @@ CREATE TABLE SensorsThreshold (
alarm int(8) NOT NULL default '0',
warning int(8) NOT NULL default '0'
) TYPE=MyISAM;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment