Sinequanon Posted January 16, 2007 Share Posted January 16, 2007 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 More sharing options...
kirikintha Posted January 16, 2007 Share Posted January 16, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.