Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ReadMe.md

WaMDaM for MySQL

Two options to create a blank WaMDaM schema for MySQL (choose one)

1. Use query window to create a new db using script
Open MySQL Workbench, create a new server connection. Remember the user name for use later.
Create a New SQL Tab for Executing queries Simply copy all this script and paste into the new window of "create query" Then click execute. The script should run successfully and create the 41 empty tables of WaMDaM

Attention: MySQL Workbench is configured by default to create lower case tables. See direction here on how to configure it to create upper case table names

2. Use a "Restore" option
Alternatively, you could restore a copy of WaMDaM MySQL database