Hostilla.pl FAQ

Databases

MariaDB, MySQL 8, phpMyAdmin, import, export, database users, limits and connection errors. Answers are based on Hostilla.pl hosting services, cPanel and eTOP infrastructure.

20 questions in this topic

Expand a question to see the answer. The content is visible in HTML and can be indexed by search engines.

281. How to create a MySQL/MariaDB database?

For the topic "how to create a MySQL/MariaDB database", first check the settings in phpMyAdmin, the database user and connection parameters.

You create the MariaDB/MySQL database in cPanel, then create a database user and give him permissions to this specific database. The CMS application needs a database name, user, password and database host.

If the application runs on the same hosting, the database host is usually local. A connection error most often means wrong password, lack of permissions or wrong database name.

282. How to create a database user?

For the topic "how to create a database user", first check the setting in phpMyAdmin, database user and connection parameters.

You create the MariaDB/MySQL database in cPanel, then create a database user and give him permissions to this specific database. The CMS application needs a database name, user, password and database host.

If the application runs on the same hosting, the database host is usually local. A connection error most often means wrong password, lack of permissions or wrong database name.

283. How to grant permissions to the database?

For the topic "how to grant permissions to the database", first check the settings in phpMyAdmin, the database user and connection parameters.

You create the MariaDB/MySQL database in cPanel, then create a database user and give him permissions to this specific database. The CMS application needs a database name, user, password and database host.

If the application runs on the same hosting, the database host is usually local. A connection error most often means wrong password, lack of permissions or wrong database name.

284. How to connect applications to the database?

For the topic "how to connect applications to the database", first check the setting in phpMyAdmin, the database user and the connection parameters.

You create the MariaDB/MySQL database in cPanel, then create a database user and give him permissions to this specific database. The CMS application needs a database name, user, password and database host.

If the application runs on the same hosting, the database host is usually local. A connection error most often means wrong password, lack of permissions or wrong database name.

285. How to connect to the database from outside?

Remote database connections, if available, should be limited to specific IP addresses. Opening the database widely to the Internet increases the risk of attacks.

286. Do we allow remote connections to the databases?

Remote database connections, if available, should be limited to specific IP addresses. Opening the database widely to the Internet increases the risk of attacks.

287. How to make a copy of the MySQL/MariaDB database?

For the topic "how to make a copy of the MySQL/MariaDB database", first check the settings in phpMyAdmin, the database user and the connection parameters.

You can make a copy of the database via phpMyAdmin, cPanel backup tools or SSH, if the account has such access. Before updating the CMS, store or large import, make a copy of the files and database.

When importing, pay attention to file size, encoding, engine version and timeouts. For large databases, import via SSH may be better.

288. How to make a copy of the database via SSH?

For the topic "how to make a database copy via SSH", first check the settings in phpMyAdmin, the database user and the connection parameters.

You can make a copy of the database via phpMyAdmin, cPanel backup tools or SSH, if the account has such access. Before updating the CMS, store or large import, make a copy of the files and database.

When importing, pay attention to file size, encoding, engine version and timeouts. For large databases, import via SSH may be better.

289. How to restore a copy of the database?

For the topic "how to restore a database copy", first check the settings in phpMyAdmin, database user and connection parameters.

You can make a copy of the database via phpMyAdmin, cPanel backup tools or SSH, if the account has such access. Before updating the CMS, store or large import, make a copy of the files and database.

When importing, pay attention to file size, encoding, engine version and timeouts. For large databases, import via SSH may be better.

290. How to import a database via phpMyAdmin?

For the topic "how to import a database via phpMyAdmin", first check the settings in phpMyAdmin, the database user and connection parameters.

You can make a copy of the database via phpMyAdmin, cPanel backup tools or SSH, if the account has such access. Before updating the CMS, store or large import, make a copy of the files and database.

When importing, pay attention to file size, encoding, engine version and timeouts. For large databases, import via SSH may be better.

291. How to export database via phpMyAdmin?

For the topic "how to export database via phpMyAdmin", first check the settings in phpMyAdmin, database user and connection parameters.

You can make a copy of the database via phpMyAdmin, cPanel backup tools or SSH, if the account has such access. Before updating the CMS, store or large import, make a copy of the files and database.

When importing, pay attention to file size, encoding, engine version and timeouts. For large databases, import via SSH may be better.

292. What to do with a row error in phpMyAdmin?

For the topic "what to do with row errors in phpMyAdmin", first check the setting in phpMyAdmin, the database user and the connection parameters.

We diagnose problems in phpMyAdmin, damaged tables and slow queries based on the error message, logs, table structure and slow query log. A slow page may be due to missing indexes, large tables, or plugins generating too many queries.

In the report, provide the database name, operation, error message and time of the problem.

293. What to do when phpMyAdmin does not allow you to create another database?

For the topic "what to do when phpMyAdmin does not allow you to create another database", first check the settings in phpMyAdmin, database user and connection parameters.

We diagnose problems in phpMyAdmin, damaged tables and slow queries based on the error message, logs, table structure and slow query log. A slow page may be due to missing indexes, large tables, or plugins generating too many queries.

In the report, provide the database name, operation, error message and time of the problem.

294. How to repair a corrupt MySQL/MariaDB table?

For the topic "how to repair corrupt MySQL/MariaDB tables", first check the setting in phpMyAdmin, database user and connection parameters.

We diagnose problems in phpMyAdmin, damaged tables and slow queries based on the error message, logs, table structure and slow query log. A slow page may be due to missing indexes, large tables, or plugins generating too many queries.

In the report, provide the database name, operation, error message and time of the problem.

295. Where to find database slow_log?

For the topic "where to find database slow_log", first check the setting in phpMyAdmin, database user and connection parameters.

We diagnose problems in phpMyAdmin, damaged tables and slow queries based on the error message, logs, table structure and slow query log. A slow page may be due to missing indexes, large tables, or plugins generating too many queries.

In the report, provide the database name, operation, error message and time of the problem.

296. How to analyze slow queries?

For the topic "how to analyze slow queries", first check the setting in phpMyAdmin, database user and connection parameters.

We diagnose problems in phpMyAdmin, damaged tables and slow queries based on the error message, logs, table structure and slow query log. A slow page may be due to missing indexes, large tables, or plugins generating too many queries.

In the report, provide the database name, operation, error message and time of the problem.

297. What is worth knowing about mariaDB 11?

MariaDB 11 and MySQL 8 are modern database engines used by web applications, CMS and stores. In the description, it is worth specifying application compatibility, performance, indexes, backup and requirements of specific CMS.

298. What is worth knowing about mySQL 8?

MariaDB 11 and MySQL 8 are modern database engines used by web applications, CMS and stores. In the description, it is worth specifying application compatibility, performance, indexes, backup and requirements of specific CMS.

299. When is a website problem due to the database and not PHP?

The website problem results from the database when errors indicate connection to the database, queries are slow, tables are damaged or the application only works after disabling a specific plug-in/module. Check access data, user permissions and application logs.

If the error is intermittent, provide occurrence times and URLs so that PHP logs, database and LVE limits can be compared.

300. How to diagnose a database connection error?

The website problem results from the database when errors indicate connection to the database, queries are slow, tables are damaged or the application only works after disabling a specific plug-in/module. Check access data, user permissions and application logs.

If the error is intermittent, provide occurrence times and URLs so that PHP logs, database and LVE limits can be compared.