php.ini
を変更する権限はありませんが、SSH
を使用し、phpmyadminでは最大2Mのファイルしか入力できませんでした。しかし、今私は大きなサイズのデータベースを持っているので、私は大きなサイズのMySQLデータベースを変更せずにSSH入力を使用することができます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の制限がある場合、どうすればよいですか?
http://www.google.com/search?q=mysql+import+dump –