摘要: 1、安装mariadb sudo pacman -S mariadb 2、启动mariadb的服务 systemctl start mariadb 3、应用root连接到服务器 mysql -u sqlxxl -p Enter password:输入自己的密码 4、第零屏说明: 1 Welcome 阅读全文
posted @ 2020-11-24 14:48 叕叒双又 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 代码sqlDeleteData.c 1 /* *=+=+=+=+* *** *=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= 2 * 作者代号: *** :guochaoxxl 3 * 版权声明: *** :(魎魍魅 阅读全文
posted @ 2020-11-24 11:21 叕叒双又 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 使用命令: mysql -u root -p -e "GRANT USAGE ON *.* to 'sqlxxl'@'localhost' identified by 'commun';" 1、mysql -u root -p:sql使用root登陆 2、-e:执行后面的命令 3、GRANT USA 阅读全文
posted @ 2020-11-24 10:21 叕叒双又 阅读(221) 评论(0) 推荐(0) 编辑
摘要: [developRos nication]# mysqladmin -u root -p flush-privileges password //使用命令修改系统 Enter password: [developRos nication]# mysql -u root -p //使用老密码登陆 En 阅读全文
posted @ 2020-11-24 09:49 叕叒双又 阅读(252) 评论(0) 推荐(0) 编辑