Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/conv.sh
diff options
context:
space:
mode:
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 ' |