File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,12 @@ git clone https://github.com/your_username/student-management-system.git
21213 . create the required table and sample data.
22224 . Update the MySQL database connection details in the dbConnect class.
23235 . Build and run the project using a Java IDE or command-line tool.
24-
24+ 6 . To import * student_data.sql* into your mysql database.
25+ * ** Type** : ``` mysql -u username -p database_name < file.sql ```
26+ * The ** username** refers to your MySQL username.
27+ * ** database_name** refers to the database you want to import.
28+ * ** file.sql** is your file name. (student_data.sql in our case.)
29+ * If you've assigned a password, type it now and press Enter.
2530
2631# Usage
2732* Launch the application
You can’t perform that action at this time.
0 commit comments