如何在Xampp中将Mysql数据库导入Phpmyadmin后加载Index.Php文件]
问题描述:
如何在xampp中将mysql数据库导入phpmyadmin后加载index.php文件
答
放置index.php在一个文件夹里面,比如myproject。将myproject文件夹放在位于xampp安装目录中的htdocs目录中,例如C:/xampp/htdocs/myproject/index.php。从xampp控制面板启动Apache,启动浏览器,在地址栏中输入http:// localhost / myproject打开index.php页面。
了解更多演练:为PHP和MySQL设置开发环境 [ ^ ]。
Place the index.php inside a folder, say myproject. Place the myproject folder inside the htdocs directory which is located in the xampp installation directory, e.g. c:/xampp/htdocs/myproject/index.php. Start the Apache from xampp control panel, launch a browser, enter "http://localhost/myproject" in the address bar to open the index.php page.
Read more Walkthrough: Setting up a Development Environment for PHP and MySQL[^].