申请实例后,按照下面操作后会搭建服务并进行访问:
1.yum install mysql/yum install mariadb*2.service mysqld start3.mysql -u root -p4.show databases;5.show tables;