My webhost does not give me shell access. Normally, I use this sort of
command on my local machine:
c:\datac:\mysql \bin\mysql -uroot -pxxxxx db < file.sql
My webhost gives me PhpMyAdmin access, but I can never use that successfully
with large files. The sql file I need to import is 15MB.
thanks,
brian
command on my local machine:
c:\datac:\mysql \bin\mysql -uroot -pxxxxx db < file.sql
My webhost gives me PhpMyAdmin access, but I can never use that successfully
with large files. The sql file I need to import is 15MB.
thanks,
brian
Comment