Revision [696]

Last edited on 2008-08-07 14:20:51 by FsseInfo
Additions:
==Re-Configure==
==Multiple DBs==
PhpMySqlAdminMultipleDbs
==Search all database tables and all columns for a value==
PHPMyAdmin has a great feature that allows you to search all database tables and all columns for a value !
Run PHPMyAdmin
Choose a database
Click on the Search tab
Search in database :
Word(s) or value(s) to search for (wildcard: "%"):
and you can choose to search any/all tables in the database
Deletions:
==Configuration for multiple MySQL servers (Xubuntu)==
To be able to see/access multiple MySQL servers you must manually edit /etc/phpmyadmin/config.inc.php
# vi /etc/phpmyadmin/config.inc.php
and immediately before
$i=0
insert the line
$cfg['ServerDefault'] = 0;
ONLY then will you see a list of servers to choose from on the mysqladmin page
==reconfiguring==


Revision [246]

Edited on 2006-11-09 10:53:08 by FsseInfo
Additions:
You can manually edit or use http://localhost/phpmyadmin/scripts/setup.php to autogenerate phpmyadmin/config/config.inc.php
First goto http://localhost/phpmyadmin/scripts/setup.php and enter your mysql servername, name & password
Then click Save to autogenerate phpmyadmin/config/config.inc.php
Goto http://localhost/phpmyadmin/index.php and choose a server
you should then get a list of databases on that server
Deletions:
You manually edit or use http://localhost/phpmyadmin/scripts/setup.php to autogenerate phpmyadmin/config/config.inc.php
First goto http://localhost/phpmyadmin/scripts/setup.php
and enter your mysql name & password etc then click Save to autogenerate phpmyadmin/config/config.inc.php
Goto http://localhost/phpmyadmin/index.php


Revision [245]

Edited on 2006-11-09 10:50:52 by FsseInfo
Additions:
You manually edit or use http://localhost/phpmyadmin/scripts/setup.php to autogenerate phpmyadmin/config/config.inc.php
First goto http://localhost/phpmyadmin/scripts/setup.php
and enter your mysql name & password etc then click Save to autogenerate phpmyadmin/config/config.inc.php
To be able to see/access multiple MySQL servers you must manually edit /etc/phpmyadmin/config.inc.php
After running http://localhost/phpmyadmin/scripts/setup.php and choosing configuration LOAD, updating your settings and configuration SAVE to update phpmyadmin/config/config.inc.php you must
Deletions:
Goto http://localhost/phpmyadmin/scripts/setup.php and enter your mysql name & password etc
Then click Save to generate /etc/phpmyadmin/config.inc.php
To be able to see/access multiple MySQL servers
autogenerated by http://localhost/phpmyadmin/scripts/setup.php so i would be worried that you may lose
any changes you make in that file so i recommend you go ahead and manually edit it
http://localhost/phpmyadmin/index.php
After running http://localhost/phpmyadmin/scripts/setup.php and choosing configuration LOAD, updating your settings and configuration SAVE
to update phpmyadmin/config/config.inc.php you must


Revision [244]

Edited on 2006-11-09 10:45:13 by FsseInfo
Additions:
To be able to see/access multiple MySQL servers
# vi /etc/phpmyadmin/config.inc.php
and immediately before
$i=0
==reconfiguring==
After running http://localhost/phpmyadmin/scripts/setup.php and choosing configuration LOAD, updating your settings and configuration SAVE
to update phpmyadmin/config/config.inc.php you must
# touch phpmyadmin/config.inc.php
otherwise the new config is NOT loaded into phpmyadmin because of some bizare apache/php/phpmyadmin caching !
Deletions:
To be able to see/access multiple MySQL servers I suggest you ignore the warning
in /var/www/phpmyadmin/config.inc.php
%%(php)
/**
* Please, do not edit this file. The configuration file for Debian system
* is located at /etc/phpmyadmin directory.
*/
while it IS true that there is a file in /etc/phpmyadmin/config.inc.php this seems to be managed and
# vi /var/www/phpmyadmin/config.inc.php
and immediately after
// Load user's local config
include('/etc/phpmyadmin/config.inc.php');


Revision [230]

Edited on 2006-10-05 13:02:18 by FsseInfo
Additions:
{{image alt="phpmysqladmin" title="phpmysqladmin" url="http://static.flickr.com/92/260644707_6292984a6d_m.jpg" link="http://www.flickr.com/photos/fsse-info/260644707/"
}}
{{image alt="phpmysqladmin" title="phpmysqladmin" url="http://static.flickr.com/91/261561053_fe6e862204_m.jpg" link="http://www.flickr.com/photos/fsse-info/261561053/"
}}


Revision [229]

The oldest known version of this page was created on 2006-10-05 12:52:00 by FsseInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki