Changes

From SME Server
Jump to navigationJump to search
Line 40: Line 40:  
== Command line ==
 
== Command line ==
 
For your convenience, aliases have been added :  mysql55, mysqlshow55, mysqladmin55, mysqldump55, mysqlimport55 and mysqlbinlog55
 
For your convenience, aliases have been added :  mysql55, mysqlshow55, mysqladmin55, mysqldump55, mysqlimport55 and mysqlbinlog55
 +
 +
Assuming you have a wordpress database setup, the following will connect to database wordpress in mysql55 server, and present the mysql prompt so you can work with the database.
    
  mysql55 wordpress
 
  mysql55 wordpress
   −
will connect you to database wordpress in  mysql55 server, and let you with the mysql prompt to work.
+
However the full command line to access, per instance to mysql55 server with the mysql client against its version would be :
 +
 
 +
mysql55
    +
Alternatively:
   −
However the full command line to access, per instance to mysql55 server with the mysql client against its version would be :
   
If you need to work with this version of MySql on the command line you will have to specify the right socket.
 
If you need to work with this version of MySql on the command line you will have to specify the right socket.
  

Navigation menu