Home Answers Viewqa Java-Beginners Changing MySQL Port Number

 
 


Java Coder
Changing MySQL Port Number
1 Answer(s)      4 months and 12 days ago
Posted in : Java Beginners

How to change the MySQL port no in windows.

View Answers

January 10, 2013 at 10:11 PM


Hi,

Open the my.ini file present in the MySQL server installation directory. Change the port number to desired port number.

By default port no entry will look like:

port=3306

You can change the value of port to the desired port number.

After making change in my.ini file save the file and then restart mysql server.

Thanks









Related Pages:
Changing MySQL Port Number
Changing MySQL Port Number  How to change the MySQL port... installation directory. Change the port number to desired port number. By default port... to the desired port number. After making change in my.ini file save the file
MySQL Default Port number
MySQL Default Port number  HI, What is MySQL Default Port number? Thanks   Hello, MySQL Server Default Port number is 3306. Thanks
port number - JavaMail
port number  i want james2.1.3 port number like microsoft telnet>open local host _______(some port number) i wnat that port number
Changing root Password
Changing root Password  how do i change the root password in mysql
Low port Scanner
Low port Scanner       In this section, you will learn how to get local port number... the massage on the command line very low port information. The java.net package
VoIP Keep Your Number
;    VoIP Keep Your Existing Phone Number Changing your... the number port process, we provide you a temporary number so that you can begin... to depend on your former phone company while the port takes place. When your number
Serial COM Port Value in to database
Serial COM Port Value in to database  How save the serial COMport value in mysql databse. Following code is here. package simpleread; import java.io.*; import java.sql.Connection; import java.sql.PreparedStatement
changing primary key of parent table
changing primary key of parent table  I want to change one primary key from a table where primary key is auto created? How can I do that? I have... to your MySQL server version for the right syntax to use near 'upate person set
Local Port Scanner
of  java.net package which takes local port number as argument. A server... Local Port Scanner      ...;(int port = 1; port < 500; port+=50){   
Mysql Date to Number
Mysql Date to Number      .... Now this tutorial illustrate an example for  Mysql Date to Number. To grasp this example, we use the given Mysql Query that return you the Date to Number
Mysql Add Column Number
Mysql Add Column Number       Mysql Add Column Number is used to add the column to the existing table. Understand with Example The Tutorial illustrate an example from 'Mysql Add
Mysql Phone Number Format
Mysql Phone Number Format       Mysql Phone Number Format is useful when you want to return... illustrate an example from 'Mysql Phone Number Format'. To understand and grasp
Changing random results to ASC or DSC - SQL
Changing random results to ASC or DSC  I have a script... = "SELECT * FROM ".$quiz; $sql = mysql_query($query); $total_rows = mysql_num_rows... = "SELECT * FROM ".$quiz." WHERE id = ".$rand_arr[$i]; $sql = mysql_query($query
how to auto generate number in jsp with the database connection mysql for employee number?
how to auto generate number in jsp with the database connection mysql for employee number?  how to auto generate number in jsp with the database connection mysql for employee number?   <%@page import="java.sql.
how to auto generate number in jsp with the database connection mysql for employee number?
how to auto generate number in jsp with the database connection mysql for employee number?  how to auto generate number in jsp with the database connection mysql for employee number?   <%@page import="java.sql.
Changing loacation for file object - JSP-Servlet
Changing loacation for file object  Hai, For uploading... Foundation\Tomcat 6.0\webapps\mca2006sfssjc.co.in\stud\images by changing... of: <% Connection connection = null; String connectionURL = "jdbc:mysql
MySQL Creating account and changing password
MySQL Creating account and changing password       This MySQL provide the new creating account... to create new password.  Mysql as the intended username and the group
Writing Articles for Showcasing Your Knowledge or Changing Lives?
Writing Articles for Showcasing Your Knowledge or Changing Lives... changing lives of themselves and their fellowmen is the motivation source while some... objective of writing articles must always be changing lives and not simply covering
Java Read username, password and port from properties file
Java Read username, password and port from properties file In this section, you will come to know how to read username, password and port no from... password=root port=3306 Here is the code: import java.io.
changing of data...
changing of data...  hi.... i have created a servlet page using a response.setheader(); method.in the parameter i have given 10 second.but once... is not changing in 10 second...what should i do..?? reply fast
changing of data...
servlet.database is not changing in 10 second  hi.... i have created a servlet page using a response.setheader(); method.in the parameter i have... this servlet.database is not changing in 10 second...what should i do..?? reply fast
changing of data...
data changing in 10 second  hi.... i have created a servlet page using a response.setheader(); method.in the parameter i have given 10 second.but... is not changing in 10 second...what should i do..?? reply fast
MySQL random number
MySQL random number      ... create a random number by the use of RAND() function of MySQL. There are two... in this example we will describe, how you can create random number in MySQL
MySQL Books
MySQL Books       List of many MySQL books. MySQL Books Hundreds of books and publications related to MySQL are in circulation that can help you get the most of out MySQL. These books
from number to word
from number to word  i want to know weather there is any method that can be use in changing value from number to word. Example if i write ten thousand, it will automatically be written as 10000.   Java convert number
Welcome to the MySQL Tutorials
, changing root password and deleting anonymous accounts This MySQL provide... MySQL Tutorial - SQL Tutorials       Complete MySQL 5 Tutorial
Connect JSP with mysql
of connection url within specified format with machine name, port number... Connect JSP with mysql   ... named 'usermaster' in mysql. To create this database we need to run the following
MySQL Administrator
MySQL Administrator       MySQL Administrator MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain
Listening port 8080
Listening port 8080  I need a java code through which i can listen the http port 8080 ... i want to interpret the incoming http request on 8080 port. Please help
What is parallel port
What is parallel port  What is parallel port and its used for what
port 8080 already used
port 8080 already used  Error Server failed to start for port 8080: Address already in use: JVM_Bind   It just means that your port is being used. So the solution is to free the port. There is a small softeare (just
MySQL Connection String
is localhost (127.0.0.1). Port: MySQL port number for connections. Default is 3306. Uid... MySQL Connection String       This section gives you brief description of MySQL connection string
MySQL Training ? Online Free MySQL Training
number of column in MySQL . MySQL supports the numeric type , Date and time type... MySQL Training ? Online Free MySQL Training   ... want to know about MySQL, we are starting from installation to the development
Changing column name
Changing column name      ... for changing the column name in the preparedStatement(). This will return...;jdbc:mysql://localhost/zulfiqar";   Connection connection
MySQL Round
MySQL Round       ROUND() function of MySQL rounds the number to the upwards or downwards to the nearest whole number or to the specified decimal places. For getting the whole
changing uiview background color
changing uiview background color  changing UIView background color in ios   self.view.backgroundColor = [UIColor colorWithRed:244.0f/255.0f green:230.0f/255.0f blue:183.0f/255.0f alpha:1.0f
Setting source port on a Java Socket?
Setting source port on a Java Socket?  Is it possible to explicitly set the the source port on a Java Socket
Changing the value of Array in Java
Changing the Value of Array in Java       This is very simple of one dimensional array program... for array1.length. This program take array type number. We are going to pass array values
Connect JSP with mysql
of connection url within specified format with machine name,  port number... Connect JSP with mysql   ... you how to connect to MySQL database from your JSP code. First, you need
Ethernet port in java - Java Beginners
Ethernet port in java  Hello, I am new to this field. I have to make an web application in JSP in which i have to decode the packets received on ethernet port. I have no idea how to program the ethernet port in java and read
Changing pictures - Java Beginners
Changing pictures  I found some html code that allows pictures to be changed on a web page. I copied the code and saved it as an html file. when I... Explorer that have pictures changing on them and they do not get blocked? 
Changing 2D graph using slider.
Changing 2D graph using slider.  Code for changing a 2d graph with help of slider
changing the file content
changing the file content  I have requirement like this, a file contain maximum 1000 lines. I want to cahnage the 501 line content. I know this logic , reading the file content and changeing the 501 line content and crating one
changing selection color of <button>
changing selection color of   dear all, i have loaded image in border less button tag when button is selected with tab key i get brown color rectangle around image. how do i change color of that rectangle from brown to white
java with mysql
=DriverManager.getConnection("jdbc:mysql://localhost:3306/student","root","root...=rsMeta.getColumnCount(); // get number of columns coo=cols-1...` VARCHAR(20) NOT NULL)"; con=DriverManager.getConnection("jdbc:mysql
Mysql For Loop
Mysql For Loop       Mysql For Loop are used to execute the block of code to a specified number... illustrate an example for 'Mysql For Loop'.To grasp this example we create
Construct a DatagramSocket on an unspecified port
Construct a DatagramSocket on an unspecified port...;Socket recive at available port");   }  ... DatagramSocketExample datagram Socket recive at available port Download
Getting the Local port
Getting the Local port     ... port. Here we are going to make it easier to understand the step be step... it will display the server's local port. For which we use a class ServerSocket which creates

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.