-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
45 lines (28 loc) · 1.22 KB
/
Copy pathREADME
File metadata and controls
45 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
MySQL Manager - Gnome GUI
===========================
Simple tool for managing MySQL database. Features include managing
databases, users, and permissions. The tool is written using pygtk,
python-gnome, and python-mysqldb.
Why use mysql manager?
------------------------
I wrote this tool when I was working with Ruby on Rails, and
Drupal. These require MySQL databases, but constantly creating and
removing databases and users from command line was, and still is, a
hustle. This tool is intended for easy management of MySQL databases
and users, and it does this task well (am I being bias?).
Using mysql manager
---------------------
Read INSTALL for installation and starting instructions. There is a
usage tutorial on the project wiki website:
http://rouslan.stikipad.com/mysql/show/UserManual
Error handling
----------------
When an error occurs, the user is notified via an error dialog. There
are no undo, backup, or restore options.
Reporting bugs
----------------
If you find a bug in MySQL Manager, or would like to suggest
(implement, maybe?) a feature, please file a bug at:
http://code.google.com/p/gnome-mysql-manager/issues/list
Rouslan Solomakhin
2006-10-23