Home > Backend Development > PHP Tutorial > python2.7 连接PHP的mysql数据库

python2.7 连接PHP的mysql数据库

WBOY
Release: 2016-06-06 20:10:54
Original
941 people have browsed it

想要用定时任务,
在php服务器里,安装Python 再安装pymysql模块,
但是能用同一个数据库吗,
Python要安装到哪里有要求吗?
怎么连接PHP的mysql数据库,
有什么要注意的

测试环境是本地的wamp2.5

回复内容:

想要用定时任务,
在php服务器里,安装Python 再安装pymysql模块,
但是能用同一个数据库吗,
Python要安装到哪里有要求吗?
怎么连接PHP的mysql数据库,
有什么要注意的

测试环境是本地的wamp2.5

容我惊讶一下。
概念性错误。
什么意思是 PHP的mysql数据库
php 、python 是脚本语言
mysql 是数据库服务

可以 php + mysql
可以 python + mysql

http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001391435131816c6a377e100ec4d43b3fc9145f3bb8056000

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template