Can I Change my User Name?
Your email address is your username but yes you can change it. Login to your account profile and update the email.
If you have any issues, simply submit a support ticket.
Related Articles
I Want to Change the Time Zone
If you want to change the time to your time zone, this can be done from "My Account" then "User Timezone" and select your zone from the drop down menu. PLEASE NOTE: If you are a "Trial User" you will not be able to change your time zone UNTIL you ...
Where do I change my password?
If you are a "Trial User" you will not be able to change your password UNTIL you sign up to become a "Regular User". For "Regular Users" go to "My Account" and type in a new password where indicated.
How to change your account's credentials
Modification of account's profile information You have the ability to change your account's credentials at any time. In order to do so, open the drop-down menu with your account name in the upper-right corner of the screen and select "My Account". On ...
Mysql Basic Commands
[mysql dir]/bin/mysql -h hostname -u root -p Create a database on the sql server. create database [databasename]; List all databases on the sql server. show databases; Switch to a database. use [db name]; To see all the tables in the db. show tables; ...
Why am I getting the error 550 Access denied - Invalid HELO name?
The VMA servers have a special requirement for 'SMTP authentication' in order to send email. When sending email using an email client on your computer such as Outlook, Thunderbird or Mac Mail and you receive the error "550 Access denied - Invalid ...