I need to know the following as i am a newbie how to Grant full access between your MySQL User and database and how to assign 777 rights to a file
Use GRANT to give access to MySQL users. Use the following command for 777 permissions chmod 777 file_name Code (markup):