Tag Archives: MySql

MySql XML Import Primer Tutorial

MySql is a brilliant database especially when it teams up with its partner in Web excitement … PHP. It also is very friendly with the XML protocol, and, like a lot of other database engines integrates XML into its language. … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , | Leave a comment

MySql Join versus Subquery and Having Primer Tutorial

Below we have some MySql (but it is very generic in its ideas … particularly if you get rid of the `s), using phpMyAdmin, showing a table Join versus the same functionality using a Subquery approach, then each of these … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , | 26 Comments

EasyPHP Windows Framework for PHP/MySql Tutorial

Are you writing PHP with MySql bits, as well, maybe? Wonderful! Do you have a testing environment, or do you load everything live straight away? For simple things, the latter is tempting, but it is not great, and for complex … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | 6 Comments

MySql Database Copy Tutorial

Do you own a sizable website that uses data? A lot of people reading will be nodding. What do you figure differentiates your website and its presence? . . . . . . The Data! Quite so … lots of … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , | Leave a comment

PHP and MySql via MAMP Primer Tutorial

PHP is a server-side language hankering to do database and file management at the server? Unfortunately this can not be done with a handkerchief alone, as you will also need a database like MySql. What else is needed? A framework … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | 1 Comment

SQL in MySql Primer Tutorial

Transcript: SQL is a language designed to find and create and update and delete information from a database. Each of the database products such as MySql, SQL Server, Oracle, Access, Advantage and DB2 have their own form of SQL. In … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , | 1 Comment

MAMP Mac Framework for PHP/MySql Tutorial

Transcript: Are you writing PHP with MySql bits, as well, maybe? I like your style! Do you have a testing environment, or do you load everything live straight away? For simple things, the latter is tempting, but it is not … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , | Leave a comment

phpMyAdmin interface to MySql and PHP Primer Tutorial

Transcript: You never hear much about the data when you hear about great PHP products, but we all know it is the data that differentiates the quality of the end result. That is probably because database products like MySql, SqlServer, … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , | Leave a comment