| Author | Message | ||
Location: Indonesia Occupation: Uni Student Age: 8 posts |
31-07-2006 14:34 GMT #104079 |
||
|
I have uploaded all the files into my server, when I try to phpMyAdmin the seditio-createnew-102.sql and click 'go' button, it says:
------------------------------------------------------------------------ Error SQL query: # ----------------------- # Seditio - Website engine # Copyright Neocrome # http://www.neocrome.net # File : docs/seditio-createnew-102.sql # Version : 102 # Updated : 2006-apr-19 # ----------------------- # Seditio v102 - New install # Run this script in phpMyAdmin to create tables # in your MySQL database # ----------------------- CREATE TABLE sed_auth( auth_id mediumint( 8 ) NOT NULL AUTO_INCREMENT , auth_groupid int( 11 ) NOT NULL default '0', auth_code varchar( 24 ) NOT NULL default '', auth_option varchar( 24 ) NOT NULL default '', auth_rights tinyint( 1 ) unsigned NOT NULL default '0', auth_rights_lock tinyint( 1 ) unsigned NOT NULL default '0', auth_setbyuserid int( 11 ) unsigned NOT NULL default '0', PRIMARY KEY ( auth_id ) , KEY auth_groupid( auth_groupid ) , KEY auth_code( auth_code ) ) TYPE = MYISAM MySQL said: #1046 - No database selected -------------------------------------------------------------- What does it means? and what should I do? thank you. |
|||
Location: Greece Athens Occupation: Webmaster & Student Age: 23 917 posts |
31-07-2006 14:38 GMT #104080 |
||
|
you have to create a new database before you can import the seditio tables
|
|||
Location: Indonesia Occupation: Uni Student Age: 8 posts |
31-07-2006 14:42 GMT #104081 |
||
|
fixed! thanks.
This post was edited by avrilfanatic (31-07-2006 14:57 GMT, ago) |



