How to upload bulk files in mysql
Steps to upload a bulk file in MYSQL Step 1: First have to start a server.It may be XAMPP/WAMP Step 2: Access the Phpmyadmin page. Examle : localhost/phpmyadmin/ in your browser Step 3: Create a database and select the table, in which you would like to upload a file Step 4: After completing the above step, … Read more