|
Pages: [1]
|
 |
|
|
Author
|
Topic: Episode 57 - Home Servers Part 3: PHP and MySQL (Read 4047 times)
|
|
|
|
jza
|
Excelent show, we were just discussing about the average PHP programmer and what makes a true programmer. PHP is pretty big, PHP classes, PEAR and PECL, also hordes and hordes of classes at PHPClasses.net. PHP has a ini file that makes the only php with a 'configuration file'. I like the way PHP is pulling it together and I think that PHP is really the language of the web. As opposed of what many people might say about Ruby on Rails, Coldfusion and JSP for the enterprise. PHP is really the across the board language. From the original 'personal home page' to managing wikipedia and mozilla.org MySQL on the other hand as been a very controvertial database because of their dual license method.Up until now, mysql is not a deafault native functionality on PHP, Oracle has also have it's share of news head on the direction of mysql vs the corportate database. Since Oracle bought inodb, and the emerge of falcon as the new database engine. Many database users are like the version of people that think that Linux is like DOS. MySQL 5 has stored procedures, hot and cold sync as well as many other features that most database managers have been ignoring for the longest. As a tip, here is a howto on how to tunnel MySQL so you can get a GUI mysql app from a remote MySQL server through SSH. http://highspeedrails.com/Support/Howto/sshTunnelHowto
|
|
|
|
« Last Edit: April 11, 2007, 12:09:17 PM by jza »
|
Logged
|
Alexandro Colorado OpenOffice Spanish Co-lead
|
|
|
|
jza
|
on mysql I usually run the script mysql_secure_installation that sums up the steps on creating users, plugging passwords, getting rid of sample databases etc. Other useful mysql command is mysqldump so we can import or export database such as: mysqldump -u<user> -p <database> >> file.sql mysqldump -u<user> -p <database> < file.sql The other is the mysqladmin command this allow you to plug commands without having to enter into the mysql prompt. This is a great way to implement in bash scripts. About the Java servers --- I dont really like Java servers, there are many of them including Tomcat, Jonas, JBoss, Endhyra, etc.
|
|
|
|
|
Logged
|
Alexandro Colorado OpenOffice Spanish Co-lead
|
|
|
|
|
rmjb
Newbie

Posts: 9
|
Anyone getting partial audio? I tried both the ogg and the mp3 (*shudder*) but I only get about 10mins of audio either way  - rmjb
|
|
|
|
|
Logged
|
|
|
|
kleptos
Newbie

Posts: 9
|
Anyone getting partial audio? I tried both the ogg and the mp3 (*shudder*) but I only get about 10mins of audio either way  - rmjb I got mine from iTunes and didnt have any problems.
|
|
|
|
|
Logged
|
|
|
|
Zankul
Newbie

Posts: 16
|
Great show again Chess. I use juice and I had the complete download.
|
|
|
|
|
Logged
|
|
|
|
dovad
Newbie

Posts: 18
|
I'm very interested in the small computers that Chess mentioned in the 3rd server podcast. I can't figure out the spelling of the mentioned boxes i.e. "socris" (spelling?). Any help would be appreciated.
|
|
|
|
|
Logged
|
|
|
|
|
jza
|
I'm very interested in the small computers that Chess mentioned in the 3rd server podcast. I can't figure out the spelling of the mentioned boxes i.e. "socris" (spelling?). Any help would be appreciated.
Their name are soekris, I mention here the Norhtec PC which is also very small. There are others such as mini-ITX. http://www.soekris.com/ http://www.norhtec.com
|
|
|
|
|
Logged
|
Alexandro Colorado OpenOffice Spanish Co-lead
|
|
|
rmjb
Newbie

Posts: 9
|
 I still can't get the entire episode. I'm downloading from home this time instead of work (same ISP though) and I still get only 10 mins. Anyone has another link I can try? - rmjb
|
|
|
|
|
Logged
|
|
|
|
|
sewmyheadon
|
Chess, you mentioned maybe walking through the install of an application in your next podcast as a wrap-up to the home server topic,
Wordpress might be a good choice. As you know, it's a super easy install after you've created your MySQL database and user.
|
|
|
|
|
Logged
|
eric a.Registered Linux User# 433276
|
|
|
|
|
Pages: [1]
|
|
|
 |