Ich hab das schon mal gemacht, aber ich weiß es nicht mehr wie.
Ich hab ein Backup der ganzen Datenbanken gemacht mit phpMyAdmin (über Exportieren-->SQL) usw. und ich habe die Datei localhost.sql bekommen.
Meine Frage ist: wie kann ich den Inhalt von localhost.sql in den SQL Monitor einbinden? Heißt es nicht LOAD irgendetwas? -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth!
mysql -uforum -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 33 to server version: 4.0.20
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases; +----------+ | Database | +----------+ | devforum | | test | +----------+ 2 rows in set (0.00 sec)
mysql> Bye
was steht da? Welcome to the MySQL monitor.
Danke, ich hab anderes gemacht, ich hab nur
$ mysql -uroot -p < localhost.sql
so hat es auch funktioniert.
Trotzdem danke. -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth!Dieser Post wurde am 14.08.2004 um 19:25 Uhr von Pablo editiert.