mysql

MySQL () is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the abbreviation for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.
MySQL is free and open-source software under the terms of the GNU General Public License, and is also available under a variety of proprietary licenses. MySQL was owned and sponsored by the Swedish company MySQL AB, which was bought by Sun Microsystems (now Oracle Corporation). In 2010, when Oracle acquired Sun, Widenius forked the open-source MySQL project to create MariaDB.MySQL has stand-alone clients that allow users to interact directly with a MySQL database using SQL, but more often, MySQL is used with other programs to implement applications that need relational database capability. MySQL is a component of the LAMP web application software stack (and others), which is an acronym for Linux, Apache, MySQL, Perl/PHP/Python. MySQL is used by many database-driven web applications, including Drupal, Joomla, phpBB, and WordPress. MySQL is also used by many popular websites, including Facebook, Flickr, MediaWiki, Twitter, and YøùTùbé.

You do not have permission to view the full content of this post. Log in or register now.
  1. K

    Closed Notice me

    Senpai my revision ako sa website ko my forum kase yun. Ang gusto nila kapag my nag post ng comment or topic na my mura na words magiging asterisk. Im using mysql and html tapos wamp gamit ko nadatabase. Wala kase ako makita sa google. Haha. Oo wala. Oh tamad lang ako mag hanap. Pero anyways...
  2. B

    Closed How to display another dropdownlist based on dropdownlist in mysql database table (multiple table)

    Guys, pa help naman sa problema ko, php language gamit ko. Gusto ko sana mag query database: design: gusto ko sanang palabasin ang subject sa dropdownlist na nakabase sa dropdownlist na course, pero ang database ko ay maraming course at iba2 ang subject. Sana po may makatulong.
  3. F

    Closed Database connection error

    may kakaupload po kaming website, pag pinupuntahan po namin ang isang page may error po na ganito: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) ano po kaya ang problem sa ganitong error? salamat po sa makakatulong!!! Reason: Mali lang pala yung...
  4. A

    Closed Joins

    help anong klaseng join ang gamitin ko dito para yung units table ayy ma link sa main table .. SOLVED thanks phc
  5. A

    Closed Alter table

    hello PHC pa help ako ano gamit code for sql command line .. ano rin po ang code sa commandline na mag lilink sa table sa isang main table SOLVED
  6. N

    Closed Dbms!!

    May mga mahuhusay po ba dito sa Database Management System? Pahingi naman po ng tips to create an effective model. MySQL po gamit namin. Salamat po! PS: Madami pa po akong gustong itanong hahaha
  7. S

    Closed Vb6 and mysql basic database connection (with additional simple crud project)

    Hello guys, may nakita akong mga threads dito na nanghihingi ng sample kung pano mag connect sa MySQL database using VB6. This procedure can also be used in VB.NET, but of course there will be some small differences on integrating them. First things first: You need to download the ff. 1.)...
  8. F

    Closed (webdev)may nakagawa na ba ng long polling dito?

    Good Day mga ka PH, ask ko lang kung merong nakakaalam kung paano gumawa at concepts ng long polling kailangan ko kasi sa thesis ko. Ang scenario kasi ay gusto ko mag implement ng push notifications tsaka online voting sa website na dinedevelop ng grupo namin. Pa help naman po...
  9. 1

    Closed Replace your "like" command in mysql to "rlike"

    replace your "like" command in Mysql to "Rlike"
  10. N

    Closed Php & mysql essential training - android apps essential training

    If you want to create a website using PHP & MySQL or create Android Applications. I want to share this tutorial guys sana makatulong lalo na yong mga students. Nasa pinaka baba ng page ang download links. Pasensiya na wala pang Java Tutorial as of now. Password: noob143 http://tonsantos.com
  11. V

    Closed Need Help... About Sha1?

    Meron akong 2 PHP files paano ba maimplement yung sha1 sa mysql balak ko nalang kasing palitan yung login details.... Eto yung gusto ko baguhin: const admin_user = 'nimda'; const admin_pass = 'df4044de3cf4f69e87974bc740f6a9b80554f51e'; // sha1(user + password + salt) const admin_salt =...
  12. M

    Closed Pano po mag upload ng imag/picture sa mysql database!!! HELP po

    sino po nakaka alam kung panu po mag upload ng image/picture sa mysql database need help po
  13. J

    Gumagawa ng thesis,system at projects.

    Sa mga papagawa po ng thesis o system jan, pasok kayo dito. email me po sa mga interested mgpagawa. Or yung may mga tanung po sa amount ng system you can ask from me po. rico.freelancer@gmail.com
  14. I

    Closed daily sales, inventory, cash register. normal printer (epson l800)

    pa help naman, penge naman pwedeng i-modify na system about daily cash register, inventory, daily sales. kahit na simple lang po. at yung nag pprint sa normal printer like epson L800. any language po salamat po
  15. D

    Help Mysql database relationship

    sino pong nakakaalam kung anu ang nangyayari dito sa relation ship na ito, yung kung saan nakakonek at yung meaning ng bawat icon sa gilid, salamat
  16. D

    Closed Learn how to code from basic to hard coding

    Treehouse: HTML, CSS, PHP, JS, and Python Development Courses Check out all the topics Treehouse has to offer: CSS3, HTML5, Ruby, JavaScript, iOS, Photoshop, and more. Learn to Code - for Free | Codecademy Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can...
  17. D

    Tutorial Installing apache2 with php5 and mysql support on ubuntu 12.10 (lamp)

    LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname...
Back
Top