<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Backup</title>
        <description>Forum for MySQL Backup.</description>
        <link>http://forums.mysql.com/list.php?28</link>
        <lastBuildDate>Tue, 21 May 2013 12:54:44 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?28,586508,586508#msg-586508</guid>
            <title>Can't restore databases, Error 1214 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,586508,586508#msg-586508</link>
            <description><![CDATA[ Hi,<br />
<br />
i have to restore some databases from an old mysql-server (5.1.46, i386) to a new server (5.5.30, amd64). <br />
<br />
I have dumps created for each table with &quot;mysqldump -u&lt;user&gt; -p&lt;pass&gt; --skip-opt &lt;database&gt; --result-file=&lt;file&gt;&quot; and for all databases in one file with option &quot;--all-databases&quot;.<br />
<br />
On the new system I am trying to import those tables, but it does not work like excpeted...<br />
<br />
$ mysql -u root &lt; all.sql<br />
and<br />
$ mysql -u root &lt;database&gt; &lt; database.sql<br />
throws me an error:<br />
<br />
ERROR 1214 (HY000) at line 7770: The used table type doesn't support FULLTEXT indexes.<br />
<br />
The databases are from an old joomla-installation which has to be kept and some databases from a few web-designers, which need their dbs, so i can't easily say &quot;use a new one....&quot;<br />
<br />
Hope you can help me, give a hint what to do.<br />
<br />
Nils]]></description>
            <dc:creator>Nils Stec</dc:creator>
            <category>Backup</category>
            <pubDate>Sat, 18 May 2013 05:42:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,584835,584835#msg-584835</guid>
            <title>Enterprise Backup Enhancement Request (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,584835,584835#msg-584835</link>
            <description><![CDATA[ Hello;<br />
<br />
We have Enterprise Backup 3.8.1 installed, and don't see this as a parameter option. The option I'd like to see... the opposite of the --databases parameter for mysqlbackup. Something like -- excl-database to list database that are to be excluded from a backup.<br />
<br />
Thanks,<br />
Charlie]]></description>
            <dc:creator>Charlie Berg</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 28 Apr 2013 03:21:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,584721,584721#msg-584721</guid>
            <title>Back-up of live databases (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,584721,584721#msg-584721</link>
            <description><![CDATA[ Hello<br />
<br />
In our company we have a lot of MySQL databases. Some of these are critical and we want to take a back-up of all databases. These databases can't be locked because the application can change these database at every moment. I want to write a script that makes a dump of the database an store it somewhere on a back-updisk. What is the best way to achieve this without locking databases and get a consistent dump off all databases from a remote server. <br />
<br />
Thanks]]></description>
            <dc:creator>dieter nog iet</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 25 Apr 2013 06:51:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,584571,584571#msg-584571</guid>
            <title>MySQL Backup Strategy for Master-Master Replication (4 replies)</title>
            <link>http://forums.mysql.com/read.php?28,584571,584571#msg-584571</link>
            <description><![CDATA[ Hi,<br />
<br />
We are developing backup Strategy for MYSQL Master-Master Replication FT Setup.<br />
<br />
Application always makes connection to only one Master MySQL Database and there are minimal chances of update conflict.<br />
<br />
Full backup can be taken on any one or both MySQL Master Databases but i am not sure from which Master MySQL database we should take binlog backup.<br />
<br />
If application makes connection from Node 1 , then binlogs will be created on Node 1 and Node 2 will only recieved updates from Node 1 . Node 2 will not create any binlog for changes recoieved via replication and same is applicable for vice-versa.<br />
<br />
One thing can be done is to see from which Node application makes connection and from that we can take binlog backup , that too is not reliable if application switchover just happened before backup was started.<br />
<br />
If we take binlog backup on both databases, then to do Point-in-time recovery becomes tougher as it will not be sure which Node's binlog backup to use. <br />
<br />
Most Likely Startegy<br />
---------------------<br />
If we use log_slave_updates=ON binlogs will be created on both Master MySQL database. We can take fullbackup and binlog backup on both Master MySQL database and we can use any Node's backup for Restore &amp; Recovery.<br />
<br />
Please let us know if my backup startegy is ok or provide your views on any other backup strategy.<br />
<br />
Thanks,<br />
Varun Datta]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 12 May 2013 18:37:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,583568,583568#msg-583568</guid>
            <title>MySQL Scaleout Database Backup using SAN Storage Based Replication (Innodb Engine) (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,583568,583568#msg-583568</link>
            <description><![CDATA[ Hi! <br />
<br />
I plan to setup a MySQL Scale-out Multi-Node MySQL Database (using Galera - Multi-Master Replication); <br />
<br />
Database for each node will use disks from a Common SAN Storage that supports storage based replication - Example EMC SRDF or 3PAR Virtual COPY, Hitachi Shadowimage.<br />
<br />
I want to backup the databases using these &quot;Storage based replication&quot;.<br />
<br />
For a Point-in-Time consistent Replication of Production Disk volumes to Backup Disk volumes. If I am using Following Engines, how do I put database into a &quot;Read-only&quot; mode for the period the Storage replication is on-going ?<br />
<br />
1. Innodb<br />
2. MyISAM<br />
3. NDB<br />
<br />
Thanks in advance for any advice.]]></description>
            <dc:creator>Sanjoy Dasgupta</dc:creator>
            <category>Backup</category>
            <pubDate>Wed, 17 Apr 2013 08:22:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,583450,583450#msg-583450</guid>
            <title>mysqlbackup backup one of databases and restore issue (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,583450,583450#msg-583450</link>
            <description><![CDATA[ Hello,<br />
<br />
In my MySQL server 5.5 there are 5 databases, I need to backup one of them and restore it in another new Mysql server.<br />
$./mysqlbackup --defaults-file=/usr/local/mysql/my.cnf --user=root --password='p123456' --host=10.10.10.102  --include='db1\.*' --backup-dir=/data3/mysqldata_3/mysqlbackup1410 --only-innodb-with-frm  backup-and-apply-log <br />
<br />
Then transfer backup data files to new server ,run<br />
-bash-3.2$ ./mysqlbackup   --defaults-file=/usr/local/mysql/my.cnf --innodb_log_files_in_group=2 --backup-dir=/export/home/mysql/mysqlbackup04091122 copy-back<br />
<br />
130409 14:02:11 mysqlbackup: INFO: Copy-back operation completed successfully.<br />
130409 14:02:11 mysqlbackup: INFO: Finished copying backup files to '/usr/local/mysql/data'<br />
<br />
But when I start the new MysQL server, the error happened.<br />
130409 14:02:54  InnoDB: Error: table 'db2012/tab1'<br />
InnoDB: in InnoDB data dictionary has tablespace id 49947,<br />
InnoDB: but tablespace with that id or name does not exist. Have<br />
InnoDB: you deleted or moved .ibd files?<br />
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE<br />
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the<br />
InnoDB: table still exists in the InnoDB internal data dictionary.<br />
InnoDB: Please refer to<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html</a><br />
InnoDB: for how to resolve the issue.<br />
<br />
there are lots of this kind of error for each table in original databases and tables , I tried to resolve it by the method in document ,but did not work. please give me an idea to resolve it. <br />
Thanks a lot.]]></description>
            <dc:creator>Justin Xu</dc:creator>
            <category>Backup</category>
            <pubDate>Fri, 19 Apr 2013 04:52:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,583159,583159#msg-583159</guid>
            <title>Help on backing up parititions (5 replies)</title>
            <link>http://forums.mysql.com/read.php?28,583159,583159#msg-583159</link>
            <description><![CDATA[ We have manage to come out with the script to both create and delete partitions as below. We need help on how to backup up those partition before we launch the delete script?<br />
<br />
<pre class="bbcode">
IF EXISTS(SELECT * FROM INFORMATION_SCHEMA.PARTITIONS 
  WHERE TABLE_NAME = 'testPart1' AND PARTITION_NAME = 
  CONCAT(' p'
    ,   DATE_FORMAT( DATE_SUB( CURDATE(), INTERVAL 14 DAY ), '%Y%m%d' ))) THEN  
    SET @stmt := CONCAT(
        'ALTER TABLE testPart1 DROP PARTITION '
    ,   ' p'
    ,   DATE_FORMAT( DATE_SUB( CURDATE(), INTERVAL 14 DAY ), '%Y%m%d' ) 
    );
    PREPARE stmt FROM @stmt;
    EXECUTE stmt;
    DEALLOCATE PREPARE stmt;  
  END IF; 

  IF NOT EXISTS(SELECT * FROM INFORMATION_SCHEMA.PARTITIONS 
  WHERE TABLE_NAME = 'testPart1' AND PARTITION_NAME = 
  CONCAT(' p'
    ,   DATE_FORMAT( DATE_ADD( CURDATE(), INTERVAL 2 DAY ), '%Y%m%d' ))) THEN   
  SET @stmt := CONCAT(
        'ALTER TABLE testPart1 ADD PARTITION ('
    ,   'PARTITION p'
    ,   DATE_FORMAT( DATE_ADD( CURDATE(), INTERVAL 2 DAY ), '%Y%m%d' )
    ,   ' VALUES LESS THAN ('
    ,   TO_DAYS( CURDATE() ) + 2 
    ,   '))'
    );
    PREPARE stmt FROM @stmt;
    EXECUTE stmt;
    DEALLOCATE PREPARE stmt; 
  END IF;
</pre>]]></description>
            <dc:creator>Frwa Onto</dc:creator>
            <category>Backup</category>
            <pubDate>Wed, 17 Apr 2013 07:39:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,582833,582833#msg-582833</guid>
            <title>Does MySQL Enterprise Backup support multi-streaming via SBT Interface?? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,582833,582833#msg-582833</link>
            <description><![CDATA[ MySql Enterprise Backup 3.8.0 supports multiple threads. It has command-line options<br />
--read-threads,--process-threads,--write-threads <br />
But Does it support multiple threads via SBT interface? <br />
When I tried to stream the backup , I got the info as:<br />
<br />
mysqlbackup: INFO: Target image is not seekable and so resetting the number of write threads to 1.<br />
<br />
How can I get multiple write threads. I couldn't find any information regarding this.]]></description>
            <dc:creator>Sreekar Anugu</dc:creator>
            <category>Backup</category>
            <pubDate>Wed, 03 Apr 2013 02:59:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,580289,580289#msg-580289</guid>
            <title>Backup Plan / flush-logs by database (5 replies)</title>
            <link>http://forums.mysql.com/read.php?28,580289,580289#msg-580289</link>
            <description><![CDATA[ I'm in the process of figuring out how to transition from daily full backups to weekly full backups and daily incremental backups.  My plan is:<br />
<br />
- weekly: mysqldump for each database (not using --all-databases)<br />
- daily: mysqladmin flush-logs<br />
<br />
Is that the proper procedure?  If so, I could use some advice/feedback on the following:<br />
<br />
* We have several databases that get backed up, and most of the time we only need to restore 1 (ie - screwed up data in 1 database as opposed to a disaster recover situation).  It looks like the logs from flush-logs contain the changes for ALL databases.  Is it possible to start from a full backup of 1 database and apply just the changes that affect that database?<br />
<br />
* My plan is to archive off site both the weekly full backups as well as all of the daily logs.  Am I being thorough or is it overkill to keep the daily logs once I have a complete full backup?<br />
<br />
Any other advice?<br />
<br />
Thanks for your help,<br />
-Steve]]></description>
            <dc:creator>steve ungar</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 14 Mar 2013 03:48:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,580217,580217#msg-580217</guid>
            <title>MySQL Scheduled Backup Not Working (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,580217,580217#msg-580217</link>
            <description><![CDATA[ Hi,<br />
<br />
We just migrated our servers from a physical server to a cloud platform.<br />
Before migrating, the scheduled backup works perfectly.<br />
When it has been migrated to cloud, the backup is not running.<br />
I can actually create a schedule but the only problem is, it's not running.<br />
OS: Windows Server 2008.<br />
The manual backup works. <br />
<br />
I believe that when you schedule a backup, a task is also created.<br />
I am just thinking that the reason why the backup doesn't work in cloud is because no task has been created automatically.<br />
<br />
Hope someone can help me with this kind of issue.]]></description>
            <dc:creator>Cyl R</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 14 Mar 2013 03:39:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,579534,579534#msg-579534</guid>
            <title>how can I prevent the password from being listed in mysqlbackup output (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,579534,579534#msg-579534</link>
            <description><![CDATA[ I issue the following mysqlbackup command:<br />
<br />
mysqlbackup --user=$USERNAME --password=$PASSWORD --backup-dir=$BACKUPDIR --with-timestamp backup-and-apply-log&gt;$LOGFILE 2&gt;&amp;1<br />
<br />
The output log file has an INFO section and it shows the password used in clear text.  See clip from output of the above command below:<br />
<br />
<br />
MySQL Enterprise Backup version 3.8.0 [2012/07/27]<br />
Copyright (c) 2003, 2012, Oracle and/or its affiliates. All Rights Reserved.<br />
<br />
 mysqlbackup: INFO: Starting with following command line ...<br />
 mysqlbackup --user=eiadba --password=realpasswordshown<br />
        --backup-dir=/u02/mysql_backups --with-timestamp backup-and-apply-log<br />
<br />
<br />
I'm not seeing a switch to turn off this behavior.  Maybe I've not looked hard enough. <br />
<br />
Can anyone comment?]]></description>
            <dc:creator>John Sebastian</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 24 Feb 2013 02:12:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,578974,578974#msg-578974</guid>
            <title>Help for restore (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,578974,578974#msg-578974</link>
            <description><![CDATA[ Hello all,<br />
<br />
I'm a newbie to MySQLEnterprise Backup.<br />
<br />
I have a test database that I have backed up using the following command:<br />
<br />
mysqlbackup --backup-dir=/u01/mysql_backups --with-timestamp --user=uname --password=pwd backup-and-apply-log<br />
<br />
The backup ran successfully.<br />
<br />
I want to test a restore.  So I deleted the data files for the database that were backed up.  There are datafiles and innodb files that I deleted with an OS command after shutting down the mysql instance.<br />
<br />
From /etc/my.cnf:<br />
datadir=/u01/mysql_data_files<br />
innodb_data_home_dir = /u01/mysql_innodb_data_files<br />
<br />
I deleted all files in /u01/mysql_data_files and /u01/mysql_innodb_data_files<br />
<br />
<br />
Now, I'm trying to restore the database from the backup.<br />
<br />
The files were backed up to a directory named:<br />
/u01/mysql_backups/2013-02-11_08-53-47  becuase I used the --with-timestamp parameter<br />
<br />
Here is the restore command I am attempting and the errors I am receiving:<br />
<br />
mysqlbackup --defaults-file=/u01/mysql_backups/2013-02-11_08-53-47/backup-my.cnf --backup-dir=/u01/mysql_backups/2013-02-11_08-53-47 copy-back<br />
MySQL Enterprise Backup version 3.8.0 [2012/07/27]<br />
Copyright (c) 2003, 2012, Oracle and/or its affiliates. All Rights Reserved.<br />
<br />
 mysqlbackup: INFO: Starting with following command line ...<br />
 mysqlbackup<br />
        --defaults-file=/u01/mysql_backups/2013-02-11_08-53-47/backup-my.cnf<br />
        --backup-dir=/u01/mysql_backups/2013-02-11_08-53-47 copy-back<br />
<br />
IMPORTANT: Please check that mysqlbackup run completes successfully.<br />
           At the end of a successful 'copy-back' run mysqlbackup<br />
           prints &quot;mysqlbackup completed OK!&quot;.<br />
<br />
 mysqlbackup: ERROR: Missing datadir parameter for server repository.<br />
 mysqlbackup: ERROR: Server repository configuration problem found.<br />
<br />
<br />
I'm curious about the --defaults-file parameter, should that be the backup copy of the my.cnf file which the backup made?  It currently resides in the backup directory /u01/mysql_backups/2013-02-11_08-53-47 and is named backup-my.cnf<br />
<br />
Second, the --backup-dir parameter, should that include the entire name of the backup directory right down to the /u01/mysql_backups/2013-02-11_08-53-47 part as shown above or just the main directory that I used when issuing the bacup command /u01/mysql_bacukps?<br />
<br />
Can somone give me an idea what the two errors are above and how to get around them to restore the database?<br />
<br />
<br />
<br />
<br />
My /etc/my.cnf file has the following <br />
<br />
[mysql@eiawwwdb01 mysql_backups]$ cat /etc/my.cnf<br />
# Example MySQL config file for medium systems.<br />
#<br />
# This is for a system with little memory (32M - 64M) where MySQL plays<br />
# an important part, or systems up to 128M where MySQL is used together with<br />
# other programs (such as a web server)<br />
#<br />
# MySQL programs look for option files in a set of<br />
# locations which depend on the deployment platform.<br />
# You can copy this option file to one of those<br />
# locations. For information about these locations, see:<br />
# <a href="http://dev.mysql.com/doc/mysql/en/option-files.html"  rel="nofollow">http://dev.mysql.com/doc/mysql/en/option-files.html</a><br />
#<br />
# In this file, you can use all long options that a program supports.<br />
# If you want to know which options a program supports, run the program<br />
# with the &quot;--help&quot; option.<br />
<br />
# The following options will be passed to all MySQL clients<br />
[client]<br />
#password       = your_password<br />
port            = 3306<br />
socket          = /var/lib/mysql/mysql.sock<br />
<br />
# Here follows entries for some specific programs<br />
<br />
# The MySQL server<br />
[mysqld]<br />
port            = 3306<br />
socket          = /var/lib/mysql/mysql.sock<br />
skip-external-locking<br />
key_buffer_size = 16M<br />
max_allowed_packet = 1M<br />
table_open_cache = 64<br />
sort_buffer_size = 512K<br />
net_buffer_length = 8K<br />
read_buffer_size = 256K<br />
read_rnd_buffer_size = 512K<br />
myisam_sort_buffer_size = 8M<br />
datadir=/u01/mysql_data_files<br />
<br />
# Don't listen on a TCP/IP port at all. This can be a security enhancement,<br />
# if all processes that need to connect to mysqld run on the same host.<br />
# All interaction with mysqld must be made via Unix sockets or named pipes.<br />
# Note that using this option without enabling named pipes on Windows<br />
# (via the &quot;enable-named-pipe&quot; option) will render mysqld useless!<br />
#<br />
#skip-networking<br />
<br />
# Replication Master Server (default)<br />
# binary logging is required for replication<br />
log-bin=/u01/mysql_binlog_files/mysql-binlog<br />
<br />
# binary logging format - mixed recommended<br />
binlog_format=mixed<br />
<br />
# required unique id between 1 and 2^32 - 1<br />
# defaults to 1 if master-host is not set<br />
# but will not function as a master if omitted<br />
server-id       = 1<br />
<br />
# Uncomment the following if you are using InnoDB tables<br />
innodb_data_home_dir = /u01/mysql_innodb_data_files<br />
innodb_data_file_path = ibdata1:10M:autoextend<br />
innodb_log_group_home_dir = /u01/mysql_innodb_data_files<br />
# You can set .._buffer_pool_size up to 50 - 80 %<br />
# of RAM but beware of setting memory usage too high<br />
innodb_buffer_pool_size = 16M<br />
innodb_additional_mem_pool_size = 2M<br />
# Set .._log_file_size to 25 % of buffer pool size<br />
innodb_log_file_size = 5M<br />
innodb_log_buffer_size = 8M<br />
innodb_flush_log_at_trx_commit = 1<br />
innodb_lock_wait_timeout = 50<br />
innodb_support_xa = 1]]></description>
            <dc:creator>John Sebastian</dc:creator>
            <category>Backup</category>
            <pubDate>Fri, 15 Mar 2013 08:26:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,578723,578723#msg-578723</guid>
            <title>FREE!  MySQL Health Check (no replies)</title>
            <link>http://forums.mysql.com/read.php?28,578723,578723#msg-578723</link>
            <description><![CDATA[ FREE!  MySQL Health Check<br />
<a href="https://www.mysql.com/news-and-events/health-check/"  rel="nofollow">https://www.mysql.com/news-and-events/health-check/</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>Backup</category>
            <pubDate>Fri, 08 Feb 2013 04:17:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,577592,577592#msg-577592</guid>
            <title>Error 1062 while restoring backup (5 replies)</title>
            <link>http://forums.mysql.com/read.php?28,577592,577592#msg-577592</link>
            <description><![CDATA[ Sorry, I seen similar threads but I still couldn't find it addressing my issue plus, I needed some more info on this.<br />
<br />
Requirement: To create an exact replica 'db4' of an existing DB 'db3'. This is a Request Tracker (RT) database that I'm trying to replicate on the same server.<br />
MySQL version- 5.0.51a-24+lenny3 on Debian Lenny. Basically this is a test environment and but meets all the requirements for successful RT installation and functioning.<br />
<br />
Procedure followed:<br />
<br />
1. Shutdown webserver to prevent any access to database.    <br />
2. mysqldump -uuser -ppass db3 &gt; db3.sql (size is 6G)<br />
3. mysql -uuser -ppass db4 &lt; db3.sql (db4 was a newly created blank database)<br />
<br />
The 3rd step throws in the error:<br />
<br />
ERROR 1062 (23000) at line 5524: Duplicate entry '600806' for key 1&quot;<br />
<br />
I ran the 2nd step again with --force. The restore completed but with 2 additional similar errors:<br />
<br />
ERROR 1062 (23000) at line 6309: Duplicate entry '187694' for key 1    <br />
ERROR 1062 (23000) at line 6572: Duplicate entry '1567400' for key 1<br />
<br />
Obviously the restored database reported missing records.<br />
<br />
A &quot;sed -n 5524p db3.sql&quot; showed the &quot;INSERT INTO `Attachments` VALUES ...' query.<br />
Similarly for line numbers 6309 and 6572 &quot;INSERT INTO ...&quot; was reported for<br />
tables 'Tickets' and 'Transactions'. The three tables are Innodb with all the<br />
three having an 'id' column set as PRIMARY KEY with AUTO INCREMENT. <br />
<br />
Question:<br />
<br />
    Does this indicate a corrupted/problematic db3 database?<br />
<br />
    How to proceed to create a 'consistent/working' replica (db4) of db3?<br />
<br />
Thanks,]]></description>
            <dc:creator>Subin S</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 14 Mar 2013 05:38:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,577130,577130#msg-577130</guid>
            <title>MYSQL Enterpise Backup- Identifying Binlog position (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,577130,577130#msg-577130</link>
            <description><![CDATA[ Hi,<br />
<br />
We are exploring MYSQL Enterprise Backup. We do not have support right now.<br />
<br />
I have one query if any one can answer.<br />
<br />
If we are taking full backup using below command:-<br />
<br />
mysqlbackup --port=3306  --protocol=tcp --user=root --password=mysql123 --backup-dir=/MYSQL/backup/master_backup backup-and-apply-log<br />
<br />
Then how do we identify till which binary log file and position the above backup contains data.<br />
<br />
I need this information to be extracted from backup so that i can save this information which will help in Point-in-Time Recovery.<br />
<br />
If i do flush tables with read lock before i take backup, my backup fails, so i do not know how should i get the binlog file and position till which i have data restored from backup.<br />
<br />
Quick reply will really help!!<br />
<br />
Thanks,<br />
Varun Datta]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 10 Jan 2013 10:51:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,576762,576762#msg-576762</guid>
            <title>Recover Data from iPhone 4&amp; iTunes backup (5 replies)</title>
            <link>http://forums.mysql.com/read.php?28,576762,576762#msg-576762</link>
            <description><![CDATA[ World’s 1st iPhone, iPad &amp; iPod Touch data recovery software for personal users,Full recovery of contacts, SMS, photos, etc. under various situations<br />
<a href="http://www.transfer-iphone-recovery.com"  rel="nofollow">iPhone Data Recovery</a> is an easy-to-use iPhone data recovery tool that can help you easily recover iphone photos, videos, contacts, SMS, call logs, memos and calendars and more! You can use this iPhone data recovery software to recover data directly from iPhone 4 or iphone 3GS and recover data from iTunes backup.this is an easy-to-use iPhone data recovery tool that can help you easily recover photos, videos, contacts, SMS, call logs, memos and calendars and more! You can use this iPhone data recovery software to <a href="http://www.transfer-iphone-recovery.com/recover-lost-data-from-ios.html"  rel="nofollow">recover data directly from iPhone</a> 3GS and recover data from iTunes backup.<br />
<br />
Key features:<br />
1.Recover deleted data without backup directly from iPhone 4/3GS, iPad 1 &amp; iPod Touch 4 <br />
2.Regain previous data from iTunes backup for all iOS devices, including iPhone 5/4S, etc. <br />
3.Save data after your device is crashed, smashed, broken or lost; <br />
4.Retrieve data after Jailbreak, iOS upgrade, factory settings restore.]]></description>
            <dc:creator>thanker show</dc:creator>
            <category>Backup</category>
            <pubDate>Thu, 25 Apr 2013 16:29:42 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,576667,576667#msg-576667</guid>
            <title>Point-In-Time Recovery using mysqlbinlog (3 replies)</title>
            <link>http://forums.mysql.com/read.php?28,576667,576667#msg-576667</link>
            <description><![CDATA[ FOR POINT-IN-TIME Recovery , After we have restored the backup, we know the Binlog and position till which data exists in backup. <br />
<br />
Doing Recovery using mysqlbinlog, what should be the position to be supplied mysqlbinlog  command ?<br />
<br />
mysqlbinlog binlogfile --start-position= ??]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Fri, 04 Jan 2013 01:46:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,576500,576500#msg-576500</guid>
            <title>Backup using mysqldump and restore dump in ndbcluster environment shows errors while restoring system database 'mysql'. (3 replies)</title>
            <link>http://forums.mysql.com/read.php?28,576500,576500#msg-576500</link>
            <description><![CDATA[ Hi , <br />
<br />
I have very urgent questions related to backup/restores of databases in a node of ndbcluster environment. <br />
<br />
I used mysqldump to backup all the databases. it got successful. Now when i try to restores those db dumps, i see the error in restoring 'mysql' system database. <br />
<br />
here are the results: <br />
<br />
[root@IfxLinux mysql-cluster]# mysql &lt; /tmp/my.sql <br />
ERROR 1036 (HY000) at line 386: Table 'ndb_apply_status' is read only <br />
<br />
error says 'ndb_apply_status' table is read only and restore halts. <br />
<br />
even dropping 'mysql' database shows error: <br />
system command = /usr/bin/mysql -u backup --socket=/var/lib/mysql-cluster/mysql.sock -e 'FLUSH PRIVILEGES;drop database `mysql`;' out err = ERROR 1051 (42S02) at line 1: Unknown table 'ndb_apply_status'. <br />
<br />
<br />
Please help and advise how to resolve this. We are able to restore all other databases apart from 'mysql' database from a dump. Is there any way to drop 'ndb_apply_status' table and recreate it manually later after restore completes?<br />
<br />
#Note: we don't want to use start backup and ndb_restore programs. <br />
<br />
Since we are in urgency.<br />
Any kind of help is appreciated.]]></description>
            <dc:creator>piyush nagar</dc:creator>
            <category>Backup</category>
            <pubDate>Sat, 29 Dec 2012 19:54:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,576303,576303#msg-576303</guid>
            <title>Reading binlog to Identify Start time and End time of Binlog (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,576303,576303#msg-576303</link>
            <description><![CDATA[ Hi,<br />
<br />
How can i read the start time and End time of from binlog file, preferrably using mysqlbinlog utility.<br />
<br />
Thanks,<br />
Varun Datta]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Fri, 21 Dec 2012 23:06:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,575899,575899#msg-575899</guid>
            <title>Running backup in cron without clear text pw (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,575899,575899#msg-575899</link>
            <description><![CDATA[ I am a long time Oracle DBA just now getting involved in supporting MySQL.  I am use to in the Oracle RDBMS world on Unix of being able to run RMAN backups via script in cron where connection to the database can be made via &quot;/ as sysdba&quot; (or more correctly &quot;rman target /&quot;) when running under the &quot;oracle&quot; Unix account not requiring an embedded clear text password.  With MySQL and using the standard mysqldump it appears the best one can do is put username/pw of the user used for backup in the my.cnf file under [mysqldump] and set permissions to 600 for that file.  Am I missing anything?  Are there other backup tool options like MEB or XtraBackup that would provide a means to not reveal a password in clear text for the backup user?  What would the gurus on this forum suggest for a production system?<br />
<br />
My first system will be fairly small single MySQL database using the MyISAM engine.  It does not get used (or will not) after business hours.  Thanks in advance for your help.]]></description>
            <dc:creator>Lee Murray</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 23 Dec 2012 16:21:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,575832,575832#msg-575832</guid>
            <title>Re-directing Logs of mysqlbackup (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,575832,575832#msg-575832</link>
            <description><![CDATA[ Hi,<br />
<br />
How can we redirect logs generated by mysqlbackup to specific Logfile.<br />
<br />
I tried it using below mentioned method but with no luck.<br />
<br />
mysqlbackup --port=3306  --protocol=tcp --user=root --password=mysql123 --backup-dir=/MYSQL/backup/master_backup backup-and-apply-log | tee -a backup.log<br />
<br />
mysqlbackup --port=3306  --protocol=tcp --user=root --password=mysql123 --backup-dir=/MYSQL/backup/master_backup backup-and-apply-log &gt; backup.log<br />
<br />
Please assist.<br />
<br />
Thanks,<br />
Varun Datta]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Tue, 11 Dec 2012 11:42:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,575831,575831#msg-575831</guid>
            <title>MYSQL Backup on SLAVE (4 replies)</title>
            <link>http://forums.mysql.com/read.php?28,575831,575831#msg-575831</link>
            <description><![CDATA[ Hi,<br />
<br />
We have a Master-Slave Replication Setup.<br />
<br />
We want to take daily full backup on Slave and binlogs backup from Master.<br />
<br />
In case of failure of Slave, Master will Starting taking full backup and backup of binlogs.<br />
<br />
Now, in order to take consistent backup at Slave we are stopping Slave to process any data from Master and then take backup using MYSQL Enterprise Backup 3.8 and then Start Slave process again.<br />
<br />
Command used:-<br />
<br />
mysqlbackup --port=3306  --protocol=tcp --user=root --password=mysql123 --backup-dir=$BACKUP_DESTINATION &lt;TYPE OF BACKUP&gt;<br />
<br />
<br />
Please confirm whether we should use backup or backup-and-apply-log for &lt;TYPE OF BACKUP&gt;<br />
<br />
Our requirement is that Backup should be consistent and should be restored easily using copy-backup option.<br />
<br />
Please confirm which type of backup to be used.<br />
<br />
Thanks,<br />
Varun Datta]]></description>
            <dc:creator>Varun Datta</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 23 Dec 2012 16:35:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,575420,575420#msg-575420</guid>
            <title>how to create .sql file in mysql (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,575420,575420#msg-575420</link>
            <description><![CDATA[ how to create .sql file in mysql]]></description>
            <dc:creator>chetak patil</dc:creator>
            <category>Backup</category>
            <pubDate>Sat, 08 Dec 2012 22:57:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,574183,574183#msg-574183</guid>
            <title>Advise required on backup plan (4 replies)</title>
            <link>http://forums.mysql.com/read.php?28,574183,574183#msg-574183</link>
            <description><![CDATA[ Hi,<br />
<br />
Currently our database is 9GB and growing around 1GB a month.  All the tables are MyISAM and our largest two tables have over 16 million records.  We do a lot of INSERTS and UPDATES and very few deletes.<br />
<br />
We’re currently using MySQLDump to create a midnight backup of the database but we are having issues with that recently which is causing our application to slow down considerably during the back up.<br />
<br />
What I would like to do is create a full daily back up with differential backups as well as weekly and monthly backups - your normal backup schema, 6 days, 5 weeks, 12 months.  <br />
<br />
I've been considering replication but I don’t know for sure if I really need that.<br />
<br />
So I’m looking for advice on what backup software to use?<br />
<br />
Should I look at replication?<br />
<br />
Should I be saving my backups to a separate drive to help with READ/WRITES? <br />
<br />
Should the database be on its own drive for READ/WRITES?<br />
<br />
Thanks,<br />
Jim]]></description>
            <dc:creator>Jim Buckley Barrett</dc:creator>
            <category>Backup</category>
            <pubDate>Mon, 26 Nov 2012 09:23:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,573120,573120#msg-573120</guid>
            <title>Industrial-Strength MySQL Applications Using Percona and Continuent (no replies)</title>
            <link>http://forums.mysql.com/read.php?28,573120,573120#msg-573120</link>
            <description><![CDATA[ Webinar, Wednesday 11/28<br />
<a href="http://www.percona.com/webinars/industrial-strength-mysql-applications-using-percona-and-continuent"  rel="nofollow">http://www.percona.com/webinars/industrial-strength-mysql-applications-using-percona-and-continuent</a><br />
<br />
MySQL is the first choice for a large majority of web applications thanks to its ease of use and low cost of operation. However, running big apps on MySQL is still a challenge even for experts. In this webinar we will show you how to combine Percona Server and Percona XtraBackup with Continuent Tungsten to build business-critical systems capable of processing hundreds of millions of transactions per day with no downtime. We'll cover best practices from hardware configurations and MySQL tuning to HA and integration with non-MySQL systems. We will also survey technologies from Percona and Continuent that work together to help you go big on MySQL. Come learn from the foremost experts in the field of building high-performance MySQL applications!<br />
<br />
Presenters:<br />
- Peter Zaitsev, Founder, CEO<br />
- Robert Hodges, CEO of Continuent<br />
<br />
Register at <a href="http://www.percona.com/webinars/industrial-strength-mysql-applications-using-percona-and-continuent"  rel="nofollow">http://www.percona.com/webinars/industrial-strength-mysql-applications-using-percona-and-continuent</a>]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>Backup</category>
            <pubDate>Tue, 06 Nov 2012 23:14:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,573038,573038#msg-573038</guid>
            <title>LOCK TABL errors with mysqldump (explicit socket file) (no replies)</title>
            <link>http://forums.mysql.com/read.php?28,573038,573038#msg-573038</link>
            <description><![CDATA[ Using mysql 5.5.21 on Mac OSX 10.7<br />
I'm attempting to backup a drupal database using mysqldump.<br />
In my case drupal uses a separate datadir, socket file and option file,<br />
and it's own mysql listening on port 3307.<br />
I can access the drupal database from the command line using <pre class="bbcode">
mysql -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock</pre>
However, when I attempt to dump the drupal databases, I get errors. The<br />
following console session attempts to dump each database separately :<pre class="bbcode">
linus:prj tim$ mysqldump -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock test &gt;drupal-test.sql
linus:prj tim$ mysqldump -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock information_schema &gt;drupal-information_schema.sql
mysqldump: Got error: 1044: Access denied for user 'root'@'localhost' to database 'information_schema' when using LOCK TABLES
linus:prj tim$ mysqldump -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock bitnami_drupal7 &gt;drupal-bitnami_drupal7.sql
linus:prj tim$ mysqldump -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock mysql &gt;drupal-mysql.sql
linus:prj tim$ mysqldump -hlocalhost -uroot -psecret -P3307 -S/Applications/drupal-7.15-0/mysql/tmp/mysql.sock performance_schema &gt;drupal-performance_schema.sql
mysqldump: Got error: 1142: SELECT,LOCK TABL command denied to user 'root'@'localhost' for table 'cond_instances' when using LOCK TABLES</pre>
So, I don't understand the error messages. What do I need to do to <br />
effect this dump successfully?<br />
thanks<br />
tim]]></description>
            <dc:creator>Tim Johnson</dc:creator>
            <category>Backup</category>
            <pubDate>Tue, 06 Nov 2012 00:15:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,573023,573023#msg-573023</guid>
            <title>Need help with a backup plan (3 replies)</title>
            <link>http://forums.mysql.com/read.php?28,573023,573023#msg-573023</link>
            <description><![CDATA[ Hi all. I need some advice on a backup plan for my business, as it's growing rapidly and my data storage needs are getting kinda hairy. The particulars are:<br />
<br />
- hosted with a fairly reputable host, on a VPS plan<br />
- the mySQL db currently has about 2.2 million rows in the largest table<br />
- the db is basically write only. No rows are ever deleted. The largest table is only added to, and others get updated often, but added to slowly. We're getting to the point where 1000 inserts a day might be possible.<br />
- the last backup I did through cPanel's Backup Wizard was about 98MB as a .gz file<br />
- we're using myISAM tables<br />
<br />
One problem I'm noticing is that using the Backup Wizard in cPanel seems to adversely affect the site's operation, and some transactions are timing out while the file is downloading. I'm guessing there's some locking going on, or something.<br />
<br />
If it affects a good backup plan, I would be very happy to consider including a culling/archiving strategy, where I only allow my customers (say) 6 months of transaction history (i.e. the data stays in the live tables) and anything older gets automatically archived and would have to be requested specially. (I bring this up because 2.2 million rows on a live table, added to daily, makes me a bit nervous! Should it?)<br />
<br />
So I'm looking for some ideas on how to handle this amount of data. I'm sure lots of people must have more, but with the biz growing, and more/larger customers coming online, the rate at which data is getting added is increasing, so I need to start making plans :)<br />
<br />
Any links, advice, anecdotes, or other info would be very much appreciated.<br />
<br />
Thanks in advance,<br />
Dave]]></description>
            <dc:creator>Dave S</dc:creator>
            <category>Backup</category>
            <pubDate>Wed, 07 Nov 2012 06:32:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,571936,571936#msg-571936</guid>
            <title>mysql dump failure (1 reply)</title>
            <link>http://forums.mysql.com/read.php?28,571936,571936#msg-571936</link>
            <description><![CDATA[ after upgrading to mysql 5.5.27 my cron jobs are failing with an error<br />
<br />
CRON:<br />
$command = &quot;mysqldump --add-drop-table -u $dbuser --password=$dbpwd $dbname | gzip  &gt; $filename&quot;;<br />
<br />
ERROR:<br />
mysqldump: unknown variable 'default-storage-engine=MyISAM'<br />
<br />
here is the top section of /etc/my.cnf<br />
[mysqldump]<br />
quick<br />
max_allowed_packet=16M<br />
default-storage-engine=MyISAM<br />
innodb_file_per_table=1<br />
<br />
<br />
Thanks for any help.<br />
jim]]></description>
            <dc:creator>jim longo</dc:creator>
            <category>Backup</category>
            <pubDate>Wed, 24 Oct 2012 04:38:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,571687,571687#msg-571687</guid>
            <title>percona innobackup failed (2 replies)</title>
            <link>http://forums.mysql.com/read.php?28,571687,571687#msg-571687</link>
            <description><![CDATA[ I'm trying to get percona innobackup but I'm struggling with this since 4hrs. Tried all possible ways from many forums. interms of changing my.cnf, parsing arguments but still not able to get this fixed. Have any one fixed this before.? Please help!<br />
<br />
sh: xtrabackup_51: command not found<br />
innobackupex: fatal error: no 'mysqld' group in MySQL options]]></description>
            <dc:creator>Mannoj Kumar</dc:creator>
            <category>Backup</category>
            <pubDate>Sun, 21 Oct 2012 23:02:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?28,571213,571213#msg-571213</guid>
            <title>mysqldump failing when dump routines if database name contains special characters (no replies)</title>
            <link>http://forums.mysql.com/read.php?28,571213,571213#msg-571213</link>
            <description><![CDATA[ I have a database with name ';havesinglequotes' (single quote at begin and end + a semicolon in it).<br />
<br />
when I dump the database with below command it fails with error 1049 while dumping routines.<br />
<br />
mysqldump  --single-transaction   --flush-logs --master-data=2 --create-options -B --default-character-set=utf8  --routines  --max_allowed_packet=41943040  -u root --socket=/tmp/mysql.sock &quot;';havesinglequotes'&quot; -p<br />
Enter password:<br />
-- MySQL dump 10.13  Distrib 5.5.27, for linux2.6 (x86_64)<br />
--<br />
-- Host: localhost    Database: ';havesinglequotes'<br />
-- ------------------------------------------------------<br />
-- Server version       5.5.27-log<br />
<br />
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;<br />
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;<br />
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;<br />
/*!40101 SET NAMES utf8 */;<br />
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;<br />
/*!40103 SET TIME_ZONE='+00:00' */;<br />
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;<br />
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;<br />
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;<br />
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;<br />
<br />
--<br />
-- Position to start replication or point-in-time recovery from<br />
--<br />
<br />
-- CHANGE MASTER TO MASTER_LOG_FILE='mysql-bin.000093', MASTER_LOG_POS=107;<br />
<br />
--<br />
-- Current Database: `';havesinglequotes'`<br />
--<br />
<br />
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `';havesinglequotes'` /*!40100 DEFAULT CHARACTER SET latin1 */;<br />
<br />
USE `';havesinglequotes'`;<br />
<br />
--<br />
-- Table structure for table `tb1`<br />
--<br />
<br />
DROP TABLE IF EXISTS `tb1`;<br />
/*!40101 SET @saved_cs_client     = @@character_set_client */;<br />
/*!40101 SET character_set_client = utf8 */;<br />
CREATE TABLE `tb1` (<br />
  `i` int(11) DEFAULT NULL<br />
) ENGINE=InnoDB DEFAULT CHARSET=latin1;<br />
/*!40101 SET character_set_client = @saved_cs_client */;<br />
<br />
--<br />
-- Dumping data for table `tb1`<br />
--<br />
<br />
LOCK TABLES `tb1` WRITE;<br />
/*!40000 ALTER TABLE `tb1` DISABLE KEYS */;<br />
INSERT INTO `tb1` VALUES (2);<br />
/*!40000 ALTER TABLE `tb1` ENABLE KEYS */;<br />
UNLOCK TABLES;<br />
<br />
--<br />
-- Dumping routines for database '';havesinglequotes''<br />
--<br />
mysqldump: Couldn't execute 'use `\';havesinglequotes\'`': Unknown database '\';havesinglequotes\'' (1049)<br />
<br />
<br />
<br />
<br />
Could anyone advice how to resolve this?<br />
<br />
Thanks in advance.<br />
Ravi.]]></description>
            <dc:creator>Ravi Thati</dc:creator>
            <category>Backup</category>
            <pubDate>Tue, 16 Oct 2012 12:49:55 +0000</pubDate>
        </item>
    </channel>
</rss>
