sql >> Database >  >> RDS >> Mysql

SQL-bestand importeren in een database met behulp van wamp

Optie 1; PHPMyAdmin

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

Optie 2; De opdrachtregel gebruiken.

De eenvoudigste manier om een ​​sql-bestand in een database in WAMP te importeren, met behulp van de opdrachtregel, is als volgt:

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. Barman automatiseren met Puppet:it2ndq/barman (deel één)

  2. Dapper.NET en opgeslagen proces met meerdere resultatensets

  3. Tekencoderingsprobleem

  4. Benchmarking van beheerde PostgreSQL-cloudoplossingen - deel één:Amazon Aurora