-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.sqlbuddy
61 lines (42 loc) · 1.94 KB
/
README.sqlbuddy
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
SQL Buddy - Web based MySQL administration
http://www.sqlbuddy.com/
2008 Calvin Lough <http://calv.in>
INTRODUCTION
SQL Buddy is open source! Use of the application is governed by
a MIT license - see LICENSE file for details.
CHANGELOG
A list of changes made in this version is available online
at http://www.sqlbuddy.com/releasenotes/
INSTALLATION
To start using SQL Buddy take the folder of unzipped files and
ftp them to your server. I would recommend placing them in a
folder such as http://www.yourserver.com/sqlbuddy/. But in
reality, it shouldn't matter where you put them or what you call
the folder.
If you are interested, there is a few variables in config.php that you
can change if you want to customize your installation. It is totally
optional, and your setup will work just fine if you leave the values at
their defaults.
UPGRADING
To upgrade SQL Buddy, its probably best to delete the old version then
unzip the new version in its place.
TRANSLATIONS
SQL Buddy now has an online hub for translations. It allows a group
of people to collaborate together on a translation. The address is
http://www.sqlbuddy.com/translations/. If you have any questions about working
on a translation, feel free to contact me using the form on the website.
KEYBOARD SHORTCUTS
There is a bunch of keyboard shortcuts available to speed up things like
navigating through results, editing rows, etc. A list of shortcuts is
available on the home tab after you login. If you find the shortcuts
annoying and would like to disable them, there is a line in main.js that you
can disable. Its about 50 lines down, and I have left a comment indicating
which line you need to comment out.
HELP
If you need help, first check http://www.sqlbuddy.com/help/
As I answer questions, I will add the answers to that page
for everyone to read.
If you are still having trouble, you can contact me by using
the form at http://www.sqlbuddy.com/contact/
Thanks for your support,
Calvin