In this article, We learn about how to import MySQL Database using Command Prompt.
Here is a step:
2. go to the MySQL folder.
3. Create a Database on phpMyadmin.
4. Connect your database using this command “mysql.exe -use databasename -u username -p”
5. press Enter and add password again.
6. To make things easier, copy the SQL file into the same folder as mysql.exe, and then run this “source thecodehubs.sql” and press Enter.
Here is a result
This process is very helpful and faster than manually import.
In this article, we have to show Create and Used PIPE in angular
In this article, we have to show Create and Used PIPE in angular
In this article, we have to show Create and Used PIPE in angular