Nepal vs Iraq Live – नेपाल विरुद्ध इराक (प्रत्यक्ष प्रसारण)
Watch live football game between Nepal & Iraq.
Watch live football game between Nepal & Iraq.
Sublime is one of the most used code editor by the developers. It is famous because of its packages & other great features. It keeps up working to make it better. I cam across the condition where I had thousands of line and had to put certain text at the start & end of the each line. I decided to research instead doing manual, luckily this resolves the issue. We must enable Regular expressions for this. Please follow the following…
Please follow the steps for Ubuntu. I have tried & successfully ran command for Ubuntu 20.04.
EXPORT go to the location you want to save exported filecd /var/www/ or wherever you would like to export the file Run this command; ask password – Put the MySQL passwordsudo mysqldump -u root -p db_name > db_export_file.sql Check the file location which we set in step 1 IMPORT Keep/Upload the sql file in the hosting server you would easily locate when you want to export Go to the location where you have uploaded the SQL file. cd /var/www or…