New to databases / MySQL
-
I’m really new at databases. “Ten minutes” new. I’m trying to figure out how to build the SQL database, and I’m really feeling overwhelmed. Specifically, I’m trying to set it up so that this works (from config.php):
$tableposts = $table_prefix . 'posts';
$tableusers = $table_prefix . 'users';
$tablesettings = $table_prefix . 'settings'; // only used during upgrade
$tablecategories = $table_prefix . 'categories';
$tablecomments = $table_prefix . 'comments';
$tablelinks = $table_prefix . 'links';
So … my question(s). Am I doing the right stuff? Is there a website with friendly walk-throughs? Am I trying to do something that WordPress is supposed to do for me?
For anyone who can help, thanks. WordPress looks like a great program. I just hope I’m not in over my head.
- The topic ‘New to databases / MySQL’ is closed to new replies.