login
   

Networks

Databases

Programming

Consulting

Security

Data Recovery

 

 

Home

Contact us
 
Databases
Networks
Programming
Security
Data Recovery
Consulting
Repair
Websites
Marketing
Training
 
References
About Us
 
 MYSQL, the database for Long Island New York
We are MYSQL consultants, and, insofar as SQL is a language, we'd call ourselves SQL programmers.
We install MYSQL on Linux or Windows or cloud computers
We setup databases and tables. In other words we design databases (and work hard for what's known as normal form)
We mange the servers, we backup and restore data
We write custom reports and custom software to use your data
MYSQL is our database of choice. It's robust, works well in any operating system, scales well, and it's free.
    
By the way, if you're having trouble logging into a MYSQL remote server, be sure to: 
CREATE USER 'anyuser'@'localhost' IDENTIFIED BY 'anypass';
CREATE USER 'anyuser'@'%' IDENTIFIED BY 'anypass';
then:
GRANT ALL ON *.* TO 'anyuser'@'localhost';
GRANT ALL ON *.* TO 'anyuser'@'%';
    
    
    
Go here to download the server https://dev.mysql.com/downloads/
Or the main MYSQL page here: https://dev.mysql.com/
Long island's oldest and most experienced programming shop

Home

   

Contact us