Skip to content

tswetti/Mov4e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mov4e

  1. In order to run this application you will need a few things!
  • Visual Studio 2017+
  • .Net 8.0 installed
  • MySql Workbench
  • MySql Notifier
  • MySql Server 8.0
  • MySql Connector Net 8.0.19 (IT WON'T WORK WITH A DIFFERENT VERSION)
  • MySql For Visual Studio 1.2.9
  1. The application works with local DB.
  • Open MySqlWorkbench and if you don't have connections create one! When local server is opened, in the left panel you will see tab control - Administration/Schemas. Click Administration. From menu Management choose Data import/Restore. After that choose import from Self-Contained File. In the folder DB you will find Mov4eDB dump file. Load that file and import it. If you have followed these steps correctly "mov4e" schema would appear in Schemas.
  1. Individual connection string is required!
  • The application won't start without connection string also! Due to the fact that every local server is unique, every connection string is unique too. Load VS solution. Open App.config file. Between and you must put your connection string. You will find example of conn. string in connectionString.txt in the DB folder. Copy and paste it! Notice that in this example there are a lot of dashes "------------------". These dashes MUST be replaced with your local server credentials! If you don't know how to type your credentials, don't worry, there will be an example of that too in connectionString.txt!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published