php - Can I dump database with mysql (not mysqldump)? -
i have server have access mysql not mysqlimport or mysqldump. says "command not found" , whereis reports nothing. tried dumping database phpmyadmin dump cannot imported on server. guess phpmyadmin cannot export (the database has views, procedures, triggers , such- quite complicated one).
i don't have access db outside "localhost" , cannot install on server.
is there way export db mysql command? or other way export properly?
on debian system (lmde), mysqldump installed mysql-client-version pkg.
on rh 5.x system, installed mysql pkg.
mysqldump lives in /usr/bin on both. must in path. think have no client installed.
things try:
- talk whomever has root , installed. system broken.
- rpms can installed in home directory. see how extract rpm package without installing (rpm extract command)
- you build source. do. use home dir. need modify path.
- mysqlbackupftp (http://mysqlbackupftp.com). no idea if works , bet not everything.
this should impossible wo root. have root access, not allowed install anything.
Comments
Post a Comment