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 Workbench 读取一个非常大的 MySQL 脚本文件,但它没有反应。尝试使用免费软件应用程序(HeidiSQL),但它崩溃了。
知道如何阅读吗?
尝试在命令行上使用选项
mysql — MySQL 命令行工具
当我使用 Actionbarsherlock
public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case android.R.id.home: this.finish();