表示 进入内容 21 去 30 的 337 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: shell (reset) Dec 22 2017 第 173 章 Redmine Posted by mysql-云栖社区 on Fri 22 Dec 2017 03:33 UTC Tags: database, log, bash, shell, server, curl, MySQL, 数据库 173.1. CentOS 安装 安装MySQL数据库 curl -s https://raw.githubusercontent.com/oscm/shell/master/database/mysql/mysql. 【mysql】 【LOG】 【数据库】 【shell】 【Server】 【database】 【curl】 【Bash】 …[获取更多] Dec 19 2017 第 27 章 Shell command Posted by mysql-云栖社区 on Tue 19 Dec 2017 07:28 UTC Tags: shell, MySQL 27.1. Help Commands 27.1.1. man - an interface to the on-line reference manuals 27. 【mysql】 【shell】 点击查看原文> Dec 11 2017 高级运维工程师的打怪升级之路 Posted by mysql-云栖社区 on Mon 11 Dec 2017 10:18 UTC Tags: Linux, Nginx, shell, MySQL, 数据库, 日志, 服务器, 性能, 操作系统, 性能优化, 安全, 高可用, 容器, 集群, 持续集成 运维武器库 【nginx】 【linux】 【安全】 【性能优化】 【服务器】 【mysql】 【性能】 【日志】 【高可用】 …[获取更多] Dec 10 2017 《Linux命令行与shell脚本编程大全》第二十五章 创建与数据库、web及电子邮件相关的脚本 Posted by mysql-云栖社区 on Sun 10 Dec 2017 01:27 UTC Tags: Linux, Web, shell, test, MySQL, 数据库, 配置, 服务器, 脚本 25.1 MySQL数据库 /* 但是我在虚拟机上安装的时候居然不提示输入密码。 这个可以参考http://blog.csdn.net/sinat_21302587/article/details/76870457 导致登录的时候不知道账号密码。 【linux】 【服务器】 【mysql】 【数据库】 【shell】 【web】 【配置】 …[获取更多] Dec 07 2017 mysql数据定时导入脚本(shell) Posted by mysql-云栖社区 on Thu 07 Dec 2017 09:45 UTC Tags: shell, FTP, MySQL, 服务器, 脚本 在服务器上发现的定时的导入脚本,记录下来。还是很有用的30 06 * * * /data/dmsp/shell/crontab_search_stats_import.sh >> /data/dmsp/logs/crontab_search_stats_import. 【服务器】 【mysql】 【shell】 【ftp】 【脚本】 点击查看原文> Dec 04 2017 shell脚本操作mysql数据库 Posted by mysql-云栖社区 on Mon 04 Dec 2017 15:23 UTC Tags: sql, database, shell, varchar, MySQL, 数据库, create, 脚本 shell脚本操作mysql数据库,使用mysql的-e参数可以执行各种sql的(创建,删除,增,删,改、查)等各种操作 mysql -hhostname -Pport -uusername -ppassword -e 相关mysql的sql语句,不用在mysql的提示符下运行mysql,即可以在shell中操作mysql的方法。 【mysql】 【SQL】 【数据库】 【shell】 【脚本】 【Create】 …[获取更多] Dec 01 2017 高级运维工程师的打怪升级之路 Posted by mysql-云栖社区 on Fri 01 Dec 2017 13:29 UTC Tags: Linux, Nginx, shell, MySQL, 数据库, 日志, 服务器, 性能, 操作系统, 性能优化, 安全, 高可用, 容器, 集群, 持续集成 运维工程师在前期是一个很苦逼的工作,在这期间可能干着修电脑、掐网线、搬机器的活,显得没地位!时间也很碎片化,各种零碎的琐事围绕着你,很难体现个人价值,渐渐的对行业很迷茫,觉得没什么发展前途。 【nginx】 【linux】 【安全】 【性能优化】 【服务器】 【mysql】 【性能】 …[获取更多] Dec 01 2017 高级运维工程师的打怪升级之路 Posted by mysql-云栖社区 on Fri 01 Dec 2017 13:26 UTC Tags: Linux, Nginx, shell, MySQL, 数据库, 日志, 服务器, 性能, 操作系统, 性能优化, 安全, 高可用, 容器, 集群, 持续集成 运维工程师在前期是一个很苦逼的工作,在这期间可能干着修电脑、掐网线、搬机器的活,显得没地位!时间也很碎片化,各种零碎的琐事围绕着你,很难体现个人价值,渐渐的对行业很迷茫,觉得没什么发展前途。 【nginx】 【linux】 【安全】 【性能优化】 【服务器】 【mysql】 【性能】 …[获取更多] Nov 29 2017 linux命令之nohup Posted by mysql-云栖社区 on Wed 29 Nov 2017 00:52 UTC Tags: Linux, unix, log, shell, MySQL 在应用Unix/Linux时,我们一般想让某个程序在后台运行,于是我们将常会用 & 在程序结尾来让程序自动运行。比如我们要运行mysql在后台: /usr/local/mysql/bin/mysqld_safe –user=mysql &。 【linux】 【mysql】 【LOG】 【shell】 【Unix】 点击查看原文> Nov 28 2017 mysql下通过shell脚本插入数据 Posted by mysql-云栖社区 on Tue 28 Nov 2017 09:05 UTC Tags: bash, shell, sed, varchar, MySQL, read, 数据库, 服务器, 脚本 一、创建数据库及表 建立数据库 1 create database dic character set utf8; 建表 1 2 3 4 5 6 7 8 9 10 11 CREATE TABLE `dic` ( `id` int(22) unsigned NO... 【服务器】 【mysql】 【数据库】 【shell】 【脚本】 【read】 …[获取更多] 表示 进入内容 21 去 30 的 337 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums