Hello!
I received a mySQL script from the customer.
2 problems,
the first is.
With which tool can I create the database? Do you have a download link?
The second is,
I have to write and read about C# the entries. Which library do I need?
I can use the script to test autonomously, later I have to exchange data with the right database.
Maybe theirs a description of a video, how can I do that?
A step by step instruction.
I found the HeideSQL, I can not load the script anywhere.
Heidi SQL The database must already exist.
With best regards Markus
-- MySQL dump 10.13 Distrib 5.7.9, for Win64 (x86_64)
--
-- Host: sl-proddbmysql Database: db20180507_mount
-- ------------------------------------------------------
-- Server version 5.6.28-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `chip_processes_ecs`
--
DROP TABLE IF EXISTS `chip_processes_ecs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chip_processes_ecs` (
`ID` int(10) unsigned NOT NULL,
`process` int(10) unsigned NOT NULL,
`machine` smallint(5) unsigned DEFAULT NULL,