free-m查看内存不足。 /etc/mysql/my.cnf文件, innodb_buffer_pool_size = 60MB改大一点200MB。 service mysqld restart
linux
linux command
ssh root@123.207.16.105 cd /var/www/jinguan git reset --hard git pull chmod -R 777 app/alipay.trade.page.pay-PHP-UTF-8/log.txt php artisan migrate:rollback php artisan migrate php artisan us...
linux debain 用户配置
中文 apt-get install locales dpkg-reconfigure locales 勾选“en_US.UTF-8”和“zh_CN.UTF-8” apt-get install xfonts-intl-chinese 重启 w3m apt-get install w3m-im...
linux debain服务器配置
debian 软件包 https://packages.debian.org/stable/ whereis apache2dpkg -L apache2 查看安装的包在哪里 apt-get install locales dpkg-reconfigure locales #勾选“en_US.UTF-8”和“zh_CN.UTF-8” apt-get update...
终端下vi键盘窜码,删除键不能用
#编辑/etc/vim/vimrc.tiny set compatible #改为 set nocompatible set backspace=2 实际上vim不是键盘窜码,vim就是这样设计的,详见vim命令。
linux下安装FileZilla
filezilla客户端安装 filezilla客户端下载 将文件夹放到/usr/local/下,或者其他位置也可。 默认启动在 FileZilla3/bin/filezilla 快捷方式创建: 在桌面创建一个文档,更名f...
linux学习三(ubuntu系统)
ubuntu下使用root登陆 设置root sudo passwd root 输入设置密码 vi /etc/lightdm/lightdm.conf [SeatDefaults] greeter-session=unity-greeter user-session=ubuntu greeter-show-manual-login=tru...
linux系统mysql
grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地址 identified by ‘密码’; 权限:select,insert,update,delete,create,drop,index,alter,grant,references,reload,shutdown,process,file ...
linux学习二(apache)
源码编译安装 apache安装 官网下载apache apache文件目录下编译 ./configure --prefix=/usr/local/apache --enable-mods-shared=all 动态加载所有模块:--enable-mods-shared=all -shared...
Centos7安装完毕后重启提示Initial setup of CentOS Linux 7 (core)的解决方法
问题: CentOS7安装完毕,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license...