How i can use cPanel to upload php files and database? [closed]

若如初见. 提交于 2019-12-11 10:26:12

问题


For couple of days i am trying to upload my php files and database to WebsitePanel but i can't. If anybody is familiar with WebsitePanel please help me.


回答1:


If you use cPanel then follow this step:

  1. Login to cPanel
  2. Click on File Manager
  3. Select Web Root (public_html/www) and clock on Go.
  4. Click on Upload on the top.
  5. Click on Choose File to select the file which you have upload.

For database:

  1. Click on phpMyAdmin on the home page of your cpanel.
  2. Select the database which you have used on the left side of your phpMyAdmin interface.
  3. Click on SQL and paste your MySql code on it.
  4. Click go to run the code.


来源:https://stackoverflow.com/questions/23968193/how-i-can-use-cpanel-to-upload-php-files-and-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!