Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/server/mysql/mysql-test/std_data/ |
Upload File : |
<?xml version="1.0"?> <mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <database name="test"> <table_structure name="t1"> <field Field="a" Type="int(11)" Null="YES" Key="" Extra="" /> <field Field="b" Type="varchar(128)" Null="YES" Key="" Extra="" /> <options Name="t1" Engine="MyISAM" Version="10" Row_format="Dynamic" Rows="3" Avg_row_length="20" Data_length="60" Max_data_length="281474976710655" Index_length="1024" Data_free="0" Create_time="2007-02-09 09:08:36" Update_time="2007-02-09 09:08:54" Collation="latin1_swedish_ci" Create_options="" Comment="" /> </table_structure> <table_data name="t1"> <row> <field name="a">1</field> <field name="b">b1</field> </row> <row> <field name="a">2</field> <field name="b">b2</field> </row> <row> <field name="a">3</field> <field name="b">b3</field> </row> <row> <field name="a">11</field> <field name="b">b11</field> </row> <!-- Check field values as tags --> <row> <a>111</a> <b>b111</b> </row> <row> <a>112</a> <b>b112 & < > " ' &unknown; -- check entities</b> </row> <!-- Check field values in attributes --> <row a=212 b="b212"></row> <!-- Bug#29752 Linefeeds break LOAD XML INFILE --> <!-- Check varios combinations of TAB and NL --> <row a=213 b="b213"> </row> <row a=214 b="b214"> </row> <row a=215 b="b215"></row> <row a=216 b="&bb b;"></row> <!-- End of bug#29752 --> </table_data> </database> </mysqldump>