Difference between revisions of "MySQL"

From John Freier
Jump to: navigation, search
(Created page with 'A simple web editor to install is phpMyAdmin [http://www.phpmyadmin.net]')
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
[http://www.phpmyadmin.net]
 
[http://www.phpmyadmin.net]
 +
 +
 +
Start MySQL server
 +
C:\xampp\mysql\bin\mysqld --defaults-file=C:\xampp\mysql\bin\my.ini --standalone --console

Latest revision as of 19:58, 5 May 2012

A simple web editor to install is phpMyAdmin

[1]


Start MySQL server

C:\xampp\mysql\bin\mysqld --defaults-file=C:\xampp\mysql\bin\my.ini --standalone --console