11-07-2012, 01:40 PM
I increassed them and still can't load that DB
You need to do it from mysql line:
type su -
then ur pw
------------------------
type: mysql
then:connect yourdatabase;
then
ource data.sql;(if the data.sql is saved in ur mysql folder otherwise: source /Pathtoyourfile/data.sql

this should work

