Mes: septiembre 2016
Ejecutar php sin servidor webEjecutar php sin servidor web
Hoy continuo realizando un proyecto, he tenido la necesidad de ver vía navegador parte de código antiguo que esta en php, pues bien, normalmente suelo ejecutar : python -m SimpleHTTPServer
Mysql consultasMysql consultas
SELECT table_name AS "Tables", round(((data_length + index_length) / 1024 / 1024), 2) "Size in MB" FROM information_schema.TABLES ORDER BY (data_length + index_length) DESC; SELECT TABLE_SCHEMA AS 'Database', TABLE_NAME AS 'Table',
Reset password user MysqlReset password user Mysql
Hi all, Working on a project Today I found I needed the password of user admin mysql database in windows, as well to perform the reset of the database execute