basically im trying to import a sql file. Howver my myphpadmin wont allow any privlegdes and when i try to import i get a 1044# error telling me i can't do it. any other way to import mysql? Any suggestions?
I wonder if your mysql user has limited permissions. Is the problem with the upload via phpmyadmin or the actual SQL commands? hanji
set the privelidges of the user in cpanel before you reach phpmyadmin. Another problem could be that the imports is trying to create another database and you have already reached your limit.