Try my simple guessing game, source code is not available yet (see why)
http://www.aeisjean.com/index.php?option=com_content&view=article&id=80:simple-guessing-game&catid=48:ccvb&Itemid=73
Friday, October 8, 2010
Integer to Words
to new programmers out there, the code for integer to words is now available at
http://www.aeisjean.com/index.php?option=com_content&view=article&id=79:integer-to-words&catid=48:ccvb&Itemid=73
http://www.aeisjean.com/index.php?option=com_content&view=article&id=79:integer-to-words&catid=48:ccvb&Itemid=73
Sunday, June 6, 2010
Monday, May 24, 2010
Tuesday, December 8, 2009
back up MYSQL
to back up your databases, you can do the following...
mysqldump -u [username] -p[root_password] [database_name] > dumpfilename.sql
for example I have a database with the following informations...
root username: James
root password: Aves
Database Name: aeisjean
and I want to save the copy as aeisjean.sql
you will do this...
mysqldump -u James -pAves aeisjean > aeisjean.sql
---------
to restore just type
mysql -u [username] -p[root_password] [database_name] < dumpfilename.sql
Note: You can save your backup in your PC... By default, the backup will be on the root folder in your server...
mysqldump -u [username] -p[root_password] [database_name] > dumpfilename.sql
for example I have a database with the following informations...
root username: James
root password: Aves
Database Name: aeisjean
and I want to save the copy as aeisjean.sql
you will do this...
mysqldump -u James -pAves aeisjean > aeisjean.sql
---------
to restore just type
mysql -u [username] -p[root_password] [database_name] < dumpfilename.sql
Note: You can save your backup in your PC... By default, the backup will be on the root folder in your server...
Monday, November 2, 2009
NEW UPDATES SOON
soon
i will post useful scripts
in php, javascript, vbscript etc..
i will also put in my blog some tutorials in
mysql
both windows and linux server...
i will post useful scripts
in php, javascript, vbscript etc..
i will also put in my blog some tutorials in
mysql
both windows and linux server...
Subscribe to:
Posts (Atom)




