mysql8安裝成功後,預設的root使用者密碼為空,使用以下命令來建立root使用者的密碼mysqladmin -u root password "new_password"
通過mysql -u root -p
來連線到mysql伺服器
新建資料庫create database newdb;
授權grant all privileges on newdb.* to 'newdb'@'localhost';
重新整理許可權flush privileges;
centos7安裝語言包支援
修改配置檔案etc/locale.conf
中的lang="zh_cn.utf-8"
使用locale
檢視修改後的系統語言變數
使用locale -a
檢視語言包
zabbix報警指令碼
jenkins構建完成提示指令碼
記錄一些安裝環境中遇到的問題
安裝tensorflow1.4時候遇到的困難 系統macos sierra python2.7 python3.7 pip3 tensorflow1.13 安裝pip,實現pip2,3共存 python2在2020年不提供服務了,趕快公升級python3,不知道會不會python4出來python3...
zabbix監控mysql的一些特性
1 zabbix有自帶的mysql的模板,但是需要自己去到zabbix agent中去配置和寫指令碼去獲取這些key所對應的value.root wyl01 shell cat mysql status.sh bin bash mysql usr local mysql bin mysql user...
這裡記錄一些c 中string新特性的一些用法
這裡是string的使用方式 string one lotty winner cout one endl string tow 20,cout tow endl string three one cout three endl one hellow one cout one endl three 0...