I'm REALLY new at this and I am in a state of complete despair because I've looked and looked and looked and can't seem to find information on how to start at the start. Here's my question:
I'm trying to build a php message board (specifically from http://www.bestweb.ca/forums/forum.php?board=1 ) and I am having some problems. After a few minutes, I realized how to access mysql and do some basic stuff. But, I'm still stuck at the very beginning! I can't seem to even create a database. In trying to build a database so I can enter tables, I get this message:
mysql> CREATE DATABASE abc;
ERROR 1044: Access denied for user: '@' to database 'abc'
and I have NO idea on how I should go about setting a user name, the rights/access, etc etc. I don't even know the simple things - when the instructions for the message board said 'insert the table.sql' I wasn't sure if I was supposed to enter it manually or upload it.
So, if anyone has any experience with this message board (or just knows how to walk me through my problem!!) and can help me out, I'd really appreciate it so much!!
Thanks,
Craig