Jump to content

Esportazione/importazione database vers. 1.4.10


Recommended Posts

Salve,

 

ho provato ad importare un database da un server a quello mio locale con stessa versione di PS installata (1.4.10) e ricevo questo errore. Sono molto ignorante in materia. Cosa significa e cosa dovrei fare?

Errore

 

Query SQL:

--

-- Database: `nomepippo`

--

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

--

-- Struttura della tabella `access`

--

CREATE TABLE IF NOT EXISTS `access` (

`id_profile` int( 10 ) unsigned NOT NULL ,

`id_tab` int( 10 ) unsigned NOT NULL ,

`view` int( 11 ) NOT NULL ,

`add` int( 11 ) NOT NULL ,

`edit` int( 11 ) NOT NULL ,

`delete` int( 11 ) NOT NULL ,

PRIMARY KEY ( `id_profile` , `id_tab` )

) ENGINE = MYISAM DEFAULT CHARSET = utf8;

 

 

Messaggio di MySQL: dot.gif

#1046 - No database selected

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...