JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

command

发布时间 2023-10-09 16:05:32作者: 酒窝没有酒

mysql命令

修改mysql密码:
use mysql;
update user set authentication_string=password('dsd') where user='';
flush privileges;

iptables命令

添加白名单
iptables -L
iptables -A INPUT -p tcp -m tcp --dport 39000:40000 -j ACCEPT
service iptables save
    本栏目推荐文章
  • 【解决方案】Error running,Command line is too long
  • android编译kanzi 问题 (3) Build command failed.ninja: error: '../../../../../../lib/android_gradle/ES3_Release/arm64-v8a/xxxxx.so', needed by 'xxxxxx.so', missing and no known rule to make it
  • Mac安装mysql问题之-bash: mysql: command not found
  • Arduino命令解析库(Commander)的使用和实现
  • npm install安装依赖包时报错npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js,npm ERR! ChromeDriver installation failed Error with http(s) request: Error: read ECONNRESET
  • 如何在无窗口模式下运行GPG——如何在命令行模式下使用gpg生成秘钥:How to make gpg prompt for passphrase on CLI——GPG prompt for password in command line
  • PyCharm 中执行命令提示 command not found(终端运行appium正常)
  • Error running ‘Application’: Command line is too long. Shorten command line for Application or also for Spring Boot default configuration?
  • Shell - Pass output as argument to next command
  • You should consider upgrading via the 'C:\Users\榕宝\PycharmProjects\djangoProject\venv\Scripts\python.exe -m pip install --upgrade pip' command.
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们