Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
importare database [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
s1sd3
n00b
n00b


Joined: 08 Nov 2004
Posts: 11

PostPosted: Wed Dec 29, 2004 9:15 pm    Post subject: importare database [risolto] Reply with quote

casa usate per importare in locale un databese (mysql) attualmente in un server remoto

Last edited by s1sd3 on Wed Dec 29, 2004 11:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
DaVe&OpenMOsix
Apprentice
Apprentice


Joined: 30 Dec 2003
Posts: 213

PostPosted: Wed Dec 29, 2004 9:48 pm    Post subject: Reply with quote

l'ho scritto io...
http://gentoo-wiki.com/HOWTO_Backup_MySQL
dovrebbe funzionare...
ti "dumpi" il database, te lo copi in locale, e te ne crei uno nuovo
ciao
DV
_________________
-- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^-
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Wed Dec 29, 2004 9:49 pm    Post subject: Re: importare database Reply with quote

s1sd3 wrote:
casa usate per importare in locale un databese (mysql) attualmente in un server remoto

intendi qualcosa come mysqldump o parli del meccanismo di trasporto?
Back to top
View user's profile Send private message
s1sd3
n00b
n00b


Joined: 08 Nov 2004
Posts: 11

PostPosted: Wed Dec 29, 2004 9:56 pm    Post subject: Reply with quote

... dovo fare sul mio computer una copia di un database che si trova su un determinato server... io conosco l'host, il nome del database, l'user e la password... come posso fare :roll: :roll: (aiuto pls)
Back to top
View user's profile Send private message
DaVe&OpenMOsix
Apprentice
Apprentice


Joined: 30 Dec 2003
Posts: 213

PostPosted: Wed Dec 29, 2004 10:03 pm    Post subject: Reply with quote

come ho scritto sopra dovrebbe funzionare!!!
una volta che hai dumpato il database puoi importartelo in locale con scp, ftp o quello che ti pare.
nel link sopra c'è tutto quello che ti serve
ciao
DV
_________________
-- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^-
Back to top
View user's profile Send private message
s1sd3
n00b
n00b


Joined: 08 Nov 2004
Posts: 11

PostPosted: Wed Dec 29, 2004 10:15 pm    Post subject: Reply with quote

quindi con un comando come :

mysqldump -ac --add-drop-table --host="sql.nomehost.com" --user="nome" --password="pass" nomedatabase > nomedatabase.mysql

e poi con un ftp me lo porto in locale (scusate ma non vorrei fare danni al databese in rete)
Back to top
View user's profile Send private message
DaVe&OpenMOsix
Apprentice
Apprentice


Joined: 30 Dec 2003
Posts: 213

PostPosted: Wed Dec 29, 2004 10:16 pm    Post subject: Reply with quote

yess!
e poi per riavere i dati nel database locale
Code:
mysql -u nomeutente -p

si entra nella shell di mysql e
Code:
mysql> source filedump;

fine
ciao
DV
_________________
-- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^-
Back to top
View user's profile Send private message
s1sd3
n00b
n00b


Joined: 08 Nov 2004
Posts: 11

PostPosted: Wed Dec 29, 2004 11:09 pm    Post subject: Reply with quote

ho dato il seguente comando
Code:
mysqldump -h sql.host.com -u nome -ppass database > database.mysql

e nella mia home si è creato il file database.mysql, quindi senza bisogno di usare l'ftp
grazie a tutti :lol: :lol:
Back to top
View user's profile Send private message
DaVe&OpenMOsix
Apprentice
Apprentice


Joined: 30 Dec 2003
Posts: 213

PostPosted: Wed Dec 29, 2004 11:13 pm    Post subject: Reply with quote

s1sd3 wrote:
ho dato il seguente comando
Code:
mysqldump -h sql.host.com -u nome -ppass database > database.mysql

e nella mia home si è creato il file database.mysql, quindi senza bisogno di usare l'ftp
grazie a tutti :lol: :lol:

ciò significa che il server ti ha dato l'accesso al database anche da remoto, e questo non è detto che si possa sempre fare!
cmq sono contento che il mio consiglio ti abbia servito!
metti [risolto] al titolo se tutto è ok!
ciao
DV
_________________
-- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum