【发布时间】:2012-03-14 00:25:49
【问题描述】:
我正在使用 Ubuntu Natty。
我使用以下命令从命令行运行 mysqld:
mysqld -ndbcluster --console -umysql
我得到以下信息:
120314 0:09:49 [Warning] option 'new': boolean value 'dbcluster' wasn't recognized. Set to OFF.
120314 0:09:49 [Note] Plugin 'ndbcluster' is disabled.
120314 0:09:49 [Note] Plugin 'FEDERATED' is disabled.
120314 0:09:50 InnoDB: The InnoDB memory heap is disabled
120314 0:09:50 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120314 0:09:50 InnoDB: Compressed tables use zlib 1.2.3
120314 0:09:50 InnoDB: Using Linux native AIO
120314 0:09:50 InnoDB: Initializing buffer pool, size = 128.0M
120314 0:09:50 InnoDB: Completed initialization of buffer pool
120314 0:09:50 InnoDB: highest supported file format is Barracuda.
120314 0:09:50 InnoDB: Waiting for the background threads to start
120314 0:09:51 InnoDB: 1.1.8 started; log sequence number 1595675
120314 0:09:51 [Note] Event Scheduler: Loaded 0 events
120314 0:09:51 [Note] mysqld: ready for connections.
Version: '5.5.19-ndb-7.2.4-gpl-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Cluster Community Server (GPL)
但是,我似乎不知道如何终止会话。我已经尝试过 Control-C 和许多其他组合。
如何结束会话并返回命令提示符?!
谢谢。
【问题讨论】:
标签: linux bash ubuntu command-line