MARTINBRANDA

Navigation
louis MARTINBRANDA
Author

louis MARTINBRANDA

Rechercher


  • Accueil
  • À propos de
  • Blog
  • Contact

  • CSS 2
  • Divers 1
  • HTML 9
  • JQuery 1
  • Linux 39
  • MacOSX 15
  • Network 1
  • PHP 3
  • Raspberry PI 2
  • SQL 3
  • Vmware 4
  • Windows 3

Étiquettes


.htaccess Annuaire LDAP Apache Backup cisco command css debian debian6 derniers erreur ESXi extension fichiers History html htop iftop LDAP Linux MAC modifiés Mysql ntp OSX pages d’erreurs password PHP pi Proftpd raspberry RewriteEngine router sarg server ssh switch tar terminal Trouver url Welcome Windows WWW / No-WWW zimbra

Copyright © MARTINBRANDA. 2023 • All rights reserved.

Hydra WordPress Theme by EckoThemes.

Published with WordPress.

Related Articles

Filter by Category

  • Linux(39)
  • MacOSX(15)
  • HTML(9)
  • Vmware(4)
  • PHP(3)
  • SQL(3)
  • Windows(3)
  • CSS(2)
  • Raspberry PI(2)
  • Divers(1)
  • JQuery(1)
  • Network(1)

Filter by Author

  • louis MARTINBRANDA louis MARTINBRANDA (70)
Back to Latest Articles
SQL

Changer MDP Mysql

Linux mysqld_safe --skip-grant-tables --skip-networking & mysql mysql mysql> update user set password=password('aaaaaaaa') where user="root" and host="localhost"; mysql> exit...

Posted on 14th novembre 2010 by louis MARTINBRANDA

Linux

Raccourcis terminal

En général, les raccourcis clavier permettent aux utilisateurs de gagner beaucoup de temps. Voici donc une petite synthèse des raccourcis les plus importants pour le terminal en...

Posted on 14th novembre 2010 by louis MARTINBRANDA

Network

Réinitialiser cisco

Dans la plupart des cas, il faut effectuer un CTRL-BREAK pendant la séquence de boot. Voir cette page pour les séquences BREAK sur différents outils.

Posted on 14th novembre 2010 by louis MARTINBRANDA

Linux

Supprimer les doublons

Nom du fichier avec doublons : doublons.txt Nom du fichier de sortie : sans_doublons.txt cat doublons.txt | sort | uniq > sans_doublons.txt  

Posted on 14th novembre 2010 by louis MARTINBRANDA

Linux

Linux – Tar

Pour créer un fichier tar, tapez : tar -cvf filename.tar files/directories La saisie suivante créera un fichier tar en utilisant un nom d’accès absolu : tar -cvf foo.tar...

Posted on 14th novembre 2010 by louis MARTINBRANDA

Linux

LAMP Debian, Linux Apache Mysql PHP

Installation Avant de faire l’installation nous allons mettre notre systeme à jour: # apt-get update && apt-get upgrade MySQL Maintenant nous allons installer MySQL...

Posted on 14th novembre 2010 by louis MARTINBRANDA

CSS

Compresser css avec php

Créé un fichier php (style.php) en rentrer ce qui suit : body { color: red; } Ceci fait, appeler le fichier CSS  :  

Posted on 12th novembre 2010 by louis MARTINBRANDA

les pages d’erreurs
HTML

les pages d’erreurs

Messages d'erreur personnalisés

Posted on 12th novembre 2010 by louis MARTINBRANDA

WWW / No-WWW
HTML

WWW / No-WWW

Permettre la redirection vers www ou non depuis un fichier htaccess

Posted on 12th novembre 2010 by louis MARTINBRANDA

[PHP – LDAP] Annuaire LDAP Partie 3
PHP

[PHP – LDAP] Annuaire LDAP Partie 3

Comment incorporer nos données dans une base MySQL

Posted on 12th novembre 2010 by louis MARTINBRANDA

View Latest Posts
SQL

Changer MDP Mysql


louis MARTINBRANDA
louis MARTINBRANDA
Changer MDP Mysql
Posted on 14th novembre 2010 by louis MARTINBRANDA

Linux

mysqld_safe --skip-grant-tables --skip-networking &
mysql mysql
mysql> update user set password=password('aaaaaaaa') where user="root" and host="localhost";
mysql> exit
mysqladmin shutdown
/etc/init.d/mysql start
mysql -u root -p

Windows

C:Program FilesMySQLMySQL Server 4.1bin>"C:Program FilesMySQLMySQL Server 4.1binmysqld-nt" --defaults-file="C:Program FilesMySQLMySQL Server 4.1my.ini" -u root --skip-grant-tables
mysql mysql
UPDATE user SET Password = PASSWORD('pH7AmiEw') WHERE User = 'root';
exit;

 

louis MARTINBRANDA
louis MARTINBRANDA
  • Mysql
  • password
  • Share Article:
Show Comments (0)

Comments

Cancel Reply

Connecter avec:
Facebook Google Twitter WordPress

Subscribe to MARTINBRANDA

Subscribe to our email newsletter to receive useful articles and special offers.

We won't share your email address.