summaryrefslogtreecommitdiff
path: root/community/mysql-workbench/ArchLinux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'community/mysql-workbench/ArchLinux.xml')
-rw-r--r--community/mysql-workbench/ArchLinux.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/community/mysql-workbench/ArchLinux.xml b/community/mysql-workbench/ArchLinux.xml
new file mode 100644
index 000000000..821490739
--- /dev/null
+++ b/community/mysql-workbench/ArchLinux.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+
+<data>
+ <value type="dict">
+ <value type="string" key="sys.config.path">/etc/mysql/my.cnf</value>
+ <value type="string" key="sys.config.section">mysqld</value>
+
+ <value type="string" key="sys.mysqld.start">/etc/rc.d/mysqld start</value>
+ <value type="string" key="sys.mysqld.stop">/etc/rc.d/mysqld stop</value>
+ <value type="string" key="sys.mysqld.status">ps -C mysqld -o pid=</value>
+ <value type="int" key="sys.usesudo">1</value>
+ <value type="int" key="sys.usesudostatus">0</value>
+ <value type="string" key="sys.sudo">/usr/bin/sudo -p EnterPasswordHere /bin/sh -c</value>
+
+ <value type="string" key="sys.system">Linux</value>
+ <value type="string" key="serverVersion">5.5</value>
+ </value>
+</data>