close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 16, 2009, 1:25:51 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v37
|
v38
|
|
102 | 102 | OLD: > sudo apt-get install mysql-server mysql-python |
103 | 103 | CORRECTED: > sudo apt-get install mysql-server python-mysqldb |
| 104 | }}} |
| 105 | You will be asked to supply a mysql root password during installation. |
| 106 | Generate a random password and save it. |
| 107 | {{{ |
104 | 108 | > mysql -uroot -p |
105 | 109 | |