Accessing phpMyAdmin
52 vues
Database Management
<h3>What Is phpMyAdmin</h3>
<p>phpMyAdmin is a web-based tool for managing MySQL databases through a graphical interface. It allows you to browse tables, run SQL queries, import and export data, and manage database structure without using the command line.</p>
<h3>How to Access phpMyAdmin</h3>
<ol>
<li>Log in to DirectAdmin.</li>
<li>Navigate to <strong>Account Manager</strong> or <strong>System Info & Files</strong>.</li>
<li>Click on <strong>phpMyAdmin</strong>.</li>
<li>You will be redirected to the phpMyAdmin login page (or logged in automatically).</li>
<li>If prompted, enter your database username and password.</li>
<li>Click <strong>Go</strong> to log in.</li>
</ol>
<div class="alert alert-info">Some DirectAdmin configurations provide automatic single sign-on to phpMyAdmin. If you are prompted for credentials, use the database username and password you created when setting up your database, not your DirectAdmin login.</div>
<h3>Navigating phpMyAdmin</h3>
<p>The phpMyAdmin interface has the following key areas:</p>
<ul>
<li><strong>Left Sidebar</strong> - Lists all databases you have access to. Click a database name to expand and see its tables.</li>
<li><strong>SQL Tab</strong> - Run custom SQL queries directly against the selected database.</li>
<li><strong>Structure Tab</strong> - View and modify the table structure (columns, indexes, keys).</li>
<li><strong>Browse Tab</strong> - View the data stored in a table with pagination.</li>
<li><strong>Insert Tab</strong> - Manually add new rows of data to a table.</li>
<li><strong>Import Tab</strong> - Import SQL files or other data formats into the database.</li>
<li><strong>Export Tab</strong> - Export the database or specific tables to SQL, CSV, or other formats.</li>
<li><strong>Operations Tab</strong> - Rename, copy, or optimize tables.</li>
</ul>
<h3>Basic Operations</h3>
<ul>
<li><strong>View table data</strong> - Click a table name in the sidebar, then click <strong>Browse</strong>.</li>
<li><strong>Edit a record</strong> - While browsing data, click the <strong>Edit</strong> link next to any row.</li>
<li><strong>Delete a record</strong> - Click the <strong>Delete</strong> link next to a row. Confirm the deletion.</li>
<li><strong>Run a query</strong> - Click the <strong>SQL</strong> tab, type your query, and click <strong>Go</strong>.</li>
<li><strong>Search data</strong> - Use the <strong>Search</strong> tab to find specific records across tables.</li>
</ul>
<div class="alert alert-warning">Be very careful when modifying data directly in phpMyAdmin. There is no undo function. Deleting or modifying the wrong records can break your website. Always create a backup before making changes.</div>
Besoin d'aide ?
Vous ne trouvez pas ce que vous cherchez ? Notre équipe de support est prête à vous aider.
Contacter le support