下死功夫,动活脑筋;读好书,交益友
发布时间:2020-11-03 16:43:00
centos下MariaDB重置密码和ubuntu下mysql 有很大不同.1 Check the version of our MariaDB Servermysql --versionmysql Ver 15.1 Distrib 10.4.12-MariaDB, for Linux (x86_64) using readline 5.12 stop MariaDB servicesystemctl stop mariadb.service3 start MariaDB database in safe mo.........【阅读全文】
发布时间:2019-03-27 15:42:57
运行mysql -u root -p运行 select @@datadir;+-----------------+| @@datadir |+-----------------+| /var/lib/mysql/ |+-----------------+1 row in set (0.00 sec)停止mysqlsudo systemctl stop mysql查看mysql状态sudo systemctl status mysql备份mysql原始库 sudo m.........【阅读全文】
发布时间:2018-08-28 17:37:04
windows下安装mysql 5.7首先必须运行在Administrator权限下面创建data目录运行 UPDATE. authentication_string () password_expired ;FLUSHPRIVILEGES......【阅读全文】
发布时间:2018-06-25 18:24:17
很多人给的解决方案是这样的,修改 /etc/my.cnf , 然后重启服务.点击(此处)折叠或打开[mysqld] skip-host-cacheskip-name-resolve......【阅读全文】
发布时间:2018-05-14 23:44:02
最好禁掉OPENSSL和SASL,cd c:/path/to/mongoc/ cd src/libbson # Configure and install libbsoncmake.exe -G "Visual Studio 14 2015 Win64" \ -DCMAKE_INSTALL_PREFIX=c:/mongocmsbuild.exe ALL_BUILD.vcxprojmsbuild.exe INSTALL.vcxproj # Installs libbsoncd ../.. # Go back to the root folder of the releas.........【阅读全文】