2023年8月6日

摘要: 订单用mongdb 订单用mongdb 订单用mongdb 阅读全文
posted @ 2023-08-06 23:38 lydstory 阅读(19) 评论(0) 推荐(0)
摘要: assert断言 assert断言 assert断言 assert断言 阅读全文
posted @ 2023-08-06 23:02 lydstory 阅读(16) 评论(0) 推荐(0)
摘要: ALTER USER "root"@"localhost" IDENTIFIED BY "1234568888"; 阅读全文
posted @ 2023-08-06 18:32 lydstory 阅读(19) 评论(0) 推荐(0)
摘要: root@ubuntu:/usr/local/mysql# ./bin/mysql.server restartShutting down MySQL.. * Starting MySQL...... * The server quit without updating PID file (/usr 阅读全文
posted @ 2023-08-06 17:15 lydstory 阅读(26) 评论(0) 推荐(0)
摘要: use mysqlupdate user set authentication_string='' where user='root'; USE mysql;UPDATE user SET authentication_string=PASSWORD('新密码') WHERE User='root' 阅读全文
posted @ 2023-08-06 17:06 lydstory 阅读(19) 评论(0) 推荐(0)
摘要: ./bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data ./bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data ./bin/mysql_in 阅读全文
posted @ 2023-08-06 09:42 lydstory 阅读(13) 评论(0) 推荐(0)
摘要: GRANT all PRIVILEGES ON * .* to 'root'@'%' IDENTIFIED by '123456' with grant OPTION; 错误 阅读全文
posted @ 2023-08-06 07:31 lydstory 阅读(299) 评论(0) 推荐(0)
摘要: grant all on mysql.* to 'root'@'192.168.232.1' identified by '1234568888'; 阅读全文
posted @ 2023-08-06 05:18 lydstory 阅读(26) 评论(0) 推荐(0)
摘要: CREATE TABLE `servers` (`Server_name` char(64) NOT NULL,`Host` char(64) NOT NULL,`Db` char(64) NOT NULL,`Username` char(64) NOT NULL,`Password` char(6 阅读全文
posted @ 2023-08-06 05:17 lydstory 阅读(14) 评论(0) 推荐(0)
摘要: set global validate_password_policy=LOW; set global validate_password_length=6; 阅读全文
posted @ 2023-08-06 05:09 lydstory 阅读(49) 评论(0) 推荐(0)
摘要: 配置是在my.cnf中配置。这个错误,需要在数据库目录下删除ib_logfile0、ib_logfile1、ib_logfile2和ibdata1文件,然后再重启试试。 mysql5.7启动报错,配置文件修改后又恢复为最初的配置,启动报错,-大数据-CSDN问答 问题: 使用mysqldump 导出 阅读全文
posted @ 2023-08-06 04:14 lydstory 阅读(85) 评论(0) 推荐(0)
摘要: ubuntu安装libaio的错误解决,libaio1_Harik的博客-CSDN博客 sudo apt-get install libaio1 sudo chown -R mysql.mysql /usr/local/mysqlsudo chown 0R mysql.mysql /mdata/my 阅读全文
posted @ 2023-08-06 03:43 lydstory 阅读(310) 评论(0) 推荐(0)

导航