1、安装
查看有没有安装过: yum list installed mysql*
查看有没有安装包: yum list mysql*
安装mysql客户端: yum install mysql
安装mysql 服务器端: yum install mysql-server yum install mysql-devel
2、启动&&停止
数据库字符集设置 mysql配置文件/etc/my.cnf中加入default-character-set=utf8
启动mysql服务: service mysqld start 或者 /etc/init.d/mysqld start
开机启动:chkconfig --add mysqld,
查看开机启动设置是否成功chkconfig --list | grep mysql*
3、创建帐户
grant all on hive_metadata.* to hive@'%' identified by 'hive';
grant all on hive_metadata.* to hive@localhost identified by 'hive'; localhost可以配相应的本机电脑的ip,这样客户端即可连接
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号