I've got a problem with my mysql server. Basically I cannot upload my database... I tried already :
mysql -u username -p database_name > file.sql
mysqldump -p -u username database_name > dbname.sql
Nothing works... first method stuck after i insert password to mysql server and second method did nothing, after mysqldumb nothing happed...
Also I tried to use phpmyadmin, but durring uploading after 13s I get blank screen, with no error. I setup memory_limit and upload_max_filesize to 128M but still getting this problem.
Thanks