A Gentle Introduction to SQL
Para ver las diferencias de SQL entre distintas BD [MySQL | Oracle | SQL Server | DB2 | Access | Postgres]
A Gentle Introduction to SQL
Apache Web Server: PHP, MySQL, Perl, SSL - Windows 2000/XP, Linux - DeveloperSide.NET
Apache Web Server: PHP, MySQL, Perl, SSL - Windows 2000/XP, Linux - DeveloperSide.NET
DeveloperSide.NET
Your source for in-depth server-side information. Updated Daily
Building a Web Server, a Step-by-Step Instruction Guide
Binary Install -- MySQL 4.0.20 for Windows 2000/XP
___________
Requirements
This MySQL package comes pre-built.
________
Download
Home : http://www.mysql.com/
Package(win32 binary, non-installer version) : http://dev.mysql.com/downloads/mysql/4.0.html
_______________
Our Configuration
Install to :
_____
Setup
Unpack as
Rename directory
Copy your choice of mysql\my-xxx.cnf (my-medium.cnf) to your %SYSTEMROOT% directory (C:\WINNT)
[note that .cnf file extensions are invisible, by default, on Windows 2000/XP]
Rename file %SYSTEMROOT%\my-xxx.cnf to my.ini
Edit %SYSTEMROOT%\my.ini
Edit and uncomment basedir =
Edit and uncomment datadir =
___________________
MySQL Server Binaries
MySQL comes with several server binaries to select from, each containing different feature sets.
mysqld.exe: Compiled with full debugging and automatic memory allocation checking, symbolic links, and InnoDB and BDB transactional tables.
mysqld-opt.exe: Optimised binary with InnoDB transactional tables.
mysqld-nt.exe: Optimised binary for NT/2000/XP with support for named pipes.
mysqld-max.exe: Optimised binary with support for symbolic links, and InnoDB and BDB transactional tables.
mysqld-max-nt.exe: Optimised binary for NT/2000/XP with support for symbolic links, InnoDB and BDB transactional tables, and named pipes.
_______
Startup
MySQL can be installed as a Service or started as a Standalone Console.
Install the MySQL process as a Service.
[Default] Listen on all interfaces (0.0.0.0), and start automatically after a reboot
Listen on all interfaces (0.0.0.0), manual start only
Listen on loopback only (127.0.0.1)
Add bind-address=127.0.0.1 to section [mysqld] of my.ini
Don't allow connection with TCP/IP
Add skip-networking to section [mysqld] of my.ini
Enable support for named pipes
Add enable-named-pipe to section [mysqld] of my.ini
Start the MySQL Service.
:\> NET START MySQL
Start MySQL as a Standalone Console.
[add --bind-address=127.0.0.1 and/or --log-warnings to the end]
_______
Cleanup
Create a password for the 'root' mysql account...
Delete all insecure users...
Access the MySQL prompt...
[note that there is no space between '-p' and 'password', and that '<>' is not typed]
Display all accounts...
mysql> SELECT User, Host, Password FROM mysql.user;
Select the 'mysql' database...
mysql> USE mysql;
Delete all initial accounts, except 'root@localhost'...
mysql> DELETE FROM mysql.user WHERE User = '' OR Host = '%';
mysql> DELETE FROM mysql.db WHERE User = '';
mysql> FLUSH PRIVILEGES;
Exit.
mysql> quit;
_____________
Running MySQL
Enter the command-line interface.
[note that there is no space between '-p' and 'password', and that '<>' is not typed]
Shutdown the MySQL Service.
[note that there is no space between '-p' and 'password', and that '<>' is not typed]
Uninstall the MySQL Service.
Shutdown the Standalone Console MySQL process.
Ctrl-C under the cmd.exe windows it was started from
____
Help
Display the command-line interface options.
Display mysql-max-nt options.
Display MySQL version information.
See what values a running MySQL server is using.
Display information.
________________________________
Log non-critical warnings to the log file.
Standalone Console : Add --log-warnings to the MySQL standalone console line
Service : Add log-warnings to section [mysqld] of my.ini
Computer Security Books - /database-security/ books
EFECTO 2000
EFECTO 2000: "VERBATIM S/C 50 0,26 € 0,23 € 0,26 € 0,23 € 0,24 € 0,21 €"
TELEFONOS Y DIRECCIONES
TIENDA : 902501549
HORARIO DE TIENDA : DE LUNES A VIERNES DE 10:00 A 14: 00 Y DE 16:30 A 20:00
SABADOS DE 10:00 A 14:00 C/ VALDERRIBAS Nº 47 28007 MADRID
::The Hackers Playground::
::The Hackers Playground:: Enlaces a las mejores utilidades (gratuitas y comerciales) para escaneo, detección y defensa en materia de seguridad informática.
Ataman Software, Inc. Free Software Page
Programas de Linux para win32 desdeAtaman Software, Inc. Free Software Page:
Console-mode "vi" Text Editor
Console-mode "emacs" Text Editor
Console-mode "more" Text Viewer
Console-mode "ed" Text Editor
Honeypots Solutions
Lista de programas para realizar una Honeypots Solutions.
Wireless LAN Security Knowledge Center
Uno de los fabricantes lideres en seguridad y auditorias de WLANs:
Wireless LAN Security Knowledge Center
VIRUSPROT.COM - El Sitio L�der en Seguridad Inform�tica
VIRUSPROT.COM - El Sitio Líder en Seguridad Informática
Interesante la sección de artículos (pinchar en el menu izquierdo)
http://www.virusprot.com/Articulo.html
FTP a distribuciones Linux
FTP a distribuciones Linux en especial a knoppix-std que es una distribución "Live CD" de Linux especializada en temas de seguridad.
Computer Architecture Directory
Todos los enlaces habidos y por haber sobre: Computer Architecture Directory
Software abierto (open source) en la Administraci?n P?blica Catalana (Enero 2004)
Examenes - UNED Calatayud
Deposito de exámenes de lngeniería Informática de la UNED en: Examenes - UNED Calatayud
?ndice de contenido
Alguna de las tesis del post anterior que me han parecido más interesantes:
CALYPSO Estudio y aplicación de métodos de valoración de CMM
Modelado de Usuario para un Ambiente Lifelong Learning
Tesis Doctorales de Universidad de las Américas-Puebla
Lista de tesis doctoraes de diferentes estudios.Tesis doctorales de la Universidad de las Américas-Puebla
eCuaderno (old site) - Now at: www.ecuaderno.com