mysql

Lamp Questions

Tags:

Tags : apache drupal javascript Jquery linux mysql Php

If you know questions put them here. If you know answer of a question put below that question. If you have doubt in any question or answer, you can add comments below that answer.

Eg.

Q. What is scaffolding?

Mysql database dump

Tags:

Tags : database itimes mysql

For dumping a mysql database we can use mysqldump utility comes with mysql. Go to mysql bin directory and try:

mysqldump dbname -u username -p password > path/to/file

# backup of a table in database
mysqldump dbname tablename -u username -p password > /path/to/file

and for loading same database on another server , login into mysql and run following queries

create dbname;
use dbname;
source path/to/file;

Syndicate content

Connect IV

 
          Skinhat
Loading...
Best: 27 secs by harleen

Random image

Banana

Poll

Recent comments