m tring to import a table that i downloaded from cpanel,,,i cant get past this part, help me,,,lol
im using WampServer 2.2
Apache 2.2.2
PHP 5.2.0
MySql 5.5.16
phpmyadmin 3.4.7.1
Error
SQL query:
--
-- Table structure for table `alerts`
--
DROP TABLE IF EXISTS `alerts` ;
MySQL said: Documentation
#1046 - No database selected
DROP TABLE IF EXISTS `alerts
Moderator: General Moderators
Re: DROP TABLE IF EXISTS `alerts
You need to specify the database you wish to import into.
Code: Select all
mysql database_name < file_to_importRe: DROP TABLE IF EXISTS `alerts
thx for the help,,i say this all the time to myself,,,,,READ READ READ,,,,i found out how to do it,,,i was trying to import a database table structure into mysql with out the database even being there,,,i fix that by making the database,,,wow,,