I want to install the Drupal Quran module. Do I understand correctly that I need to import the language databases into the existing Drupal mySQL database (using phpMyAdmin)?
I want to install the Drupal Quran module. Do I understand correctly that I need to import the language databases into the existing Drupal mySQL database (using phpMyAdmin)?
Comments
Comment #1
ichsan commentedThere are at least 2 ways to import the sql. First is by using
phpMyAdmin, the other is by using command line.
bzcat quran-fr.sql.bz2 | mysql -u root -p mydrupaldb
Please contact irc.freenode.net channel mysql for more information related to MySQL.
Comment #2
ichsan commented