bug [export] Exporting results of a query which contains a LIMIT clause inside a subquery
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>phpMyAdmin 3.2.1-dev - Documentation</title>
|
||||
<title>phpMyAdmin 3.2.2-dev - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div id="header">
|
||||
<h1>
|
||||
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
|
||||
3.2.1-dev
|
||||
3.2.2-dev
|
||||
Documentation
|
||||
</h1>
|
||||
</div>
|
||||
@@ -235,6 +235,7 @@ $i=0;
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['user'] = 'root';
|
||||
$cfg['Servers'][$i]['password'] = 'cbb74bc'; // use here your password
|
||||
$cfg['Servers'][$i]['auth_type'] = 'config';
|
||||
?>
|
||||
</pre>
|
||||
For a full explanation of possible configuration values, see the
|
||||
|
Reference in New Issue
Block a user