I reformat the server and reinstall it again.
But when I import the mysql dump file using command line I received this error bellow.
Is my syntax wrong??
Database: bryan_mydata
Username: bryan_mydata
mysql -u bryan_mydata -p bryan_mydata < bryan_mydb.sql
ERROR 1064 (42000) at line 91126: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
When I import using PHPMyAdmin I received this error
The browser say no data received after 100% of uploading.
Please help me..