Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create a table in phpmyadmin


Sinequanon

Recommended Posts

Hi

 

I need to "Run the meta_tags.sql in phpmyadmin to create the meta_tag table"

 

How do I do this - in PLESK 7.5.4?

 

Thanks

 

# Table structure for table `meta_tags`

#

 

CREATE TABLE meta_tags (

meta_id int(11) NOT NULL auto_increment,

categories_id int(11) NOT NULL default '0',

manufacturers_id int(11) NOT NULL default '0',

keywords varchar(255) NOT NULL default '',

description varchar(255) NOT NULL default '',

title varchar(255) NOT NULL default '',

PRIMARY KEY (meta_id)

) TYPE=MyISAM;

Link to comment
Share on other sites

Hi

 

I need to "Run the meta_tags.sql in phpmyadmin to create the meta_tag table"

 

How do I do this - in PLESK 7.5.4?

 

Thanks

 

# Table structure for table `meta_tags`

#

 

CREATE TABLE meta_tags (

meta_id int(11) NOT NULL auto_increment,

categories_id int(11) NOT NULL default '0',

manufacturers_id int(11) NOT NULL default '0',

keywords varchar(255) NOT NULL default '',

description varchar(255) NOT NULL default '',

title varchar(255) NOT NULL default '',

PRIMARY KEY (meta_id)

) TYPE=MyISAM;

 

 

open mysql admin, go to the database you want - click import - browse for the file, done!

Nothing unreal exists

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...