Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/conv.sh
diff options
context:
space:
mode:
authorAssim <assim@localhost.localdomain>2008-07-27 21:34:19 (GMT)
committer Assim <assim@localhost.localdomain>2008-07-27 21:34:19 (GMT)
commit09bf218f51a3586a34ec6a3a25b23ec1d00f18da (patch)
tree4220f5c1d3efa1c5f12d6423706f7a28f1253445 /conv.sh
parent421881b00310f3aa540be1a700e38a3921a13fbd (diff)
phoneme support + bug fixes + GUI modified
Diffstat (limited to 'conv.sh')
-rwxr-xr-x[-rw-r--r--]conv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conv.sh b/conv.sh
index 8f8a9f4..55f1874 100644..100755
--- a/conv.sh
+++ b/conv.sh
@@ -10,7 +10,7 @@
rm $1.db
fi
- mysqldump -h 10.250.100.69 -u assim -p --compact --compatible=ansi --default-character-set=binary $1 |
+ mysqldump -h 192.168.145.1 -u AI -p --compact --compatible=ansi --default-character-set=binary $1 |
grep -v ' KEY "' |
grep -v ' UNIQUE KEY "' |
grep -v ' PRIMARY KEY ' |