About 50 results
Open links in new tab
  1. licensing - Can I use MySql for free on my machine for developing …

    Apr 28, 2012 · I have one query related to mysql licensing. I am developing a desktop application for commercial purpose and using mysql community server (5.0) as backend database server. …

  2. Is it legal to using MySQL in commercial environment?

    Oct 28, 2015 · MySQL itself is open source and can be used as a standalone product in a commercial environment. If you're running mySQL on a web server, you are free to do so for …

  3. is it a good practice to use mysql_free_result ($result)?

    Here is what it says: mysql_free_result () only needs to be called if you are concerned about how much memory is being used for queries that return large result sets. All associated result …

  4. MySQL command line client for Windows - Stack Overflow

    Feb 14, 2013 · Is there any nice command line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big …

  5. php - MYSQL_FREE_RESULT How to properly use? - Stack Overflow

    1 mysql_free_result () only needs to be called if you are concerned about how much memory is being used for queries that return large result sets. All associated result memory is …

  6. I thought MySQL was free - Stack Overflow

    May 20, 2015 · I've always thought MySQL was a free database, but when I look at their site, all editions costs (plenty of) money. Isn't there a free MySQL database for enterprise use?

  7. sql - Why did my free disk space decrease after deleting some …

    Jul 18, 2019 · 1 Removing rows is not a guaranteed way to reclaim free disk space. MySQL tends to store data for tables in a single file, or one file per disk. Generally it just marks rows in this …

  8. Is MySQL still a good choice for a free/open source database?

    Sep 9, 2010 · MySQL was already in trouble before Oracle bought SUN, development of version 6.0 was canceled, just like version 5.4. Version 5.1 is supported until the end of this year, 2010 …

  9. MySQL maximum memory usage - Stack Overflow

    MySQL's maximum memory usage very much depends on hardware, your settings and the database itself. Hardware The hardware is the obvious part. The more RAM the merrier, faster …

  10. php - Warning: Unknown: 1 result set (s) not freed. Use mysql_free ...

    Aug 13, 2021 · Warning: Unknown: 1 result set (s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query () in Unknown on line 0 Asked 4 years, 5 …