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

ichsan’s picture

There 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.

ichsan’s picture

Status: Active » Closed (works as designed)