Until reacently I could do
mysql -hlocalhost -uuser -ppassword database < my_backup_file.sql
from command line, but now it just does something no more than 2 sec and just stops.. no error no nothing, just like it was imported, but isn't..
Does mysql have some import size limitation?
my sql backup is about 17MB ..
Importing thru phpMyAdmin cannot be over 2mb?
Any alternate methods of importing, let's say some script that would do query by query...
help 🙁