表示 进入内容 361 去 370 的 628 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: CTO (reset) Nov 12 2017 透视黑客学习笔记 Posted by mysql-云栖社区 on Sun 12 Nov 2017 08:45 UTC Tags: Security, Google, MySQL, CTO, 防火墙, 安全, 培训 PPT中一些理念: (1)深度防御。在进入前有多个安全边界,进入和出去一样严格管理。使用IDS来协防,不要过分依赖防火墙和包过滤。 (2)对系统和应用程序进行审计。 (3)进行全员安全培训。 【安全】 【mysql】 【防火墙】 【google】 【Security】 【cto】 …[获取更多] Nov 12 2017 mysql文件的导入 Posted by mysql-云栖社区 on Sun 12 Nov 2017 08:24 UTC Tags: sql, Blog, source, MySQL, CTO, 数据库 很多时候都会将数据库文件导出到本地或者从网站直接导出下载。下载到本地后对于mysql数据库的还原,只能通过导入数据库。通过UE或者其他编辑器查看sql语句明显不方便,也不便于查询,因此需要导入到mysql数据库中进行还原。 【mysql】 【SQL】 【数据库】 【source】 【cto】 【Blog】 …[获取更多] Nov 12 2017 mysql日志文件在哪 Posted by mysql-云栖社区 on Sun 12 Nov 2017 08:19 UTC Tags: Blog, log, variables, MySQL, CTO, 日志 1 row in set (0.01 sec) 本文转自 远永201314 51CTO博客,原文链接: http://blog.51cto.com/7336056/1859449 【mysql】 【日志】 【LOG】 【variables】 【cto】 【Blog】 点击查看原文> Nov 12 2017 oracle数据迁移到mysql Posted by mysql-云栖社区 on Sun 12 Nov 2017 08:18 UTC Tags: Oracle, html, Blog, database, MySQL, CTO, 数据迁移 oracle数据迁移到mysqlhttps://www.2cto.com/database/201606/513843.htmloracle迁移到mysql后,字段注释、表注释迁移http://blog. 【mysql】 【Oracle】 【数据迁移】 【database】 【html】 【cto】 【Blog】 点击查看原文> Nov 12 2017 BIND DLZ MySQL Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:56 UTC Tags: Blog, bind, MySQL, CTO, 存储 BIND MySQL 存储解析数据 附件:http://down.51cto.com/data/2359167 本文转自 pgmia 51CTO博客,原文链接:http://blog.51cto.com/heyiyi/700072 【mysql】 【cto】 【Blog】 【存储】 【BIND】 点击查看原文> Nov 12 2017 mysql忘记密码重置 Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:47 UTC Tags: Blog, update, vim, MySQL, CTO, 测试, 存储 mysql 密码忘记了,相信大家都知道vim /etc/my.cnf 新增一行 skip-grant重启mysqld; mysql -uroot进入,use mysql; update user set password='123' where user='root'; flush privileges; 退出后还原my. 【mysql】 【测试】 【update】 【cto】 【Blog】 【vim】 【存储】 …[获取更多] Nov 12 2017 Mysql指定编码导入导出数据 Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:34 UTC Tags: sql, Blog, database, MySQL, CTO, 数据库 今天发现导数据库的时候编码出现问题,解决办法在导入或者导出的时候指定编码: 导出示例: mysqldump --default-character-set=gb2312 -uroot -p123456 database > back. 【mysql】 【SQL】 【数据库】 【database】 【cto】 【Blog】 点击查看原文> Nov 12 2017 查看mysql读和写的量 Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:33 UTC Tags: Blog, MySQL, CTO 读: mysqladmin -uroot -ppassword extended-status -r -i1 | grep Com_select 写: mysqladmin -uroot -ppassword extended-status -r -i1 | grep Com_insert 本文转自 liang3391 51CTO博客,原文链接:http://blog. 【mysql】 【cto】 【Blog】 点击查看原文> Nov 12 2017 修复mysql受损的表 Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:27 UTC Tags: Blog, MySQL, CTO, PHPwind myisamchk -r /mysql/phpwind/pw_datastore.MYI myisamchk -r /mysql/phpwind/*.MYI 本文转自 liang3391 51CTO博客,原文链接:http://blog.51cto.com/liang3391/456536 【mysql】 【PHPwind】 【cto】 【Blog】 点击查看原文> Nov 12 2017 mysql分页原理 jsp Posted by mysql-云栖社区 on Sun 12 Nov 2017 07:22 UTC Tags: Blog, Class, list, MySQL, CTO, jsp limit 0,4;(加在最后) 长度为4,查询前4条记录,记录 有一条 即为1 当前页(从前台穿过来的当前页,就是目标页),与要查询页的关系 select * from tb_user limit 0,4 1 (1-1)*4 select * from tb_user lim... 【mysql】 【class】 【list】 【cto】 【JSP】 【Blog】 …[获取更多] 表示 进入内容 361 去 370 的 628 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (33) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums