Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 MySQL Dumpfile、SQL Datafile 导入我的数据库。我正在使用 MySql,基本上想将该转储文件附加到 drupal。
请指导,我没有使用 PhpMyadmin。
mysql -h yourmysqlhost -u yourmysqlusername -pyourmysqlpassword yourdrupaldatabasename < /path/to/mysql_dump_file.sql