Jump to content

msql or script problam.


redarrow

Recommended Posts

Fist thing thanks for dan, sorting my account out cheers mate.

 

 

Hi there all , long time no see.

 

 

here is a code that the server keeps spitting out any ideas please?

 

error code

 

 

 

	Error
SQL query:
--

-- Table structure for table `qa_admin`

-- 

CREATE TABLE `qa_admin` (
`id` tinyint( 4 ) NOT NULL AUTO_INCREMENT ,

`user` varchar( 64 ) NOT NULL default '',

`pass` varchar( 64 ) NOT NULL default '',

PRIMARY KEY ( `id` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;




MySQL said: 
#1050 - Table 'qa_admin' already exists 

 

do you no any think about this error i have try the uploadf agin

done that 100 times.

 

 

yes i deleted the last insert sorry but it a 1050 error and the sql file huge there every where.

 

 
 
--

-- Table structure for table `qa_admin`

--



CREATE TABLE `qa_admin` (

  `id` tinyint(4) NOT NULL auto_increment,

  `user` varchar(64) NOT NULL default '',

  `pass` varchar(64) NOT NULL default '',

  PRIMARY KEY  (`id`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;



--

-- Dumping data for table `qa_admin`

--



INSERT INTO `qa_admin` (`id`, `user`, `pass`) VALUES (1, 'admin', '1a1dc91c907325c69271ddf0c944bc72');

 the tables get made but the database spit the info out.
Edited by redarrow
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.