Author Topic: I suck at sql! Help!  (Read 802 times)

0 Members and 1 Guest are viewing this topic.

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
Ok, i downloaded phpMyAdmin 2.6.1 off their site, and i have to execute the following:
Code: [Select]

#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_faq` (
  `lang_id` varchar(50) NOT NULL default 'english',
  `faq_id` tinyint(11) NOT NULL default '0',
  `faq_title` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`faq_id`,`lang_id`)
) TYPE=MyISAM;

#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_faq_text` (
  `lang_id` varchar(50) NOT NULL default 'english',
  `q_id` tinyint(11) NOT NULL default '0',
  `faq_id` tinyint(11) NOT NULL default '0',
  `q` text NOT NULL,
  `a` text NOT NULL,
  PRIMARY KEY  (`q_id`,`lang_id`)
) TYPE=MyISAM;

#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_bbcode` (
  `lang_id` varchar(50) NOT NULL default 'english',
  `faq_id` tinyint(11) NOT NULL default '0',
  `faq_title` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`faq_id`,`lang_id`)
) TYPE=MyISAM;

#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE `phpbb_bbcode_text` (
  `lang_id` varchar(50) NOT NULL default 'english',
  `q_id` tinyint(11) NOT NULL default '0',
  `faq_id` tinyint(11) NOT NULL default '0',
  `q` text NOT NULL,
  `a` text NOT NULL,
  PRIMARY KEY  (`q_id`,`lang_id`)
) TYPE=MyISAM;



And I can't even ge phpmyadmin to RUN anything, let alone how to use it, since the documentation didn't even tell me how to install or start it... Help!
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 
I have lots of experience with mySQL getting GW to work and all with as many times as we have switched hosts.  I may be able to help.

First question, what exactly are you tring to do first of all?
Second question, do you have acces too ssh.

 

Register

  • Guest
I'd help, but I'm banned.

 

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
:wtf: @ Register

wait...

its...


*goes on NW IRC and contacts MP at same time*
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
Ok... We got it working, so i'm good now
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
I'm waiting to laugh at the first person to give Register the welcome beam. :p
Freelance Modeler | Amateur Artist

 

Offline Primus

  • Ranger
  • 29
  • Lusus Naturae
    • Proxima Fleet
Quote
Originally posted by Raa
I'm waiting to laugh at the first person to give Register the welcome beam. :p


Already happened.. (I didn't do it)
No surrender, no retreat.
Proxima Fleet - https://proxima-fleet.com/
Tumblr - https://www.tumblr.com/proximafleet

  

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
Such trigger happy fools... :p
Freelance Modeler | Amateur Artist