#1046 - No database has been selected
I have a problem with my database; I'm getting this error
MySQL responded: Documentation
#1046 - No database has been selected
Can you please help me
EDIT: Added code tags
CREATE TABLE `ibit_assets` ( `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key', `parent_id` int(11) NOT NULL DEFAULT '0'COMMENT )
MySQL responded: Documentation
#1046 - No database has been selected
Can you please help me
EDIT: Added code tags
2 answers
-
ModeratorHello,
And how do you proceed to create yours?
Do you do it via command line, through code, or through an interface like PhpMyAdmin?
Have you created the database (before attempting to create your table)?
If so... have you selected it (as the error message indicates...)
--
Best regards,
Jordane