~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to res/mysql.profiles/Windows_x64_(MySQL_5.1_x86_Installer_Package).xml

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<data>
 
4
    <value type="dict">
 
5
    <value type="string" key="sys.config.path">%ProgramFiles(x86)%\MySQL\MySQL Server 5.1\my.ini</value>
 
6
    <value type="string" key="sys.config.section">mysqld</value>
 
7
      
 
8
    <value type="string" key="sys.mysqld.start">sc start mysql</value>
 
9
    <value type="string" key="sys.mysqld.stop">sc stop mysql</value>
 
10
    <value type="string" key="sys.mysqld.status">sc query mysql | wba_filter(RUNNING)</value>
 
11
    <value type="string" key="sys.mysqld.service_name">MySQL</value>
 
12
 
 
13
    <value type="int" key="sys.usesudo">1</value>
 
14
    <value type="int" key="sys.usesudostatus">0</value>
 
15
    <value type="string" key="sys.sudo"></value>
 
16
 
 
17
    <value type="string" key="sys.system">Windows</value>
 
18
    <value type="string" key="serverVersion">5.1</value>
 
19
  </value>
 
20
</data>
 
21