Server IP : 127.0.0.2 / Your IP : 18.216.239.73 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/phpmyadmin/templates/table/structure/ |
Upload File : |
<a href="#" id="printView"><?php echo PMA_Util::getIcon('b_print.png', __('Print view'), true); ?></a> <?php if (! $tbl_is_view && ! $db_is_system_schema): ?> <?php if (!PMA_DRIZZLE): ?> <a href="sql.php<?php echo $url_query; ?>&session_max_rows=all&sql_query=<?php echo urlencode( 'SELECT * FROM ' . PMA_Util::backquote($GLOBALS['table']) . ' PROCEDURE ANALYSE()' ); ?>" style="margin-right: 0;"> <?php echo PMA_Util::getIcon( 'b_tblanalyse.png', __('Propose table structure'), true ); ?> </a> <?php echo PMA_Util::showMySQLDocu('procedure_analyse'); ?> <?php endif; ?> <?php if (PMA_Tracker::isActive()): ?> <a href="tbl_tracking.php<?php echo $url_query; ?>"> <?php echo PMA_Util::getIcon('eye.png', __('Track table'), true); ?> </a> <?php endif; ?> <a href="#" id="move_columns_anchor"> <?php echo PMA_Util::getIcon('b_move.png', __('Move columns'), true); ?> </a> <a href="normalization.php<?php echo $url_query; ?>"> <?php echo PMA_Util::getIcon('normalize.png', __('Improve table structure'), true); ?> </a> <?php endif; ?> <?php if ($tbl_is_view && ! $db_is_system_schema): ?> <?php if (PMA_Tracker::isActive()): ?> <a href="tbl_tracking.php<?php echo $url_query; ?>"> <?php echo PMA_Util::getIcon('eye.png', __('Track view'), true); ?> </a> <?php endif; ?> <?php endif; ?>