|
@@ -1,4 +1,4 @@
|
1
|
|
-# Part 1 - Create MySQL Database
|
|
1
|
+# Part 1 - Create MySQL Database..
|
2
|
2
|
1. Start MySQL from console
|
3
|
3
|
2. Create a new Database named 'orm_lab'
|
4
|
4
|
3. Inside that database create a new table name 'account'
|
|
@@ -196,7 +196,7 @@ Some of the things in this class to take notice are the objects that the importe
|
196
|
196
|
|
197
|
197
|
Now if we run this we should see some info in the console of IntelliJ telling us that the program ran ok. And if we look over to MySQL we can query the table and see that our code has create and updated a record in out database
|
198
|
198
|
|
199
|
|
-! Remember MySQL needs to be up and running
|
|
199
|
+! Remember MySQL needs to be up and running.
|
200
|
200
|
|
201
|
201
|
# Part 3
|
202
|
202
|
|