Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

Wamp का उपयोग कर डेटाबेस में sql फ़ाइल आयात करना

विकल्प 1; PHPMyAdmin

1. left click wamp -> phpmyadmin
2. select database then click import (top right)
3. locate the database and click go.

विकल्प 2; कमांड लाइन का उपयोग करना।

WAMP में डेटाबेस में SQL फ़ाइल आयात करने का सबसे आसान तरीका, कमांड लाइन का उपयोग इस प्रकार है:

1. Open Command Prompt (CMD - DOS) get into the mysql folder, which in my case works like this
C:\> cd C:\wamp\bin\mysql\mysql5.0.51b\bin

2. Then use this command to fire up MySQL
   This line basically connects you to the mysql database of your choice.
   (-p for password if you have one)
C:\wamp\bin\mysql\mysql5.0.51b\bin> mysql.exe -use databasename -u username -p

3. To make things easier, copy the SQL file into the same folder as mysql.exe, and then run this
mysql> source myfilename.sql;


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. mysql डेटा का स्वचालित या नियमित बैकअप

  2. MySQL क्वेरी से फ़ील्ड प्रकार कैसे वापस करें?

  3. स्थानीय अनुक्रम विन्यास के लिए एक पर्यावरण चर का उपयोग करना

  4. क्या आप एक MySQL क्वेरी में किसी फ़ील्ड को विभाजित/विस्फोट कर सकते हैं?

  5. MYSQL दो कॉलम में DISTINCT मानों का चयन करें