New: mysqltoolsAll contenthive-129948krhive-196917zzansteemhive-166405hive-183959hive-180932hive-185836photographyuncommonlabhive-183397hive-150122hive-144064hive-101145hive-188619krsuccessbitcoinhive-184714hive-145157hive-193637hive-139150hive-103599hive-180301hive-109690TrendingNewHotLikersfederico-r (37)in mysql • 25 days agoHow to Rename a MySQL DatabaseWhen working with MySQL databases, you may encounter the need to change a database name. However, MySQL no longer supports a direct renaming option. The RENAME DATABASE command, available in earlier…federico-r (37)in mysql • last monthExplore the Power of dbForge Tools for MySQL and MariaDBIf you're working with MySQL or MariaDB, having the right tools for development and administration can make all the difference. Designed for database developers, architects, DBA, analysts, DevOps…federico-r (37)in mysql • 2 months agoHow to Restore a MySQL Database with Command Line or Restore ToolsThere may be situations when data gets lost or corrupted, for example, when users accidentally deleted or overwrote data. For these reasons, it is recommended to make a backup on a regular basis.…federico-r (37)in mysql • 8 months agoTune Performance using MySQL Query EXPLAIN PlanMySQL EXPLAIN plan helps you understand how MySQL queries are executed and what indexing techniques are better for running queries efficiently. The EXPLAIN plan is a handy statement, especially when…federico-r (37)in mysql • 8 months agoHow to Add, Show, and Drop MySQL Foreign KeysWhat is a foreign key in MySQL? We’ll start with the definition. A foreign key is a column or a group of columns that allow cross-referencing related data across tables in a database. A foreign key…federico-r (37)in mysql • 8 months agoDetailed comparison of phpMyAdmin and dbForge Studio for MySQLphpMyAdmin is one of those go-to solutions that are always guaranteed to make it to nearly every list of top database tools dealing with the management and administration of MySQL and MariaDB…federico-r (37)in mysql • 9 months agoHow to Remove Duplicate Rows in MySQLCan it happen that the data stored in databases include identical records? Yes, it happens frequently. However, having duplicate records in databases is a scenario that should be avoided. Duplicates…federico-r (37)in mysql • 2 years agoWhat is MySQL: Tutorial Guide for BeginnersThe video is about the world of databases, the importance of MySQL and the various tools and features that make it one of the most popular database management systems -federico-r (37)in mysql • 2 years ago15 Best MySQL GUI Clients for macOSThere are plenty of top-level MySQL tools for your Mac right around the corner. To facilitate your search, we have prepared and reviewed a handy selection for you - most of the following tools are…