+ Rispondi alla Discussione
Risultati da 1 a 2 di 2

Discussione: [Mysql] Problema con stored procedure

  1. #1

    Exclamation [Mysql] Problema con stored procedure

    ho un problema con le SP create:
    Codice:
    mysql> show procedure status;
    +---------+-------------+-----------+---------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
    | Db      | Name        | Type      | Definer | Modified            | Created             | Security_type | Comment | character_set_client | collation_connection | Database Collation |
    +---------+-------------+-----------+---------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
    | library | getAuthor() | PROCEDURE | root@%  | 2011-04-18 10:09:46 | 2011-04-18 10:09:46 | DEFINER       |         | utf8                 | utf8_general_ci      | utf16_bin          |
    | library | getBook()   | PROCEDURE | root@%  | 2011-04-18 10:09:09 | 2011-04-18 10:09:09 | DEFINER       |         | utf8                 | utf8_general_ci      | utf16_bin          |
    | library | getEditor() | PROCEDURE | root@%  | 2011-04-18 10:10:13 | 2011-04-18 10:10:13 | DEFINER       |         | utf8                 | utf8_general_ci      | utf16_bin          |
    +---------+-------------+-----------+---------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
    3 rows in set (0.00 sec)
    
    mysql> call getBook();
    ERROR 1305 (42000): PROCEDURE library.getBook does not exist
    mysql> drop procedure library.getBook;
    ERROR 1305 (42000): PROCEDURE library.getBook does not exist
    in pratica esistono ma nn posso richiamarle ne cancellarle perchè dice che nn esistono.

  2. #2

    Predefinito

    ho eseguito il dump del db e ricreato le SP.
    adesso funziona tutto.
    nn so che problemi potesse avere prima.

+ Rispondi alla Discussione

Discussioni Simili

  1. [MySql] Stored procedure poco usate?
    Di fermat nel forum Programmazione
    Risposte: 3
    Ultimo Messaggio: 21-03-11, 17:06
  2. Mysql log
    Di fermat nel forum Hardware / Software
    Risposte: 4
    Ultimo Messaggio: 03-03-11, 21:25
  3. [RISOLTO]Problema conessione remota mysql
    Di fermat nel forum Hardware / Software
    Risposte: 10
    Ultimo Messaggio: 22-06-10, 09:18
  4. Problema installazione Mysql in mac
    Di pippogianni nel forum iMac
    Risposte: 5
    Ultimo Messaggio: 11-11-08, 09:29
  5. c++ e mysql
    Di H725 nel forum Hardware / Software
    Risposte: 6
    Ultimo Messaggio: 06-06-08, 17:23

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  • Il codice BB è Attivato
  • Le faccine sono Attivato
  • Il codice [IMG] è Attivato
  • Il codice HTML è Disattivato