Difference between revisions of "Phpmyadminmulti"

From SME Server
Jump to navigationJump to search
(Redirected page to PHPMyAdmin)
Tag: New redirect
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Languages|Phpmyadminmulti}}
+
#REDIRECT[[PHPMyAdmin]]
==Maintainer==
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
 
 
==Description==
 
Automatic installation of [http://www.phpmyadmin.net PHPMyAdmin] on SME Server.
 
 
 
[http://www.phpmyadmin.net PHPMyAdmin] can handle all MySQL database that are on SME Server.
 
 
 
==Installation==
 
 
 
wget <nowiki>"http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=296"</nowiki>
 
yum localinstall smeserver-phpmyadmin-multiuser-2.11.1-1.noarch.rpm
 
 
 
==Deinstallation==
 
 
 
yum remove smeserver-phpmyadmin-multiuser
 
 
 
==Utilisation==
 
You can access phpmyadmin interface by opening your web browser at the address:
 
https://[IP ou NOM]/myadmin
 
 
 
A login and a password is needed to connect.
 
By default, installation process create a user "admin" with "admin" as password.
 
 
 
'''Of course, the first thing you have to do, is to change it'''
 
 
 
If you have any problem to connect, launch both command at command line as root user:
 
 
 
mysql --execute="grant all privileges on *.* to admin@localhost identified by 'admin' WITH GRANT OPTION"
 
mysql --execute="flush privileges"
 
 
 
==Settings==
 
By default, installation process limit access at phpmyadmin to local network.
 
 
 
To enable phpmyadmin to be access from internet and local network :
 
 
 
db configuration setprop phpmyadminmulti access public
 
signal-event console-save
 
 
 
To limit access to local network :
 
 
 
db configuration setprop phpmyadminmulti access private
 
signal-event console-save
 
 
 
 
 
==Additional information==
 
*[http://www.phpmyadmin.net PHPMyAdmin website]
 
----
 
[[Category: Contrib]]
 
[[Category: Administration]]
 

Latest revision as of 07:28, 18 April 2021

Redirect to: