Hot Topics Temas de actualidad Most Voted Los más votados Most Discussed Más comentados Angsuman Chakraborty Angsuman Chakraborty April 20th, 2008 20 de Abril, 2008 Let’s look at all the ways to change MySQL password, for root and other users: Echemos un vistazo a todas las formas de cambiar la contraseña de MySQL, para el usuario root y otros usuarios: Read more (78 words) » Leer más (78 palabras) " Filed under Filed under Database Base de datos , Headline News Headline News , How To Cómo , MySQL , Programming Programación , RDBMS , Tech Note Nota técnica | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty April 20th, 2008 20 de Abril, 2008 AWK is an extremely versatile and powerful language for processing files and text data. AWK es un muy versátil y potente lenguaje de procesamiento de texto y archivos de datos. Often you can use awk to perform complex tasks on Unix / Linux / Mac OS command line which would otherwise take a full-fledged programming effort. A menudo se puede usar awk para realizar tareas complejas en Unix / Linux / Mac OS línea de comandos que de otro modo tener un verdadero esfuerzo de programación. AWK is great for log processing, creating custom scripts which will then be executed and more. AWK es ideal para procesamiento de registros, creación de scripts que se ejecuta entonces y mucho más. For example I wanted to create a backup of all of my MySQL databases, each to a separate file after compressing them with gzip (maximum compression). Por ejemplo yo quería crear una copia de seguridad de todas mis bases de datos MySQL, cada uno en un archivo separado después de comprimir con gzip (compresión máxima). I already created a list of databases on my MySQL server is a file named databases (how original!). Ya he creado una lista de bases de datos MySQL en mi servidor es un archivo llamado bases de datos (la forma original!). Here is the awk script which processes the file and creates another file (named database_backup) which contains commands to backup all the databases as specified above. Aquí está la awk script que procesa los archivos y crea otro archivo (el nombre database_backup), que contiene los comandos de copia de seguridad a todas las bases de datos, tal como se especifica anteriormente. Read more (172 words) » Leer más (172 palabras) " Filed under Filed under Database Base de datos , Headline News Headline News , How To Cómo , Linux , MySQL , Programming Programación , Web | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty April 20th, 2008 20 de Abril, 2008 Here is a simple command to auto repair, check and optimize all the tables in all databases running on a MySQL server : Aquí es un simple mando a reparación de automóviles, el control y la optimización de todos los cuadros en todas las bases de datos se ejecuta en un servidor MySQL: Read more (149 words) » Leer más (149 palabras) " Filed under Filed under Company Compañía , Database Base de datos , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , MySQL , RDBMS , Tech Note Nota técnica , Web | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty April 18th, 2008 18 de abril de 2008 I am serious. Estoy grave. While MySQL is a great open source database, I have full respect to Sun’s plan to provide high-end features for paying customers only. Aunque MySQL es una gran base de datos de código abierto, tengo el pleno respeto al plan de Sun para proporcionar la gama alta características para clientes de pago único. After all they are in the business of making money and not philanthropy, last I checked. Después de todo lo que están en el negocio de hacer dinero y no la filantropía, por último, he comprobado. Read more (135 words) » Leer más (135 palabras) " Filed under Filed under Company Compañía , Database Base de datos , Headline News Headline News , MySQL , RDBMS , Sun Sol , Web | | 1 Comment 1 Comentario | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty November 27th, 2007 27 de noviembre de 2007 To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id’s to delete from the original table. Para eliminar los duplicados de una base de datos MySQL cuadro I normalmente copia el duplicado de datos en primer lugar a una tabla temporal y luego usar el id del copiado a eliminar de la tabla original. Read more (140 words) » Leer más (140 palabras) " Filed under Filed under Database Base de datos , Headline News Headline News , How To Cómo , MySQL , Open Source Software Open Source Software , RDBMS | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty November 23rd, 2007 23 de noviembre de 2007 In MySQL you can use the GRANT statement to create users and assign privileges to them at the same time. En MySQL puedes usar el comando GRANT para crear usuarios y asignar privilegios a ellos al mismo tiempo. It is extremely convenient and beats create user or directly hacking the mysql.user table. Es muy conveniente y crear ritmos usuario o directamente la piratería mysql.user mesa. I learned few things about GRANT the hard way. He aprendido algunas cosas acerca de SUBVENCIÓN de la manera más dura. Read more (182 words) » Leer más (182 palabras) " Filed under Filed under Database Base de datos , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , MySQL , Open Source Software Open Source Software , Programming Programación , RDBMS | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty November 18th, 2007 18 de Noviembre de 2007 Replicating on two or more MySQL master database servers Replicando a dos o más MySQL maestro servidores de bases de datos Read more (112 words) » Leer más (112 palabras) " Filed under Filed under Database Base de datos , Database Replication Base de datos de replicación , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , Linux , MySQL , Open Source Software Open Source Software , Programming Programación , RDBMS , Tech Note Nota técnica , Web Hosting Web Hosting | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty November 18th, 2007 18 de Noviembre de 2007 Monitoring MySQL queries is a favorite pastime of MySQL administrators especially for performance reasons. Vigilancia consultas MySQL es un pasatiempo favorito de los administradores de MySQL especialmente por razones de rendimiento. Here is a simple bash script to monitor long running MySQL queries in realtime using the ubiquitous ’show processlist’. Aquí es un simple script bash para vigilar a largo corriendo MySQL consultas en tiempo real usando el omnipresente "show processlist». The best part about this script is that you can use it to log your queries over time for later evaluation. La mejor parte acerca de este script es que puedes usarlo a diario sus consultas a través del tiempo para su posterior evaluación. Read more (213 words) » Leer más (213 palabras) " Filed under Filed under Database Base de datos , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , Linux , MySQL , Open Source Software Open Source Software , Programming Programación , RDBMS , Tech Note Nota técnica , Web , Web Hosting Web Hosting , Web Services Web Services | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty November 16th, 2007 16 de noviembre de 2007 When you try MySQL master-master replication with two (or more) servers you may often find that in the process of configuring the original master to also act as a slave server (start slave), it fails with the following error: Cuando usted intenta dominar MySQL-replicación maestro con dos (o más) servidores usted puede encontrar a menudo que en el proceso de configuración de la maestra original también para actuar como un servidor esclavo (slave inicio), no con el siguiente error:
mysql> start slave; mysql> START SLAVE; ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO ERROR 1200 (HY000): El servidor no está configurado como esclavo; fijar en el archivo de configuración o con CHANGE MASTER TO
Read more (97 words) » Leer más (97 palabras) " Filed under Filed under Database Base de datos , Database Replication Base de datos de replicación , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , Linux , MySQL , Open Source Software Open Source Software , RDBMS | | Feedback Reacción | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo Angsuman Chakraborty Angsuman Chakraborty September 24th, 2007 24 de septiembre de 2007 I have significantly improved our site performance in the last month. He mejorado notablemente el rendimiento de nuestro sitio en el último mes. I did all the site optimization steps by the book, found a lot of new things and fine-tuned existing ideas. Lo hice toda la página de optimización de los pasos del libro, que se encuentra un montón de cosas nuevas y ajustarse ideas existentes. There are a couple of good ideas I am yet to implement like using Lighttpd server instead of Apache 2. Hay un par de buenas ideas aún estoy a aplicar usando como servidor lighttpd en lugar de Apache 2.
Read more (183 words) » Leer más (183 palabras) " Filed under Filed under Database Base de datos , Database Replication Base de datos de replicación , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , Linux , MySQL , Open Source Software Open Source Software , Pro Blogging Blogging Pro , RDBMS , Web , Web 2.0 Web 2,0 , Web Hosting Web Hosting , Web Services Web Services , WordPress | | 2 Comments 2 Comentarios | | RSS 2.0 RSS 2,0 | | Email this Article Enviar artículo | |