Created
August 9, 2013 06:55
-
-
Save csakiistvan/6191661 to your computer and use it in GitHub Desktop.
SQL import Terminállal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terminálban menj oda ahol az SQL fájl van. | |
1. hozd létre a táblát, ha van phpmyadmin: [neve] | |
2. | |
1. MAMP-al /Applications/MAMP/Library/bin/mysql -uroot -p | |
3. Terminálban: mysql -u root -p | |
4. use [neve] | |
5. \. [dumpneve].sql | |
Vagy ha nem akarod hogy kirja soronként az eredményt, akkor állítsd be a settings.php ban a DB elérést, utána: | |
1. drush sqlc < [dumpneve].sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment