From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- srcs/phpmyadmin/doc/html/_sources/other.txt | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcs/phpmyadmin/doc/html/_sources/other.txt (limited to 'srcs/phpmyadmin/doc/html/_sources/other.txt') diff --git a/srcs/phpmyadmin/doc/html/_sources/other.txt b/srcs/phpmyadmin/doc/html/_sources/other.txt new file mode 100644 index 0000000..98d1dca --- /dev/null +++ b/srcs/phpmyadmin/doc/html/_sources/other.txt @@ -0,0 +1,32 @@ +Other sources of information +============================ + +Printed Book +------------ + +The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin for +Effective MySQL Management by Marc Delisle. You can get information on that +book and other officially endorsed `books at the phpMyAdmin site`_. + +.. _books at the phpMyAdmin site: https://www.phpmyadmin.net/docs/ + +Tutorials +--------- + +Third party tutorials and articles which you might find interesting: + +Česky (Czech) ++++++++++++++ + +- `Seriál o phpMyAdminovi `_ + +English ++++++++ + +- `Having fun with phpMyAdmin's MIME-transformations & PDF-features `_ +- `Learning SQL Using phpMyAdmin (old tutorial) `_ + +Русский (Russian) ++++++++++++++++++ + +* `Russian server about phpMyAdmin `_ -- cgit