You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: out/index.html
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,11 @@
134
134
<liclass="nav-section">
135
135
<divclass="nav-section-header"><ahref="javascript:void(0)">Database and Persistence</a><iclass="icon-chevron-down tocNavArrow"></i><iclass="icon-chevron-up tocNavArrow"></i></div>
<liclass="nav-submenu-item"><ahref="running_wordpress_on_cloud9.html">Running WordPress on Cloud9</a></li>
129
+
</ul>
130
+
</li>
131
+
<liclass="nav-submenu-item"><ahref="writing_a_go_app.html">Writing a Go App</a></li>
132
+
</ul>
133
+
</li>
134
+
<liclass="nav-section">
135
+
<divclass="nav-section-header"><ahref="javascript:void(0)">Database and Persistence</a><iclass="icon-chevron-down tocNavArrow"></i><iclass="icon-chevron-up tocNavArrow"></i></div>
<divclass="alert alert-info">These articles are <ahref="https://www.github.com/c9/docs.c9.io">open source</a>! Feel free to pull and contribute.</div>
186
+
</ul>
187
+
</div>
188
+
</div>
189
+
</div>
190
+
<divclass="span12 documentationContainer">
191
+
<divid="content">
192
+
<divid="toh_btn" onclick="toggleTOH(this)"></div>
193
+
<h1>PHPMyAdmin</h1>
194
+
<div><p>PHPMyAdmin provides an easy to use web interface to manage your MySQL database/s</p>
195
+
<h2id='phpmyadmins-most-common-features'><aclass='heading_anchor' href='#phpmyadmins-most-common-features'><iclass='headerLinkIcon'></i></a>PHPMyAdmin's most common features</h2>
196
+
<ul>
197
+
<li>Import data from CSV and SQL</li>
198
+
<li>Export data to various formats: CSV, SQL, XML, PDF, Word, Excel, LaTeX and others</li>
199
+
<li>Creating PDF graphics of the database layout</li>
200
+
<li>Creating complex queries using Query-by-Example (QBE)</li>
201
+
<li>Searching globally in a database or a subset of it</li>
202
+
<li>Transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link</li>
203
+
<li>Live charts to monitor MySQL server activity like connections, processes, CPU/Memory usage, etc.</li>
<h2id='using-phpmyadmin-with-cloud9'><aclass='heading_anchor' href='#using-phpmyadmin-with-cloud9'><iclass='headerLinkIcon'></i></a>Using PHPMyAdmin with Cloud9</h2>
207
+
<p>This article explains our first iteration of PHPMyAdmin support in Cloud9. It makes it super easy to install a PHPMyAdmin instance right in your workspace. Each workspace runs it's own Database and copy of PHPMyAdmin.</p>
<p>After the installation is complete you'll be given a link to access PHPMyAdmin. If you'd like further help using the software please consult the <ahref="http://www.phpmyadmin.net/home_page/docs.php">official PHPMyAdmin docs</a></a>.</p>
211
+
212
+
</div>
213
+
<divid="disqus_thread"></div>
214
+
</div>
215
+
</div>
216
+
<divid="tocHolder" class="span2"></li><olclass='tocContainer level_1'><liclass='tocItem level_2'><ahref='#phpmyadmins-most-common-features'>PHPMyAdmin's most common features</a></li><liclass='tocItem level_2'><ahref='#using-phpmyadmin-with-cloud9'>Using PHPMyAdmin with Cloud9</a></li></ol></li><liclass='tocItem level_1'><ahref='#install-phpmyadmin'>Install PHPMyAdmin</a></li></ol>
[{"filename":"setting_up_phpmyadmin","mtime":1416497235000,"pageTitle":"PHPMyAdmin"},{"filename":"frameworks_express","mtime":1416496691000,"pageTitle":"Framework: Express"},{"filename":"dashboard","mtime":1416491265000,"pageTitle":"The Dashboard"},{"filename":"deploying_via_cli","mtime":1416491265000,"pageTitle":"Deploying via the Command Line"},{"filename":"faq_general","mtime":1416491265000,"pageTitle":"FAQ: General"}]
0 commit comments