Linux
Windows
W-程序
存储
网络技术
防火墙
虚拟化
路由交换
数据库
mysql
脚本语言
python
大模型
软件中心
学海无涯
有疑问可发邮件zp@wlzs.cn。
累计撰写
330
篇文章
累计创建
89
个标签
累计收到
0
条评论
栏目
Linux
Windows
W-程序
存储
网络技术
防火墙
虚拟化
路由交换
数据库
mysql
脚本语言
python
大模型
软件中心
目 录
CONTENT
以下是
Linux
相关的文章
2017-05-23
WORDPRESS 最大上传文件大小限制修改
方法一: 在functions.php中添加如下代码,这样上传限制就是64M @ini_set( 'upload_max_size' , '64M' ); @ini_set( 'post_max_size', '64M'); @ini_set( 'max_execution_time', '300'
2017-05-23
31
0
0
PHP
2017-05-17
Linux useradd 命令详解
useradd --help 用法:useradd [选项] 登录 useradd -D useradd -D [选项]</pre> 选项: -b, --base-dir BASE_DIR 新账户的主目录的基目录 -c, --comment COMMENT 新账户的 GECOS 字段 -d, -
2017-05-17
49
0
0
Linux
L-系统
L-软件
2017-05-17
rm删除除了某个文件之外的所有文件
因为目录下有很多文件,而且我欲排除的文件可能正在被使用,所以不能mv。最后找到这样的命令: Linux下除了某个文件外的其他文件全部删除,最简单的方法是 #shopt -s extglob # rm -fr !(file1) 来源: rm用法之 删除除了某个文件之外的所有文件, extglob e
2017-05-17
29
0
0
Linux
L-系统
2017-03-27
Centos 6.5 安装 mysql 5.7
下载 mysql57-community-release-el6-9.noarch.rpm及mysql-community-server-5.7.17-1.el6.x86_64.rpm两个软件包 1.安装mysql57-community-release-el6-9.noarch.rpm [root
2017-03-27
50
0
0
mysql
数据库
Linux
2017-03-27
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
在mysql 5.7 中,进入mysql执行操作时 ,出现以下提示 mysql> select version(); ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executin
2017-03-27
46
0
0
Linux
mysql
数据库
2017-03-27
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY '123456'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 这是与val
2017-03-27
42
0
0
mysql
Linux
数据库
2017-03-27
libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.17-1.el6.x86_64
[root@play ~]# rpm -ivh mysql-community-server-5.7.17-1.el6.x86_64.rpm error: Failed dependencies: libnuma.so.1()(64bit) is needed by mysql-communit
2017-03-27
59
0
0
数据库
mysql
Linux
2017-02-15
清华大学开源软件镜像站
https://mirrors.tuna.tsinghua.edu.cn 清华大学开源软件镜像站
2017-02-15
77
0
0
L-系统
Linux
2016-10-14
ORACLE 一个监听开启多个实例
现有一台机器,需要oracle自动启动多个数据实例,并监听 SID_LIST_LISTENER_orcl = (SID_LIST = (SID_DESC = (SID_NAME = orcl) (ORACLE_HOME = /u01/app/oracle/
2016-10-14
33
0
0
Linux
数据库
Oracle
2016-10-14
ORACLE 使用DBCA静默创建数据库
[oracle@a ~]$ dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname test1 -sid test1 -responseFile NO_VALUE -characterSet AL32UTF8 -
2016-10-14
57
0
0
Linux
Oracle
数据库
1
...
5
6
7
...
13