Nos connectamos a RMAN [oracle@vbgeneric oracle]$ rman Recovery Manager: Release 12.1.0.2.0 – Production on Sun Oct 16 13:17:01 2016 Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
Autor: atotclic
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