roro_1 Posted July 10, 2013 Share Posted July 10, 2013 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: #1046 - No database selected Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now