Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Configure MYSQL to run on another port number, other than the default port 3306 ubuntu linux

sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf

port 3306 =>3309 /*change the port number from 3306 to any of choice*/

service mysql restart

sudo mysql

select @@port /*to identify the new port running on*/

https://www.linkedin.com/pulse/how-change-mysql-default-port-3306-secure-piyush-diwakar/?trk=public_profile_article_view
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql where datetrunc month and year equal 
Sql :: update date of birth in sql 
Sql :: select first rows postgresql 
Sql :: how to delete row in sql 
Sql :: oracle substring 
Sql :: mysql trim whitespace 
Sql :: MySql get primary keys of table 
Sql :: import file mysql terminal 
Sql :: how to select all attributes from a row if there is a certain string in it MySQL 
Sql :: add user mysql wordpress 
Sql :: how to check schema privileges in oracle 
Sql :: pl sql asynchronous procedure calls 
Sql :: alter tablespace add datafile autoextend 
Sql :: sql server convert string to date 
Sql :: désinstaller postgresql linux 
Sql :: mysql parse int 
Sql :: update all rows mysql 
Sql :: search db for table name 
Sql :: sql create table if not exists 
Sql :: MySQL FIND_IN_SET() 
Sql :: dynamic sql invalid table name 
Sql :: add column not null with default value postgres 
Sql :: vacuum table postgres 
Sql :: sql select max value from multiple rows 
Sql :: sql calculate percentage 
Sql :: update single sql column 
Sql :: what is integrity constraints 
Sql :: install mysql workbench ubuntu 20.04 
Sql :: (PDOException(code: 2002): SQLSTATE[HY000] [2002] Permission denied at 
Sql :: select last 2 characters sql 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =