
Mysql
hushui
Coding Since 1998
展开
-
mysql DB file imigration/maintainment
mysql DB file imigration/maintainment D:\git-yl\Win\mysql-5.5.60-winx64\bin>mysql_upgrade.exe -u root -p Enter password: ****** Looking for 'mysql.exe' as: D:\git-yl\Win\mysql-5.5.60-winx64\bin\mysql.exe Looking for 'mysqlcheck.exe' as: D:\git-y...原创 2020-06-24 09:19:52 · 399 阅读 · 0 评论 -
mysql-5.7.28-winx64 Windows
#mysql-5.7.28-winx64 hushui@Hushui MINGW64 /d/git-yl/Win/mysql-5.7.28-winx64 $ ls -l bin/ total 423216 -rwxr-xr-x 1 hushui 197121 15656 9月 27 2019 echo.exe* -rwxr-xr-x 1 hushui 197121 5471544 9月 27 2019 innochecksum.exe* -rwxr-xr-x 1 hushui 197...原创 2020-06-15 17:35:05 · 652 阅读 · 1 评论 -
Gogs/mariadb(x86-64) = 1:5.5.65-1.el7 Centos7/Aliyun
1.gogs_0.11.91_linux_amd64.tar.gz hushui@Hushui:/mnt/d/gogs$ scp gogs_0.11.91_linux_amd64.tar.gz git@47.100.203.63:/home/git/ git@47.100.203.63's password: gogs_0.11.91_linux_amd64.tar.gz 100% ...原创 2020-06-15 16:28:00 · 724 阅读 · 0 评论 -
RHEL7/Centos MariaDB secure setup
[lake@izuf6ad1jbc6ftdqtbuiquz opt]$ mysql -bash: mysql: command not found [lake@izuf6ad1jbc6ftdqtbuiquz opt]$ rpm -qa |grep mar mariadb-libs-5.5.56-2.el7.x86_64 [lake@izuf6ad1jbc6ftdqtbuiquz opt]$ rpm -qa |grep mysql [lake@izuf6ad1jbc6ftdqtbuiquz opt]$...原创 2020-06-15 14:48:27 · 337 阅读 · 0 评论 -
Gogs/MySQL 5.7.28 Community Server Centos7
### MySQL 5.7.28 Community Server Centos7 [lake@localhost opt]$ netstat -an --tcp |grep 3306 tcp6 0 0 :::3306 :::* LISTEN [lake@localhost opt]$ systemctl status mysqld ● mysqld.service - MySQL Server ...原创 2020-06-11 11:32:07 · 295 阅读 · 0 评论 -
MySQL 5.7.28/Centos-RHEL7/ mysqldump
1. MySQL 5.7.28 Community Server Centos7 [lake@localhost opt]$ netstat -an --tcp |grep 3306 tcp6 0 0 :::3306 :::* LISTEN [lake@localhost opt]$ systemctl status mysqld ● mysqld.service - MySQL Server...原创 2020-06-15 14:00:06 · 344 阅读 · 0 评论 -
RHEL7/Mysql create new DB and new user, grant privileges
lake@localhost:~$ mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 26 Server version: 5.5.44-MariaDB MariaDB Server Copyrigh...原创 2018-07-25 14:02:15 · 170 阅读 · 0 评论 -
RHEL7/Mysql SQL DB/Table example
### create user MariaDB [(none)]> create user 'training'@'localhost' identified by '123456'; Query OK, 0 rows affected (0.00 sec) MariaDB [(none)]> flush privileges; Query OK, 0 rows affected ...原创 2018-07-25 16:07:12 · 153 阅读 · 0 评论