Jump to content

#1005 - Can't create table 'artist' (errno: 13)


limitphp

Recommended Posts

I get this error when i try to import a database using phpmyadmin.

 

I can't believe how incredibly hard it has been trying to import a simple database from wamp server.

 

Please someone help me, lunarpages seems dumbfounded.

 

I just need my site running at this point so I can put it on my resume and get a new job hopefully and get out of teaching.

Link to comment
https://forums.phpfreaks.com/topic/166395-1005-cant-create-table-artist-errno-13/
Share on other sites

SQL query:

 

--

-- Database: `testdata`

--

-- --------------------------------------------------------

--

-- Table structure for table `artist`

--

CREATE TABLE IF NOT EXISTS `artist` (

`artistID` int( 11 ) NOT NULL AUTO_INCREMENT ,

`artistName` varchar( 50 ) NOT NULL ,

`artistNameHash` varchar( 50 ) NOT NULL ,

`Bio` longtext NOT NULL ,

PRIMARY KEY ( `artistID` )

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

 

MySQL said: Documentation

#1005 - Can't create table 'artist' (errno: 13)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.