To install MySQL on your Ubuntu server follow the steps below: 1. First, update the apt package index by typing: 2. Then install the MySQL package with the following command: 3. Once the installation is completed, the MySQL service will start automatically. To check whether the MySQL server is running, type:
Articles taggés:MYSQL
Importer un (gros) fichier SQL sous MySQL
MySQL est une très bonne ressource permettant de traiter facilement un gros volume de données. L’interface PhpMyAdmin est très utile pour faciliter la lecture de ces données. Toutefois, l’importer d’un fichier de données à travers PhpMyAdmin est limité. Pour importer un gros flux d’information, une grosse table ou encore pour restaurer une sauvegarde qui peut […]

(SOLVED) MySql Error Code : 1175 – Safe update Mode Sql
In this post, we will learn how to solve a SQL error that is known as Error Code: 1175 or safe update mode MySQL error 1175. or maybe you are known to this error because it comes in your MySQL workbench kinda like this. So if you see the error in row number 5 in […]

Spring Boot + base de données MySQL
Spring Boot MySQL : Ce tutorial est une continuité de tutoriel : Creation d’un projet Spring boot ; Spring Boot MySQL : Spring Boot propose une assistance de premier ordre pour la création et l’intégration des sources de données dans les bases de données SQL ou NoSQL de votre choix. Vous n’aurez pas à écrire de code […]