Difference between revisions of "MySQL"

From John Freier
Jump to: navigation, search
 
Line 5: Line 5:
  
 
Start MySQL server
 
Start MySQL server
  C:\xampp\mysql\bin\mysqld --defaults-file=T:\xampp\mysql\bin\my.cnf --standalone --console
+
  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