Use mysqldump to create a copy of the database?
Answers were Sorted based on User's Feedback
Answer / guest
mysqldump -h mysqlhost -u username -p mydatabasename >
dbdump.sql
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep jain
mysqldump database_name > database_name.sql
| Is This Answer Correct ? | 0 Yes | 0 No |
How to store binary data in mysql?
What is the default port of mysql server?
What is the difference between GROUP BY and ORDER BY in Sql?
12 Answers Creative, Renault Nissan, Trikon Networks,
I want to find out all databases starting with ‘test’, I have access to?
How do I uninstall mysql connector?
Why phpmyadmin is used for mysql?
How to save images in MySQL?
Is mysql a server or database?
Can mongodb replace mysql?
What is the use of innodb in mysql?
How to display top 10 rows in mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)