User Tools

Site Tools


mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mysql [2012/09/25 17:22]
127.0.0.1 external edit
mysql [2014/01/05 09:07]
mh
Line 1: Line 1:
 +Datenbank anlegen
 +
 +<​code>​
 +> mysql --user=root mysql --password='​pwd'​
 +
 +mysql> create database wordpress;
 +
 +
 +mysql> GRANT ALL PRIVILEGES ON wordpress.* TO wp@localhost IDENTIFIED BY '​pwd'​ WITH GRANT OPTION; ​
 +Query OK, 0 rows affected (0.03 sec)
 +</​code>​
 +
 +
 Kaputte/​gecrashte mysql Tables reparieren Kaputte/​gecrashte mysql Tables reparieren
  
mysql.txt ยท Last modified: 2014/09/10 21:22 (external edit)