How To Create A New User Using MySQL Workbench
How To Create A New User Using MySQL Workbench
How To Create A New User Using MySQL Workbench
Note: the username is case sensitive the created username should match to the Setup
New Connection
To Create Table
1. Click your username connection at the Welcome page
2. Double click the granted database
3. Right click the table
4. Create Table
5. Write the Tablename : Orders
6. Write the fieldnames under
Column Name Data Type PK NN
Idorders Int
Order col Varchar (45
7. Click Apply
8. Review the SQL Script to be Applied on the Database.
9. Apply
10. Applying Script to the database
11. Execute SQL Statements
SQL Script was successful applied to the database
12. Click Finish
13. Click/check all fieldnames as NN (not null)
1. Click Schema
Workbench is used to communicate with MySQL.
Sys—is the default schema
2. Right Click
3. Click container icon to create a database
4. Right click the database to create a table or click the table icon
5. Right click the table and click
SELECT ROWS-- Limit 1000 to view your table
Activity 1
Import MySQL DUMP FILE that doesn’t includes CREATE Schema Statement
1. Create a Schema (this is where you are going to import your table)
2. Select Data Import/Restore (Administration) or Server menu – Data Import
3. Click – Import from Self-Contained File
Browse to Select the Table
4. Select schema from—Default Target Schema
5. Select: Dump Structure and Data
6. Click Start Import
7. Select Schema tab – to check the imported table
8. Right click the table from Selected schema and;
9. Select REFRESH ALL
Note: Always click Apply button after each record. Do not wait to complete the records
or table before clicking Apply. So that the records will not discard when changes
happen.