To Create database from local file by using terminal:- At first open terminal (CTRL + ALT + T) and then type this following code:- Example:- Here:- Username = admin Password = admin37 New database = new_db Database want to import = demo_db.sql as this format:- mysql -u user_name(username of database) -ppassword(Database password)

Open terminal (CTRL + ALT + T) and then depending on action use this following code. To import database from local *.sql file by using terminal:- OR if you have a database username(as admin) and password(as admin137). Use this following code:-

Linux Directory Structure :- FHS, or File Hierarchy System, is what defines the file system structure on Linux but there are also a few directories that have not yet got a definition under this standard:- / – The Root Directory :- On Linux, everything is found under the directory / which is also called the…

How to Completely uninstall PHP and MySQL at ubuntu Completely uninstall PHP and MySQL at ubuntu. Completely remove php from ubuntu 17.10 using terminal using following code 1st Step:-sudo apt-get remove –purge php* 2nd Step:-sudo apt-get purge php* 3rs Step:-sudo apt-get autoremove. 4th Step:-sudo apt-get autoclean. 5th Step:-sudo apt-get remove dbconfig-php. 6th Step:-sudo apt-get dist-upgrade.…

How to give READ and WRITE permission on LINUX READ and WRITE permission on LINUX Use the following steps 1.Go to to DRIVE and RIGHT CLICK on it . 2.U will see the username and drive key. copy it and close it. 3. Then Open the Terminal fresh. 4. White the command sudo chmod ugo+wx…