91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql啟動停止 以及基本使用,亂碼處理

發布時間:2020-06-05 03:23:03 來源:網絡 閱讀:246 作者:vivin51test 欄目:MySQL數據庫

1)可以使用解壓版本直接解壓:比如mysql-5.7.9-linux-glibc2.5-x86_64.tar.gz
2)將準備好的my.cnf(該文件可以通過mysql目錄下的support-files目錄下的my_default.cnf復制過來,然后在里面添加一些參數)放到 mysql解壓目錄下
my.cnf具體為:
#For advice on how to change settings please see
#http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
# DO NOT EDIT THIS FILE. It's a template which will be copied to the
#
default location during install, and will be replaced if you
#*** upgrade to a newer version of MySQL.

[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
Remove leading # and set to the amount of RAM for the most important data
#cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
innodb_buffer_pool_size = 128M
skip-host-cache
skip-name-resolve
lower_case_table_names=1

#Remove leading # to turn on a very important data integrity option: logging
changes to the binary log between backups.
#log_bin

#These are commonly set, remove the # and set as required.
basedir =/home/bes/webgate/mysql-5.7.9-linux-glibc2.5-x86_64
datadir =/home/bes/webgate/mysql-5.7.9-linux-glibc2.5-x86_64/data
socket=/home/bes/webgate/mysql-5.7.9-linux-glibc2.5-x86_64/mysql.sock
port =3306
#server_id =

Remove leading # to set options mainly useful for reporting servers.
The server defaults are faster for transactions and fast SELECTs.
Adjust sizes as needed, experiment to find the optimal values.
joinbuffersize = 128M
sortbuffersize = 2M
readrndbuffersize = 2M**
max_connections=1000
max_allowed_packet=1073741824
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

innodb_locks_unsafe_for_binlog=1innodb_print_all_deadlocks=1
log-error=/home/bes/webgate/mysql-5.7.9-linux-glibc2.5-x86_64/error.err
具體修改安裝目錄即可
3)初始化數據,會生成一個root@localhost的賬號,密碼為空
br/>innodb_print_all_deadlocks=1
log-error=/home/bes/webgate/mysql-5.7.9-linux-glibc2.5-x86_64/error.err
具體修改安裝目錄即可
3)初始化數據,會生成一個root@localhost的賬號,密碼為空
目錄下面會出現data目錄;服務并沒有啟動
4)bin/mysqld --defaults-file=${MYSQl_NAME}/my.cnf 啟動服務
5)然后使用命令修改用戶名密碼
bin/mysqladmin -uroot password'123456' --socket=mysql.sock
6)會用命令登錄
bin/mysql --socket=./mysql.sock -uroot -p'123456'
正常訪問即可
7)數據庫備份
bin/mysqldump -uroot -p123456 -h292.168.0.70 Webgate >./backup.sql
還原:
bin/mysqldump -uroot -p123456 -h292.168.0.70 Webgate <./backup.sql
8)mysql編碼
如果 表中有中文字符,需要注意編碼問題
首先執行環境下的編碼格式為:export LANG=zh_CN.UTF8
然后修改:my.cnf中配置文件:
[client]
default-character-set=utf8
[mysqld]
character-set-server=utf8
9)執行sql文件有兩種方式
bin/mysql -uroot -p123456 --socket=./mysql.sock <create-table.sql
或者進入mysqlshell
mysql> source /home/bes/mysql.sql

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

上饶市| 罗山县| 丹棱县| 崇明县| 苏尼特右旗| 丰顺县| 澜沧| 博罗县| 吉安市| 当涂县| 昌吉市| 温宿县| 德保县| 潜江市| 卢湾区| 京山县| 亳州市| 宣化县| 德州市| 聂荣县| 翁牛特旗| 曲沃县| 凤山县| 定日县| 庐江县| 睢宁县| 屯留县| 松阳县| 依安县| 白沙| 平安县| 铁岭县| 台山市| 夏津县| 东台市| 虎林市| 定边县| 枞阳县| 宽城| 卢氏县| 淮南市|