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
Next revision
Previous revision
mysql [2012/09/25 17:22]
127.0.0.1 external edit
mysql [2014/09/10 21:22] (current)
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.1348586541.txt.gz ยท Last modified: 2014/09/10 21:22 (external edit)