(1)在binghe153服务器命令行输入如下命令启动Amoeba。
[root@binghe153 ~]# nohup amoeba start >> /dev/null &
[1] 2723
[root@binghe153 ~]# nohup: ignoring input and redirecting stderr to stdout
(2)验证Amoeba是否启动成功。
[root@binghe153 ~]# ps -ef | grep amoeba
root 2723 2482 2 11:42 pts/0 00:00:01 /usr/local/jdk1.8.0_212/bin/java -server -Xms256m
-Xmx256m -Xss512k -Damoeba.home=/usr/local/amoeba-mysql -Dclassworlds.conf=/usr/local/amoeba-mysql/
bin/amoeba.classworlds -classpath /usr/local/amoeba-mysql/lib/classworlds-1.0.jar org.codehaus.
classworlds.Launcher start
root 2754 2482 0 11:43 pts/0 00:00:00 grep amoeba
结果显示,服务器存在Amoeba的服务进程,说明Amoeba启动成功。
(3)使用mysql命令连接Amo