Home > Backend Development > PHP Tutorial > 新手问有关配置源码环境的有关问题

新手问有关配置源码环境的有关问题

WBOY
Release: 2016-06-13 12:00:29
Original
786 people have browsed it

新手问有关配置源码环境的问题
我下载了wamp环境,然后从网上下载php微博源码,里面有mysql.sql文件,这个文件包含有创建数据库和表的sql语句. 

问题就是怎么配置这个mysql.sql文件与wamp里的mysql文件夹下的相关文件.

就是有没有一个guide 说明源码里的哪些文件该怎么弄?
------解决方案--------------------
1、你下载的程序应该有安装程序,执行以下就可以了
2、wamp 都带有 phpmyadmin 运行起来导入 sql 文件也可以

------解决方案--------------------
修改本地源码包php config的mysql配置文件
通过phpmyadmin导入mysql.sql文件
------解决方案--------------------
搜索“mysql 导入sql文件” 有很多方法。导入完了之后可能还需要改下配置文件。先运行项目看看。

Related labels:
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