I am using a Solaris Server which has been intalled full of applications in order to be a server When i used a phpMyAdmin ver 2.5 to restore a file *.sql (30Mb) whish was back up under phpMyAdmin ver 2.2...It;s said that "No SQL query found" Then ..instead of backing up the whole database ...i did with each tables...and it worked...except for one table....whose size is over 25Mb.....It still said 'NO query SQL found" so...what is the problem? Can you help me? THanks a lot
phpMyAdmin often times out when uploading large files. If you can't increase the timeout parameter via php.ini, the easier method is use a mysql command line prompt run from a terminal. This is much, much faster than phpMyAdmin in any case.