Difference between revisions of "Phpmyadminmulti"

From SME Server
Jump to navigationJump to search
(New page: {{Languages|OsCommerce}} =phpmyadmin-multiuser for SME 7.x= ==Mainteneur== Michel Van hees<br/> ==Description== Automatic installation of [[http://www.phpmyadmin.ne...)
 
(20 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Languages|OsCommerce}}
+
{{Languages|Phpmyadminmulti}}
=phpmyadmin-multiuser for SME 7.x=
 
 
 
==Mainteneur==
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
 
 
==Description==
 
Automatic installation of [[http://www.phpmyadmin.net phpmyadmin]] on SmeServer.
 
 
 
[[http://www.phpmyadmin.net phpmyadmin]] can handle all MySQL database that are on SmeServer.
 
 
 
  
 
==Installation==
 
==Installation==
  
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=296"
+
Since SME8 you can use the smeserver-phpmyadmin contrib to have a mysql user based access. As a result smeserver-phpmyadminmulti is deprecated. Thank you to [[User:MasterSleepy|Michel Van hees]] for its initial idea in creating this contrib.
yum localinstall smeserver-phpmyadmin-multiuser-2.10.2-1.noarch.rpm
 
 
 
 
 
==Désinstallation==
 
 
 
rpm -e 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"
 
 
 
 
 
==Informations additionnelles==
 
*[http://www.phpmyadmin.net Site web]
 
 
 
''Michel Van hees (MasterSleepy)''
 
  
 +
information : [[PHPMyAdmin]]
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Administration]]

Revision as of 19:58, 22 June 2013


Installation

Since SME8 you can use the smeserver-phpmyadmin contrib to have a mysql user based access. As a result smeserver-phpmyadminmulti is deprecated. Thank you to Michel Van hees for its initial idea in creating this contrib.

information : PHPMyAdmin