On Friday 20 January 2006 11:19, Giandomenico Sica wrote: > Hi, > > I've a little problem with mysqldump. > I'm using wordpress in localhost. > Now I'd like to put online my wordpress website, including the related > mysql database. > In order to make this operation, I've used the command: > "mysqldump database name" > The work seems correct, but the problem is that I'm not able to find the > exported sql file in my computer (also by using the "find file" option). > I use Linux Ubuntu. > Can you help me please? > Furthermore, how should I do in order to load online the exported > database? > Many thanks in advance for the answer.
this is how I dump my database: /usr/local/mysql/bin/mysqldump -u root -p<somepassword> imagedb > /tmp/image_db.tmp -- Jørn Dahl-Stamnes homepage: http://www.dahl-stamnes.net/dahls/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]