刚买阿里云主机,装得是centos的系统,同时挂载了一块数据盘。
刚装了个ghost的博客程序,但是现在ghost的数据库默认是装在我的系统盘上,我想把这个数据库迁移到数据盘上。
我需要打什么指令才能迁移数据库呢?同时不影响现在网站。
走同样的路,发现不同的人生
You can try to learn the ln -s command For example: cd /home mv wwwroot /data ln -s /data/wwwroot #Create a soft link
You can try to learn the ln -s command
For example:
cd /home
mv wwwroot /data
ln -s /data/wwwroot #Create a soft link