mysql -u USERNAME -p -h localhost DATABSENAME < sql-file-name.sql
Category Archives: Linux
MySQL command to modify password – Linux
mysqladmin -u root -p password Newspassword
MySQL command to show list of tables – Linux
show tables;
MySQL command to show list of databases – Linux
show databases;
Enabling Location/Address Bar in ubuntu
Goto Terminal and type the given command
#gconf-editor
You can see a new configuration window and may follow the instructions.
apps -> nautilus -> preferences
Right side you can see some options , just enable the second option [always_use_location_entry ]