Site Panel Help User Panel Help Panel Demo's Search Help

Categories

· Show all categories

· New Customer FAQs
· E-Mail
· FTP - File Transfers
· Domains
· SSH and Telnet
· Scripting Languages
· Password Protection
· MySQL
· Stats
· Power Tools

· FAQ Home

· EchoEcho+ Support

XML-File

<?xml version="1.0" encoding="iso-8859-1"
standalone="yes" ?>
<!-- XML-Output by phpMyFAQ 1.3.8 -->
<phpmyfaq
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:NamespaceSchemaLocation="http://www.phpmyfaq.de/xml/faqschema.xsd">
<article id="33">
	<language>en</language>
	<category>MySQL</category>
	<keywords></keywords>
	<theme>How do I create a backup of a
database?
</theme>
	<content
xmlns="http://www.w3.org/TR/REC-html40">1: Log in to the server via
<a
href="http://www.pro.echoechoplus.com/helpfiles/index.php?&amp;aktion=anzeigen&amp;rubrik=005"
target="_blank">SSH </a>.
2: Write a command like this (directly at the Telnet
prompt):

<b>mysqldump -Q -u username -h localhost -p databasename
&gt; textfile</b> 


- <b>username</b> is the username for your hosting plan, for
example:
testuser.
- <b>databasename</b> is the name of yoiur database, for
example:
testuser_mybase.
- <b>textfile</b> is the name of the backup file, for
example:
backup_mybase.

3: You will be asked for your password. Enter the mysql
password for the
database.

That&#039;s it!</content>
	<author>EchoEcho Support</author>
	<date>12.07.2009, 21:19</date>
</article>
</phpmyfaq>

open XML-File

Copyright © EchoEchoPlus Hosting