Changes between Version 41 and Version 42 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
09/09/10 09:44:17 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v41 v42  
    3333For Windows try this binary:
    3434 * http://www.thescotties.com/mysql-python/test/MySQL-python-1.2.3c1.win32-py2.6.exe
     35
     36== Configuration ==
     37
     38You can store the MySQL password for easy access:
     39{{{
     40vim ~/.my.cnf
     41[client]
     42user=root
     43password=my_password
     44}}}
     45
    3546=== Create the database ===
    3647Database should be created within MySQL before Web2Py can see it to add the relevant tables: