Visualizzazione risultati 1 fino 13 di 13

Discussione: problema phpmyadmin e detabase mysql

  1. #1
    Guest

    Predefinito

    ho itallato il vostro detabase mysql e phpmyadmin o inserito tutte le tabelle ma mi da questo
    Database my_abbsweb in esecuzione su localhost
    PMA Database ... non OK[ Documentazione ]
    Caratteristiche Generali di Relazione Disabilitata

    se faccio click su documentazione mi da questo

    $cfg['Servers'][$i]['pmadb'] string
    Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as the bookmark feature you need special tables with a predefined structure, which we explain below.
    If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg['Servers'][$i]['pmadb'].

    If you are setting up a multi-user phpMyAdmin installation, you will need to create a new db and setup special privileges, so, as superuser:


    create a new database for phpmyadmin:
    CREATE DATABASE phpmyadmin;
    Note that "controluser" must have SELECT, INSERT, UPDATE and DELETE privileges on this database. Here is a query to set up those privileges (using "phpmyadmin" as the database name, and "pma" as the controluser):
    GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
    do not give any other user rights on this database.
    enter the databasename in $cfg['Servers'][$i]['pmadb']


    $cfg['Servers'][$i]['bookmarktable'] string
    Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be useful for queries you often run.

    To allow the usage of this functionality you have to:
    set up "pmadb" as described above
    within this database create a table following this scheme:
    CREATE TABLE `PMA_bookmark` (
    id int(11) DEFAULT '0' NOT NULL auto_increment,
    dbase varchar(255) NOT NULL,
    user varchar(255) NOT NULL,
    label varchar(255) NOT NULL,
    query text NOT NULL,
    PRIMARY KEY (id)
    ) TYPE=MyISAM COMMENT='Bookmarks';

    enter the tablename in $cfg['Servers'][$i]['bookmarktable']

    che vuol dire? cosa devo fare? grazie ciao

  2. #2
    Guest

    Predefinito

    Ti consiglio in primis di reinstallare il myadmin dal pannello. Se non dovesse funzionare fatti una copia delle tabelle e successivamente eliminale dal database. Facci sapere come va.

  3. #3
    Guest

    Predefinito

    OK Adesso ci provo

  4. #4
    Guest

    Predefinito

    PhpMyAdmin reinstallato. Potrai accedere al tool di amministrazione de database mysql semplicemente entrando con il browser nella cartella my_admin, dovrai inserire il tuo nickname (minuscolo) con relativa password quando richiesto
    fatto ma mi dice lo stesso :(
    non ci capisco nulla :(

  5. #5
    Guest

    Predefinito

    io le tabello le o inserite dal file di phpnuke cioe' nuke.sql e giusto ???
    o sbaglio quelle comunuqe mi ha formato 76 tabelle
    xfavore ripondi grazie
    ciao

  6. #6
    Guest

    Predefinito

    Il procedimento è giusto.
    Hai eliminato le tabelle?

  7. #7
    Guest

    Predefinito

    Quali tabelle ??? :(

  8. #8
    Guest

    Predefinito

    Le tabelle che hai installato con il nuke.

  9. #9
    Guest

    Predefinito

    nuke.sql
    questa ?

  10. #10
    Guest

    Predefinito

    Aspetta: le tabelle fatte con quel file. Leggi la posta mail

  11. #11
    Guest

    Predefinito

    Chi Mi aiuta ???

  12. #12
    Guest

    Predefinito

    Ci sono riuscito grazie lo stesso

  13. #13
    Guest

    Predefinito

    Citazione Originalmente inviato da abbsweb
    Ci sono riuscito grazie lo stesso
    Ci è riuscito ...

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •