我沒有權限修改php.ini
,但使用SSH
,而在phpmyadmin中,我只能輸入文件最大2M。但是現在我有一個很大的數據庫,所以我可以使用SSH輸入大尺寸的mysql數據庫而不需要修改php.ini
?如何使用SSH輸入mysql數據庫?
put c:/mydata.sql /etc/local/mydata.sql {where is the folder I should upload?}
mysql -u myname -p
mypassword:
mysql>use mydata;
mysql>... { what is the insert code, it may be depand the fold where I update to the server }
如果此方法仍然有2M max的限制,我該怎麼辦?
嘗試http://www.google.com/search?q=mysql+import+dump – 2012-01-12 10:47:05