想要飞的小乌龟2022-08-04 技术文章 MySQL常用命令语句 常用的语句查询 select * from bbs where id=1;增加 insert into bbs (name,data_year) VALUES (13"jack","1993-10-01");修改 update bbs set name="tom",sex=1,age=18 where 2022-08-04 344 阅读 阅读全文
想要飞的小乌龟2022-08-04 技术文章 linux下开启、关闭、重启mysql服务命令 一、 启动1、使用 service 启动:service mysql start2、使用 mysqld 脚本启动:/etc/inint.d/mysql start3、使用 safe_mysqld 启动:safe_mysql&二、停止1、使用 service 启动:service mysql 2022-08-04 139 阅读 阅读全文
想要飞的小乌龟2022-08-04 技术文章 linux 重启 memcached ./memcached -p 11211 -m 64m -u root -d -P /tmp/memcached.pid 2022-08-04 122 阅读 阅读全文