While I hated to have to post this online so everyone can see the structure of my database, I'm that desperate for help that I'm going to go ahead and do it. Anyway, "destroyerx" is my database name. I can only create tables in my database and do not have permission to create additional databases. Anyway, here is my database below:
+----------------------------------+
| Tables_in_destroyerx |
+----------------------------------+
| phpbb_auth_access |
| phpbb_banlist |
| phpbb_categories |
| phpbb_config |
| phpbb_confirm |
| phpbb_disallow |
| phpbb_forum_prune |
| phpbb_forums |
| phpbb_groups |
| phpbb_posts |
| phpbb_posts_text |
| phpbb_privmsgs |
| phpbb_privmsgs_text |
| phpbb_ranks |
| phpbb_search_results |
| phpbb_search_wordlist |
| phpbb_search_wordmatch |
| phpbb_sessions |
| phpbb_smilies |
| phpbb_themes |
| phpbb_themes_name |
| phpbb_topics |
| phpbb_topics_watch |
| phpbb_user_group |
| phpbb_users |
| phpbb_vote_desc |
| phpbb_vote_results |
| phpbb_vote_voters |
| phpbb_words |
| poll_comment |
| poll_config |
| poll_data |
| poll_index |
| poll_ip |
| poll_log |
| poll_templates |
| poll_templateset |
| poll_user |
+---------------------------------+
38 rows in set (0.00 sec)
The following is what all I've tried to do to get the init_db.sql working and get some tables created:
mysql> phpdig < search/sql/init_db.sql
-> ;
ERROR 1064: You have an error in your SQL syntax near 'phpdig < search/sql/init_db.sql' at line 1
mysql> phpdig < public_html/search/sql/init_db.sql
-> ;
ERROR 1064: You have an error in your SQL syntax near 'phpdig < public_html/search/sql/init_db.sql' at line 1
mysql> phpdig < /public_html/search/sql/init_db.sql
-> ;
ERROR 1064: You have an error in your SQL syntax near 'phpdig < /public_html/search/sql/init_db.sql' at line 1
Anyway, I was wanting to know is there was something else I'm doing wrong. The answer might be simple, but so far, I'm not seeing it yet. Thank you for your time. Ciao for now!
__________________
Visit the Destroyer X Network at http://www.destroyerx.net/
|