Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
select * into outfile '/tmp/log.csv' from TABLE...
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<table border=1 cellpadding=0 cellspacing=0>
<tr>
<td x:num>1</td>
<td x:num>2</td>
<td x:num>3</td>
</tr>
<tr>
<td>тест</td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>
это на всех хостингах работает?Код:select * into outfile '/tmp/log.csv' from TABLE...
зависит от версии или настройки mysql?