Is there any way to upload a MySQL database besides using PHPMyAdmin?
Is there any way to upload a MySQL database besides using PHPMyAdmin?
Joey Okazaki
Istacia.com - Co-Administrator
http://www.istacia.com
mysql -h locahost -u user -p password dbname & dbname.sql
from SSH
We currently do not allow clients to use SSH due to some security troubles we've had in the past. So is there anything else that we can install or do that would allow access to the user's MySQL databases?
Joey Okazaki
Istacia.com - Co-Administrator
http://www.istacia.com
[quote:c4a7550a08][i:c4a7550a08]Originally posted by qball15j[/i:c4a7550a08]
We currently do not allow clients to use SSH due to some security troubles we've had in the past. So is there anything else that we can install or do that would allow access to the user's MySQL databases?[/quote:c4a7550a08]
If you don't want to use a web interface (phpMyAdmin) and don't want to use the command-line via SSH, then you've pretty much killed all possibilities (unless you have some magic beans).