SysAdmin Commands Debugging truss executable /* Trace doing of given command ( useful debugging ) */ truss -f -p /* Using multiple windows, this can be used to trace setuid/setgid programs */ Arp, ethernet trouble shooting
回收权限: revoke create,select,update,insert,delete,alter on phpbb.* from phpbbroot@localhost identified by '52netseek'; 完全将phpbbroot这个用户删除: >use mysql >delete from user where user='phpbbroot' and host='localhost'; >flush privileges; 刷新数据库 三,数据
PHP代码中函数前面的@是什么意思? 为什么出现“APACHE.EXE: cannot determine local host name.”? 在Windows NT/9x,为什么会出现“Can't connect to MySQL server on 'localhost' ”? 关于PHP与Sybase数据库的连接与使用 为什么在WINDOWS下使用PHP4的SESSION功能老是报路径出错? php_admin_value(php_admin_flag)和php_value(php_f
常用命令
# 查看版本
influxd version
用户管理
# 创建用户
CREATE USER "username" WITH PASSWORD 'password'
CREATE USER "username" WITH PASSWORD 'password' WITH ALL PRIVILEGES; # 创建root用户
# 查看用户
SHOW USERS # 可加也可不加;
# 删除用户
DROP USER "username"
# 使用账号密码登录(influx 默认不启动认证
常用命令
# 查看版本
influxd version
用户管理
# 创建用户
CREATE USER "username" WITH PASSWORD 'password'
CREATE USER "username" WITH PASSWORD 'password' WITH ALL PRIVILEGES; # 创建root用户
# 查看用户
SHOW USERS # 可加也可不加;
# 删除用户
DROP USER "username"
# 使用账号密码登录(influx 默认不启动认证