How to access the var folder and a MySQL database folder with .frm, .MYD and .MYI files of each table in CPanel?

╄→гoц情女王★ 提交于 2019-12-11 03:32:00

问题


I have a website on a dedicated server which a friend of mine is the administrator. My question is how to access the var folder where my database is located in for direct access to .frm, .MYD and .MYI files of each of my tables in Cpanel.


回答1:


in linux (ubuntu) mysql files will be located at /var/lib/mysql/

you can access by putty. This directory is not permitted by the users.

Use "sudo su" command, then try to access this directory.



来源:https://stackoverflow.com/questions/22667759/how-to-access-the-var-folder-and-a-mysql-database-folder-with-frm-myd-and-my

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