Back to top

Autore Topic: problema database  (Letto 1219 volte)

Offline kuro80

  • Nuovo arrivato
  • *
  • Post: 49
    • Mostra profilo
problema database
« il: 30 Dic 2011, 00:19:41 »
salve cerco di importare un database su un my sql vuoto e mi da il seguente errore:
Query SQL:
 -- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generato il: 29 Dic, 2011 at 10:33 PM
-- Versione MySQL: 5.1.48
-- Versione PHP: 5.2.6
--
-- Database: `politarghe`
--
 CREATE  DATABASE  `politarghe`  DEFAULT  CHARACTER  SET utf8 COLLATE utf8_general_ci;

 
 Messaggio di MySQL: Documentazione
  #1044 - Access denied for user 'Sql470201'@'%' to database 'politarghe'

che significa??

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • *****
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:problema database
« Risposta #1 il: 30 Dic 2011, 08:21:39 »
Ciao
Sarà pure vuoto ma avrà nome e dati di accesso diversi, cancella dal file sql ogni riferimento a nome e quant'altro si riferisce ai dati di accesso, questi dati sono presenti nelle prime righe del file sql.

Offline kuro80

  • Nuovo arrivato
  • *
  • Post: 49
    • Mostra profilo
Re:problema database
« Risposta #2 il: 30 Dic 2011, 11:53:33 »
si trova in queste righe?


- Struttura della tabella `_josaddress`
--

CREATE TABLE `_josaddress` (
  `address_id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `firstname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
  `lastname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
  `company` varchar(32) COLLATE utf8_bin NOT NULL,
  `address_1` varchar(128) COLLATE utf8_bin NOT NULL,
  `address_2` varchar(128) COLLATE utf8_bin NOT NULL,
  `city` varchar(128) COLLATE utf8_bin NOT NULL,
  `postcode` varchar(10) COLLATE utf8_bin NOT NULL,
  `country_id` int(11) NOT NULL DEFAULT '0',
  `zone_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`address_id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `_josaddress`

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • *****
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:problema database
« Risposta #3 il: 30 Dic 2011, 13:29:12 »
Citazione
CREATE  DATABASE  `politarghe`  DEFAULT  CHARACTER  SET utf8 COLLATE
utf8_general_ci;
E' questa la riga da eliminare se già hai un db non serve ricrearlo.

Offline kuro80

  • Nuovo arrivato
  • *
  • Post: 49
    • Mostra profilo
Re:problema database
« Risposta #4 il: 30 Dic 2011, 16:37:32 »
non funziona:

Errore Query SQL:
 -- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generato il: 30 Dic, 2011 at 10:06 AM
-- Versione MySQL: 5.1.48
-- Versione PHP: 5.2.6
--
-- Database: `politarghe`
--
 USE  `politarghe` ;

 
 Messaggio di MySQL: Documentazione height=11
  #1044 - Access denied for user 'Sql470201'@'%' to database 'politarghe'

Offline kuro80

  • Nuovo arrivato
  • *
  • Post: 49
    • Mostra profilo
Re:problema database
« Risposta #5 il: 30 Dic 2011, 16:59:54 »
non ci capisco piu nulla, il database l'ho importato ho cambiato i parametri cnel config.php ed ecco il risultato:
Warning:  require_once(http//:www.scoglittiweb.it/politarghe/system/startup.php) [function.require-once]: failed to open stream: No such file or directory in /web/htdocs/www.scoglittiweb.it/home/politarghe/index.php on line 15
 
 Fatal error:  require_once() [function.require]: Failed opening required 'http//:www.scoglittiweb.it/politarghe/system/startup.php' (include_path='.:/php_5.2.17/lib/php') in /web/htdocs/www.scoglittiweb.it/home/politarghe/index.php on line 15

noto una cosa pero, io sul mio sito non ho una sottocartella "home" il link esatto dovrebbe essere www.scoglittiweb.it/politarghe

 



Web Design Bolzano Kreatif