[root@localhost ~]# yugabyted stop
Stopped yugabyted using config /root/var/conf/yugabyted.conf.
[root@localhost ~]# yugabyted start --advertise_address 198.xxx.xxx.xxx --tserver_flags="use_cassandra_authentication=True" > start.log
[root@localhost ~]# ycqlsh 198.xxx.xxx.xxx -u cassandra -p cassandra
Connected to local cluster at 198.xxx.xxx.xxx:9042.
[ycqlsh 5.0.1 | Cassandra 3.9-SNAPSHOT | CQL spec 3.4.2 | Native protocol v4]
Use HELP for help.
cassandra@ycqlsh> CREATE ROLE jim WITH PASSWORD='test';