qball15j

Member
Nov 1, 2002
10
0
151
Is there any way to upload a MySQL database besides using PHPMyAdmin?
 

manokiss

Well-Known Member
Mar 31, 2002
576
1
318
mysql -h locahost -u user -p password dbname & dbname.sql

from SSH
 

qball15j

Member
Nov 1, 2002
10
0
151
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?
 

jsteel

Well-Known Member
Jul 4, 2002
646
0
166
Atlanta, GA
[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).