User Tools

Site Tools


geda:gparts_ii

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
geda:gparts_ii [2012/02/22 18:34]
kokr [Building GParts from Source] gpleda -> geda-project
geda:gparts_ii [2012/10/25 09:03]
vzh Removed forgotten </xterm>
Line 25: Line 25:
  
 ==== MySQL ==== ==== MySQL ====
-In order to use MySQL, the packages listed below must be installed. ​ The +In order to use MySQL, the packages listed below must be installed. ​ The
 mysql-server package may not be required if configured to use a remote server. mysql-server package may not be required if configured to use a remote server.
  
Line 133: Line 133:
   mysql> create database GParts;   mysql> create database GParts;
   mysql> use GParts;   mysql> use GParts;
-  mysql> grant all privileges on *.* to '​user'​@'​localhost'​ identified by '​password';​</​xterm>​+  mysql> grant all privileges on *.* to '​user'​@'​localhost'​ identified by '​password';​
  
 After creating the database, the base tables and part-specific tables must be After creating the database, the base tables and part-specific tables must be
Line 218: Line 218:
  
   $ xsltproc convert.xml ../​../​tmp/​rhom-discretes.xml | sqlite3 sample.db   $ xsltproc convert.xml ../​../​tmp/​rhom-discretes.xml | sqlite3 sample.db
 +
geda/gparts_ii.txt ยท Last modified: 2014/04/12 19:22 by rlutz