VPS参考测评推荐
专注分享VPS主机优惠信息
衡天云优惠活动
华纳云优惠活动
荫云优惠活动

linux如何执行SQL(Linux如何执行可执行文件)

主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情!
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作

linux如何执行SQL(Linux如何执行可执行文件)

在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;-客户端&lt。/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如何执行SQL(Linux如何执行可执行文件) https://zhujicankao.com/120489.html

【腾讯云】领8888元采购礼包,抢爆款云服务器 每月 9元起,个人开发者加享折上折!
打赏
转载请注明原文链接:主机参考 » linux如何执行SQL(Linux如何执行可执行文件)
主机参考仅做资料收集,不对商家任何信息及交易做信用担保,购买前请注意风险,有交易纠纷请自行解决!请查阅:特别声明

评论 抢沙发

评论前必须登录!