PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in lock_may_be_available() (line 165 of /home/xxxxxxxx/public_html/includes/lock.inc)...
Nodes can be linked and/or added to groups in Drupal. I come from a SQL database background and I am curious about how the node linking is done. Should I think of node linking in the same way as the relationships in a SQL database, one-to-many and many-to-many or is this more like the object relationships in an object oriented database?
Can I move through the relationships, like a tree structure, to go from grandparent to parent to child displaying information from each?
I'm building a site for my small record label. I would like the artists to have their own page which they can keep active and updating with news, photos and events and videos etc. the activities from each artist will feed into the label homepage.
How do i create the main page for each artist which will be home to all necessary content for that artist and assign the permissions for that page only to that artist?
(i'll just say artist one more time.)