From bd597559488fa6ec6c1fa19735e5ccf998ff8f74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?=
Documentation warning: when you see in this
- document a .php3 file extension, please transpose to .php
+ document a .php3 file extension, please transpose to .php
if you are using a kit with files having this extension.
Quick Install:
- Note that if you try login to phpMyAdmin with this "controluser",
- you could get some errors, depending the exact privileges you gave to
- the "controluser". phpMyAdmin does not support a direct login
- with the "controluser".
+ Note that if you try login to phpMyAdmin with this
+ "controluser", you could get some errors, depending the exact
+ privileges you gave to the "controluser". phpMyAdmin does not
+ support a direct login with the "controluser".
- In versions before 2.2.5, those were called stduser/stdpass.
+ In versions before 2.2.5, those were called
+ "stduser/stdpass".
@@ -548,8 +549,8 @@
- Note that controluser must have SELECT, INSERT
- and DELETE privileges on the bookmark table.
+ Note that controluser must have SELECT,
+ INSERT and DELETE privileges on the bookmark table.
Here is a query to set up those privileges (using "pma" as
the controluser:
GRANT SELECT,INSERT,DELETE ON <bookmarkdb>.<bookmarktable> to 'pma'@localhost;
@@ -1122,14 +1123,14 @@
For RedHat users, Harald Legner suggests this on the mailing list:
- On my RedHat-Box the socket of mysql is /var/lib/mysql/mysql.sock. In your
- php.ini you will find a line
+ On my RedHat-Box the socket of mysql is /var/lib/mysql/mysql.sock.
+ In your php.ini you will find a line
- mysql.default_socket = /tmp/mysql.sock
+ mysql.default_socket = /tmp/mysql.sock
change it to
- mysql.default_socket = /var/lib/mysql/mysql.sock
+ mysql.default_socket = /var/lib/mysql/mysql.sock
Then restart apache and it will work.
@@ -1280,8 +1281,8 @@
Starting with 2.2.5, in the user management page, you can enter a wildcard
database name for a user, and put the privileges you want. For example,
- adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER would
- let a user create/manage his/her database(s).
+ adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
+ would let a user create/manage his/her database(s).