|
May 27
2011
|
PHPMYADMIN DataPosted by bohemia in Untagged |
|
PHPMYADMIN allows you to use, alter, add, modify, create, delete and dump databases just as though you could with the mysql command prompt.
If you use phpmyadmin, you may often use it to access data. You may access data for content management systems such as Joomla, or stand-alone PHP scripts. Using phpmyadmin is fast. When accessing data with phpmyadmin, you can sort queries by order descending (most recent first) or order ascending (oldest first). Otherwise, you can always run a search query with SQL; such SELECT * from posts where username=username;
If you use phpmyadmin, you may often use it to access data. You may access data for content management systems such as Joomla, or stand-alone PHP scripts. Using phpmyadmin is fast. When accessing data with phpmyadmin, you can sort queries by order descending (most recent first) or order ascending (oldest first). Otherwise, you can always run a search query with SQL; such SELECT * from posts where username=username;
