gautada
|
Size: 1676
Comment:
|
Size: 1987
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 35: | Line 35: |
| Notes for forum posts or bug reports that get reused time and time again. | Notes from projects, forum posts, or bug reports that get reused over time. |
| Line 44: | Line 44: |
=== MySQL === ==== Create Database ==== {{{ %>mysqladmin --user=root --password create [database_name] }}} ==== Create User ==== {{{ %>mysql --user=root --password mysql mysql>GRANT ALL PRIVILEGES ON [database_name].* TO 'monty'@'localhost' IDENTIFIED BY '[password]' WITH GRANT OPTION; }}} |
ContentsBRTableOfContents |
Introduction
"An investment in knowledge always pays the best interest." -- Benjamin Franklin
Greetings and Salutations,
I deliver solutions to clients based on open-source technology. My professional interests center around the political, financial, and technical issues involved in the adoption of open-source into business. Other than that, all I am interested in is trying to make my wife smile.
[http://www.gautier.org/identity Adam T. Gautier (aka "Adam Gautier", "gautada")]
Community Activity
Forums: [http://ubuntuforums.org/member.php?u=374940 Profile], [http://ubuntuforums.org/search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=gautada Threads], [http://ubuntuforums.org/search.php?do=finduser&u=374940 Posts]
Projects: [http://www.launchpad.net/~gautada Lanchpad]
Networking
[http://www.ubuntero.org/gautada Ubuntero]
[http://www.myspace.com/gautada Myspace]
Projects
Specs and information on projects that I am interested in.
["LifeRing"]
- ["UEUtils"]
- ["VCIO"]
Notes
Notes from projects, forum posts, or bug reports that get reused over time.
Package Delete and Reinstall
%>sudo apt-get check <package name> %>sudo apt-get remove --purge <package name> %>sudo apt-get install <package name>
MySQL
Create Database
%>mysqladmin --user=root --password create [database_name]
Create User
%>mysql --user=root --password mysql mysql>GRANT ALL PRIVILEGES ON [database_name].* TO 'monty'@'localhost' IDENTIFIED BY '[password]' WITH GRANT OPTION;
gautada (last edited 2008-08-06 17:00:35 by localhost)