New Users: Quick MySQL Info: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
(New page: <span id="top"></span> <div style="padding:0;margin:0; border-bottom:3px inset #000000"> {| | MPG UniCenter || New Users: [[New Users: Home 3.5-Apollo | Hom...)
 
mNo edit summary
Line 4: Line 4:
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
New Users:  
New Users:  
[[New Users: Home 3.5-Apollo | Home]] |   
[[New Users: Home | Home]] |   
[[New Users: Quick MySQL | Quick MySQL]] |  
[[New Users: Quick MySQL | Quick MySQL]] |  
[[New Users: Quick MySQL Info | Quick MySQL Info]]
[[New Users: Quick MySQL Info | Quick MySQL Info]]

Revision as of 21:41, 26 May 2008

MPG UniCenter

New Users: Home | Quick MySQL | Quick MySQL Info

Quick MySQL 3.5-Apollo

This page contains snippets of information linked from MySQL new user pages. Hence they are in no particular order.

How to enable MySQL

MySQL sever is enabled and configured by default, when you run the servers both Apache and MySQL are started hence nothing to do


MySQL Password & PHP Connect Info

  • mysql_connect($dbhost, $dbuser, $dbpass)
  • $dbhost  Host name: The server is running locally on Uniserver hence can be either localhost or 127.0.0.1
  • $dbuser  User name: Uniserver default is root
  • $dbpass  User password: Uniserver default is root Please change MySQL root password ASAP

Top


Ric