主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
在Linux中执行SQL
在Linux系统中有几种方法可以执行SQL语句:
方法1:使用命令行工具。
1.1.安装MySQL客户端
& ltcode class = & quot壳牌& quot& gtsudo apt-get install & lta style = & quot最大宽度:90%href = & quothttps://m.php.cn/zt/15713.html" target = & quot;_ blank & quot& gtmysql & lt/a & gt;-客户端<。/code & gt;1.2.登录MySQL服务器
& ltcode class = & quot壳牌& quot& gtMySQL-u[用户名]-p
& ltcode class = & quot壳牌& quot& gtmysql & gtSELECT * FROM table _ name& lt/code & gt;方法2:使用Python库
2.1.安装Python MySQLdb库
& ltcode class = & quot壳牌& quot& gt安装mysqlclient & lt/code & gt;2.2.导入库并连接到数据库。
& ltcode class = & quot& lta style = ' color:# f60;文本装饰:下划线;'href = & quothttps:target = & quot;_ blank & quot& gtpython & quot& gt导入MySQL . connector mydb = MySQL . connector . connect(host = & quot;本地主机& quot,用户= & quot用户名& quot,密码= & quot密码& quot,数据库= & quot数据库名称& quot,)my cursor = mydb . cursor()& lt;/code & gt;2.3.执行SQL语句
& ltcode class = & quotpython & quot& gtmy cursor . execute(& quot;SELECT * FROM表名& quot)results = my cursor . fetchall()& lt;/code & gt;方法3:使用PHP库
3.1.安装PHP MySQLi库
& ltcode class = & quot壳牌& quot& gtsudo apt-get install & lta style = & quot颜色:# f60文本装饰:下划线;"href = & quothttps://m.php.cn/zt/15965.html" target = & quot;_ blank & quot& gtphp7 & lt/a & gt;. 4-mysqli & lt;/code & gt;3.2.导入库并连接到数据库。
& ltcode class = & quotphp & quot& gt& lt?php $ servername = & quot本地主机& quot;$ username = & quot用户名& quot;$ password = & quot密码& quot;$ dbname = & quot数据库名称& quot;//创建连接$ conn = new MySQL($ servername,$ username,$ password,$ dbname);//检查连接是否($conn-& gt;connect _ error){ die(& quot;连接失败:“”。$ conn->;连接_错误);} & lt/code & gt;3.3.执行SQL语句
& ltcode class = & quotphp & quot& gt$ sql = & quotSELECT * FROM表名& quot;$ result = $ conn-& gt;查询($ SQL);//循环查询结果if($ result->;num _ rows & gt0) {//输出数据while($ row = $ result-& gt;fetch _ assoc()){ echo & quot;id:& quot;。$ row[& quot;id & quot] ."-名称:& quot。$ row[& quot;名称& quot] ."& ltbr & gt";}}否则{ echo & quot0个结果& quot;} & lt/code & gt;
这几篇文章你可能也喜欢:
- 在 Linux 上检查进程时间(在 Linux 上检查进程的步骤)
- Linux下如何查看进程占用的内存
- 如何在Windows上安装Python(如何在Windows上安装Docker)
- 什么是 DNS 枚举工具?(DNS 枚举工具有什么作用?)
- 可以用WVS扫描的网站(可以扫描的网页)
本文由主机参考刊发,转载请注明:linux如何执行SQL(Linux如何执行可执行文件) https://zhujicankao.com/120489.html
评论前必须登录!
注册