Witam
Mam 1 pytani
Hi
I have question
Which file I need to move from myphpadmin in Yetiforce to my new server to work. How are they called
@slomus myphpadmin doesn't comtains any files. This is just web based application to work with database
You need to dump your database
mysqldump -uusername -ppassword dbname > path/to/file/dump.sql
and import to new server database
mysql -uusername -ppassword dbname < /path/to/file/dump_.sql
yes i have one question
Can I take this file from phpmyadmin on yetiforce because i need to export database no file on linux(centos)?
@slomus what you mean?
Most helpful comment
@slomus myphpadmin doesn't comtains any files. This is just web based application to work with database
You need to dump your database
and import to new server database