Not sure what prefix to use, but here is my problem. Somewhere in this mess of information and error below I am doing something wrong. My apologies, I'm not used to forum "tools" and what not, So if anything isn't correct.. my bad..
Trying to follow this step,
"After all of that is done, go back to.. "localhost/phpmyadmin" and set up a database. You should find a place to create a database on the home page, enter the server name you put up in the config.lua above this, and click enter. After that, click on the "Import" tab and then click "Browse" search for the "forgottenserver.sql" in your server directory, click on that, then click "go"."
-----------
I get an error from trying to set up a database with the phpmyadmin site, if i try to continue to use the "import" button and select "mysql" in the "schemas" file I get more errors.
If someone could let me know what I am doing wrong or give me a small tutorial on how to fix this.. would be greatly appreciated! If more information is needed let me know!
-----------
Error
SQL query:
DROP TRIGGER IF EXISTS `oncreate_players` ;
MySQL said: Documentation
#1046 - No database selected
-----------
13.1.30. DROP TRIGGER Syntax
DROP TRIGGER [IF EXISTS] [schema_name.]trigger_name
This statement drops a trigger. The schema (database) name is optional. If the schema is omitted, the trigger is dropped from the default schema. DROP TRIGGER requires the TRIGGER privilege for the table associated with the trigger.
Use IF EXISTS to prevent an error from occurring for a trigger that does not exist. A NOTE is generated for a nonexistent trigger when using IF EXISTS. See Section 13.7.5.41, “SHOW WARNINGS Syntax”.
Triggers for a table are also dropped if you drop the table.
Trying to follow this step,
"After all of that is done, go back to.. "localhost/phpmyadmin" and set up a database. You should find a place to create a database on the home page, enter the server name you put up in the config.lua above this, and click enter. After that, click on the "Import" tab and then click "Browse" search for the "forgottenserver.sql" in your server directory, click on that, then click "go"."
-----------
I get an error from trying to set up a database with the phpmyadmin site, if i try to continue to use the "import" button and select "mysql" in the "schemas" file I get more errors.
If someone could let me know what I am doing wrong or give me a small tutorial on how to fix this.. would be greatly appreciated! If more information is needed let me know!
-----------
Error
SQL query:
DROP TRIGGER IF EXISTS `oncreate_players` ;
MySQL said: Documentation
#1046 - No database selected
-----------
13.1.30. DROP TRIGGER Syntax
DROP TRIGGER [IF EXISTS] [schema_name.]trigger_name
This statement drops a trigger. The schema (database) name is optional. If the schema is omitted, the trigger is dropped from the default schema. DROP TRIGGER requires the TRIGGER privilege for the table associated with the trigger.
Use IF EXISTS to prevent an error from occurring for a trigger that does not exist. A NOTE is generated for a nonexistent trigger when using IF EXISTS. See Section 13.7.5.41, “SHOW WARNINGS Syntax”.
Triggers for a table are also dropped if you drop the table.