Tag: mysql

  • Migrating Databases – Django

    Migrating Databases – Django

    Original: https://justinmi.me Migrating SQLite Databases to MySQL (Django) Intro SQLite is a great RDBMS that often comes “pre-installed” with many applications. It’s main selling point is that the entire database is stored in a single file on the disk, making SQLite very fast and efficient, without losing any core functionality that many people come to…

    Read article →

  • Programação Básica em MySQL Python

    Fonte: extraído do original <http://zetcode.com/db/mysqlpython/&gt; This is MySQL Python tutorial.  It covers the basics of MySQL Python programming. MySQL Python tutorial This is MySQL Python programming tutorial. It covers the basics of MySQL programming with Python. It uses the MySQLdb module. The examples were created and tested on Ubuntu Linux. There is a similar PostgreSQL…

    Read article →

  • Redefinindo a senha do root – MySql

    I was able to solve this problem by executing this statement sudo dpkg-reconfigure mysql-server-5.5

    Read article →

Site criado com WordPress.com.