Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Eliminare un database e ricrearlo con mysql_query()

    Salve
    ho un problema che avevo gia segnalato alla discussione http://forum.html.it/forum/showthrea...6&goto=newpost
    e spero che qualcuno mi possa dare una mano;

    Mi chiedevo anche se era possibile ottenere lo stesso risultato delle funzioni mysql_drop_db() e mysql_create_db(),
    tramite la funzione mysql_query()?

    Inoltre ho saputo che sul manuale php, relativamente a mysql_drop_db(), esiste questa nota:
    Warning

    This function will not be available if the MySQL extension was built
    against a MySQL 4.x client library.

    Cosa posso fare?
    --
    "It is DIFFICULT to get a man to understand something when his SALARY depends upon his NOT UNDERSTANDING IT." Upton Sinclaire
    --
    HP compaq nx6125, AMD Turion 1.6, ATI RADEON XPRESS 200M chipset, ATI MOBILITY RADEON X300, 1GB RAM, Broadcom 802.11a/b/g WLAN, Bluetooth, 60GB drive, dual booting XP Home/Gusty G., router Negtgear DG834G v3

  2. #2

    Re: Eliminare un database e ricrearlo con mysql_query()

    [supersaibal]Originariamente inviato da Rocoat82
    Salve
    ho un problema che avevo gia segnalato alla discussione http://forum.html.it/forum/showthrea...6&goto=newpost
    e spero che qualcuno mi possa dare una mano;[/supersaibal]
    allora fai l' up sulla discussione, altrimenti vai contro il regolamento ...



    [supersaibal]Originariamente inviato da Rocoat82
    Mi chiedevo anche se era possibile ottenere lo stesso risultato delle funzioni mysql_drop_db() e mysql_create_db(),
    tramite la funzione mysql_query()?

    Inoltre ho saputo che sul manuale php, relativamente a mysql_drop_db(), esiste questa nota:
    Warning

    This function will not be available if the MySQL extension was built
    against a MySQL 4.x client library.

    Cosa posso fare? [/supersaibal]
    CREATE DATABASE nome_db // crea
    DROP DATABASE nome_db // elimina
    USE nome_db // usa
    Formaldehyde a new Ajax PHP Zero Config Error Debugger

    WebReflection @WebReflection

  3. #3
    OK ti ringrazio
    vado subito a provare!!!
    --
    "It is DIFFICULT to get a man to understand something when his SALARY depends upon his NOT UNDERSTANDING IT." Upton Sinclaire
    --
    HP compaq nx6125, AMD Turion 1.6, ATI RADEON XPRESS 200M chipset, ATI MOBILITY RADEON X300, 1GB RAM, Broadcom 802.11a/b/g WLAN, Bluetooth, 60GB drive, dual booting XP Home/Gusty G., router Negtgear DG834G v3

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.