* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download Forward-Engineering ERD and Data Using MySQL Workbench
Commitment ordering wikipedia , lookup
Global serializability wikipedia , lookup
Encyclopedia of World Problems and Human Potential wikipedia , lookup
Microsoft Access wikipedia , lookup
Serializability wikipedia , lookup
Microsoft SQL Server wikipedia , lookup
Entity–attribute–value model wikipedia , lookup
Extensible Storage Engine wikipedia , lookup
Oracle Database wikipedia , lookup
Functional Database Model wikipedia , lookup
Open Database Connectivity wikipedia , lookup
Ingres (database) wikipedia , lookup
Microsoft Jet Database Engine wikipedia , lookup
Concurrency control wikipedia , lookup
Relational model wikipedia , lookup
Versant Object Database wikipedia , lookup
Clusterpoint wikipedia , lookup
Forward-Engineering ERD and Data Using MySQL Workbench 1. First rename database to your specific username a. “Catalog Tree” in left-pane b. Rt-click database > Edit Schema > rename database to your username 2. Ctrl-g (PC), or Command-g (Mac), or menu... database... forward engineer 3. check 1st, last, and third option from the bottom: Drop Object Before Each CREATE Object Add SHOW WARNINGS After Every DDL Statement Generate INSERT Statements for Tables 4. Next: check “Export MySQL Table Objects” 5. Next: Review the SQL Script to be Executed 6. Next: Connect to DMBS: select previously created stored connection (Or, make connection: Blackboard > NOTES > Useful Links > DATABASE RESOURCES > FSU CCI MySQL Workbench Login Procedures) 7. Execute (table structures with data) Note: If errors, correct then retry. Read documents under “Working with Databases”: See Notes > Database Resources > Working with Databases 8. Finish