User Tools

Site Tools


php_-_mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
php_-_mysql [2016/05/10 15:54]
mh created
php_-_mysql [2016/05/24 15:42] (current)
mh
Line 1: Line 1:
 [[http://​dev.mysql.com/​doc/​world-setup/​en/​]] [[http://​dev.mysql.com/​doc/​world-setup/​en/​]]
 +
 +installieren mit dem phpmyadmin
 +
 +XAMPP Control Panel => Shell 
 +
 +> mysql -u root
 +
 +MariaDB [(none)]>​ GRANT ALL PRIVILEGES ON world.* TO world@localhost IDENTIFIED BY '​world'​ WITH GRANT OPTION;
 +
 +[[get-country-info]]
 +
 +[[get-countries-by-continent]]
 +
 +[[display-table]]
 +
 +[[php + jquery + Ajax]]
 +
 +[[simple CRUD]]
 +
 +[[OO + phpunit]]
 +
 +[[wie geht es weiter]]
php_-_mysql.1462888453.txt.gz ยท Last modified: 2016/05/10 15:54 by mh