Hi all, im trying to upload a mysql file via the command line since it is too large for phpmyadmin. I have run mysql --user=user_name --password=your_password db_name to get things rolling and tried various other mysql commands but all i get is a mysql: Command not found. mysql is running, I can access it via php programming and run commands that way but not from the command line. Any ideas?