New: mysqlAll contenthive-129948krhive-196917zzansteemhive-183959hive-185836hive-180932hive-150122hive-166405hive-144064uncommonlabphotographyhive-188619hive-183397hive-101145hive-145157bitcoinhive-193637hive-184714krsuccesslifehive-181136hive-109690hive-113376TrendingNewHotLikersfederico-r (37)in mysql • 11 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 • 24 days agoExplore 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 • 27 days agoHow to Migrate MySQL Database to Amazon RDS or AuroraAmazon cloud storage offers a scalable and secure way to keep and access data across multiple devices. As to Amazon RDS (Relational Database Service), it provides automated backups, software…federico-r (37)in mysql • last monthHow to Check MySQL VersionWhy do you need to know your MySQL version? In some situations, it is critical to know what the current MySQL version is as particular features might not be compatible with your system. Also, the…federico-r (37)in mysql • last monthHow 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 • last monthCheck History of Executed Queries in MySQL Easily!The MySQL Query History feature in powerful MySQL IDE - dbForge Studio helps developers and DBAs track past queries, troubleshoot issues, and optimize performance. It provides quick access to…federico-r (37)in mysql • 2 months agoMySQL INSERT Statement – Inserting Rows Into a TableThe INSERT statement is used to add data to a table. The INSERT INTO command inserts one or multiple rows into a MySQL table. Depending on the number of rows you want to add, the syntax slightly…federico-r (37)in mysql • 2 months agoHow to Enable, Configure, and Use MySQL Query LoggingWhat is the purpose of query logging in MySQL? Why is it important? How do you enable and configure it? This article addresses these questions and more. You will find a detailed guide on how to use…federico-r (37)in mysql • 2 months agoMySQL INT (INTEGER) Data Types With Different ExamplesIn MySQL, INTEGER (INT) is a numeric value without a decimal. It defines whole numbers that can be stored in a field or column. In addition, MySQL supports the display_width attribute (for example…krishu-g (77)in mssql • 3 months agoUnderstanding the Key Differences Between MySQL and MSSQLIn the database world, MySQL and Microsoft SQL Server (MSSQL) are two of the most widely used database management systems. Both systems serve similar functions: managing and storing data in…federico-r (37)in mysql • 3 months agoEnhance MySQL and MariaDB Workflow With the Latest dbForge EdgeDevart has announced the release of dbForge Edge (v3.1), a comprehensive multidatabase solution that empowers users with a suite of powerful tools designed to streamline database management…federico-r (37)in mysql • 3 months agoBoost Your Database Efficiency: dbForge Studio for MySQL v10.1 and Mini-Tools Deliver New FeaturesDevart has released an updated product line of dbForge Tools for MySQL v10.1, including dbForge Studio for MySQL – an all-in-one solution for MySQL and MariaDB database development, design…fombae (74)in dynamicdevs-s20w3 • 3 months agoSEC S20W3|| Introduction to PHP Part -1Greetings Steemit friends What's the full meaning of PHP? PHP: Hypertext Preprocessor. What type of language is PHP? PHP is a server-side scripting language most used for web development.…federico-r (37)in mysql • 3 months agoMySQL CLI (Command-Line Interface): How to Get Started With MySQL Database ManagementThe article provides a detailed guide on MySQL Command Line Client and shares useful tips on how to download, install, and get started with it. Read in full to learn: What is a MySQL client…fombae (74)in dynamicdevs-s20w2 • 3 months agoSEC S20W2 || Databases and SQL language - Part 2Greetings Steemit friends Exercise 1 Alter: Outlier Update, Select, Insert: Data Query and Manipulation Language Desc: Outlier Max, Sum, Avg: Query Functions Count: Outlier Between…federico-r (37)in mysql • 3 months agoMySQL Performance Monitoring Tools and the Most Important Metrics to MonitorGuaranteeing smooth and effective database performance is one of the core aspects for any business and company no matter how large or small they are. Thus, getting a comprehensive insight into…fombae (74)in dynamicdevs-s20w1 • 3 months agoSEC S20W1 || Databases and SQL language - Part 1Greetings Steemit friends Exercise 1: *For each of the following statements, validate each proposition by putting the letter V if it is correct or F if it is incorrect. A column…federico-r (37)in mysql • 3 months agoHow to Copy Table in MySQL: Duplicate Structure, Data, and Indexes CorrectlyCopying tables in MySQL is a routine operation performed by DBAs, developers, and analysts dozens of times a day for various reasons and with various purposes. In this tutorial, we provide a…federico-r (37)in mysql • 4 months agoMySQL Administration GUI Tool to Make Your Work EfficientdbForge Studio is a MySQL IDE by Devart that provides a highly versatile feature set to help database administrators and developers manage MySQL and MariaDB databases safely and effortlessly.…federico-r (37)in mysql • 4 months agoExport MySQL data to CSV: Comprehensive tutorial & best practicesCSV is one of the most versatile data formats that is widely used to exchange structured data between different applications. The convenience of CSV lies in simplicity. CSV files contain plain text…