Question

Error connecting to Master MySQL server during replication

Asked by: Neil2526

I am trying to replicate data from a master server to a slave. I have two servers running Windows 2003 with MySQL 5.0.

Master Server: test2k3-2
Slave Server  : test2k3-1

When trying to LOAD DATA FROM MASTER, I get this error:

ERROR 1218 (08S01): Error connecting to master: Access denied for user 'drayer'@
'test2k3-1.drayerpt.lcl' (using password: YES)

Here is my my.ini file:

master-host=10.0.0.23
master-user=drayer
master-password=xxxx
server-id=2

I've also used the hostname instead of the IP.

On my master, my my.ini reads:

log-bin
server-id=1


This is the output of show slave status\g;

mysql> show slave status\G;
*************************** 1. row ***************************
             Slave_IO_State: Connecting to master
                Master_Host: test2k3-1
                Master_User: drayer
                Master_Port: 3306
              Connect_Retry: 60
            Master_Log_File:
        Read_Master_Log_Pos: 4
             Relay_Log_File: test2k3-1-relay-bin.000008
              Relay_Log_Pos: 98
      Relay_Master_Log_File:
           Slave_IO_Running: No
          Slave_SQL_Running: Yes
            Replicate_Do_DB:
        Replicate_Ignore_DB:
         Replicate_Do_Table:
     Replicate_Ignore_Table:
    Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
                 Last_Errno: 0
                 Last_Error:
               Skip_Counter: 0
        Exec_Master_Log_Pos: 0
            Relay_Log_Space: 98
            Until_Condition: None
             Until_Log_File:
              Until_Log_Pos: 0
         Master_SSL_Allowed: No
         Master_SSL_CA_File:
         Master_SSL_CA_Path:
            Master_SSL_Cert:
          Master_SSL_Cipher:
             Master_SSL_Key:
      Seconds_Behind_Master: NULL
1 row in set (0.00 sec)

ERROR:
No query specified

mysql> show slave status\G;

My firewalls are not up. Any input on what I can check out? Thanks.

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-08-05 at 14:06:04ID24629614
Tags

mysql

,

replication

Topic

MySQL Server

Participating Experts
1
Points
500
Comments
21

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Mysql
    Issue: Unable to replicate Mysql slave to Mysql master Master my.cnf file: [client] #password = your_password port = 3306 socket = /tmp/mysql.sock # The MySQL server [mysqld] port = 3306 socket = /tmp/mysql.sock user = mysql s...
  2. Mysql replication with dbname
    I have setup replication between 2 machines. I am replicating database "test" from machine1 to machine2. To test here is what I did $ mysql -utest -ptest mysql> use test; mysql> insert into users values('myfirstname','mylastname'); The replication from mac...
  3. MySQL replication not working.
    Hi I did setup replication as I did before many times. I did setup the master then I did setup the slave, I did LOAD DATA FROM MASTER and it did fetch the database however new records are not added to the slave, if I do "LOAD DATA FROM MASTER" it does fetch the data...
  4. MySQL Replication active but not working
    Hello Experts, Our environment is this: Linux (centos 5) machine running MySQL 5.0.45 Windows (2003 server) machine running MySQL 5.0.45 The situation: Replication has been setup on both machines, the linux machine being the master, and all logs and status' point it to be e...
  5. Mysql MAster to MASTER replication problem
    this is a continuous question from here : http://www.experts-exchange.com/Database/MySQL/Q_24923070.html?cid=1575#a25887117 and i am following this article http://www.howtoforge.com/mysql_master_master_replication i have done till step 6 which is Server 1 is master and Serve...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: ushastryPosted on 2009-08-06 at 04:14:26ID: 25031978

First - Check whether or not you are able to connect the Master server from the slave server thru the command line utility mysql...  change host/user/pass details

mysql -hMaster_Host_ip -uUserName -pSecretPassword

If you are able to connect the Master server then question comes did you create the replicateion account on Master server? if not then run below sql command on master server

# On Master - change user/pass details
grant replication slave on *.* to 'repuser'@'%' identified by 'reppass';
flush privileges;

Once the above steps are done.. on slave

stop slave ;
start slave;
show slave status\G

 

by: Neil2526Posted on 2009-08-06 at 05:57:01ID: 25032677

Thanks for your resposne ushastry.

on my slave box, it looks like i can connect fine to my master:

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql.exe -h10.0.0.233 -udrayer -pmypass
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.67-community-nt-log MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show schemas;
+--------------------+
| Database           |
+--------------------+
| information_schema |
+--------------------+
1 row in set (0.00 sec)

mysql>

I believe my slave is now connected to my master. I ran this command:

mysql> show slave status\G;
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privil
ge for this operation
ERROR:
No query specified

Looks like a permission issue? But I also re-ran the grant replication... command on my slave.

 

by: ushastryPosted on 2009-08-06 at 06:20:07ID: 25032934

>mysql> show slave status\G;
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privil
ge for this operation
>ERROR:
>No query specified

Pls login to the slave server and issue the show slave status\G  command(run this command after login as root)

If the error is still chasing you then pls post the error log from master and slave

 

by: Neil2526Posted on 2009-08-06 at 06:28:11ID: 25033015

From the slave as root:

mysql> show slave status\G;
*************************** 1. row ***************************
             Slave_IO_State:
                Master_Host: test2k3-1
                Master_User: drayer
                Master_Port: 3306
              Connect_Retry: 60
            Master_Log_File:
        Read_Master_Log_Pos: 4
             Relay_Log_File: test2k3-1-relay-bin.000010
              Relay_Log_Pos: 98
      Relay_Master_Log_File:
           Slave_IO_Running: No
          Slave_SQL_Running: No
            Replicate_Do_DB:
        Replicate_Ignore_DB:
         Replicate_Do_Table:
     Replicate_Ignore_Table:
    Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
                 Last_Errno: 0
                 Last_Error:
               Skip_Counter: 0
        Exec_Master_Log_Pos: 0
            Relay_Log_Space: 98
            Until_Condition: None
             Until_Log_File:
              Until_Log_Pos: 0
         Master_SSL_Allowed: No
         Master_SSL_CA_File:
         Master_SSL_CA_Path:
            Master_SSL_Cert:
          Master_SSL_Cipher:
             Master_SSL_Key:
      Seconds_Behind_Master: NULL
1 row in set (0.00 sec)

ERROR:
No query specified

Here is part of my test2k3-1.err(SLAVE) log:

090806  8:40:15  InnoDB: Started; log sequence number 0 43655
090806  8:40:15 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=test2k3-1-relay-bin' to avoid this problem.
090806  8:40:15 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\test2k3-1-relay-bin.000009' position: 98
090806  8:40:15 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.67-community-nt'  socket: ''  port: 3306  MySQL Community Edition (GPL)
090806  8:40:15 [ERROR] Slave I/O thread: error connecting to master 'drayer@test2k3-1:3306': Error: 'Access denied for user 'drayer'@'test2k3-1.drayerpt.lcl' (using password: YES)'  errno: 1045  retry-time: 60  retries: 86400
090806  8:42:15 [Note] Slave I/O thread killed while connecting to master
090806  8:42:15 [Note] Slave I/O thread exiting, read up to log 'FIRST', position 4
090806  8:42:15 [Note] Error reading relay log event: slave SQL thread was killed
090806  9:00:30 [ERROR] Slave I/O thread: error connecting to master 'drayer@test2k3-1:3306': Error: 'Access denied for user 'drayer'@'test2k3-1.drayerpt.lcl' (using password: YES)'  errno: 1045  retry-time: 60  retries: 86400
090806  9:00:30 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\test2k3-1-relay-bin.000010' position: 98
090806  9:01:30 [Note] Slave I/O thread killed while connecting to master
090806  9:01:30 [Note] Slave I/O thread exiting, read up to log 'FIRST', position 4
090806  9:01:30 [Note] Error reading relay log event: slave SQL thread was killed


Last few from my MASTER log:

090806  8:42:43 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

090806  8:43:39 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use '--log-bin=test2k3-2-bin' to avoid this problem.
090806  8:43:42  InnoDB: Started; log sequence number 0 67341
090806  8:43:42 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=test2k3-2-relay-bin' to avoid this problem.
090806  8:43:42 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.67-community-nt-log'  socket: ''  port: 3306  MySQL Community Edition (GPL)

 

by: Neil2526Posted on 2009-08-06 at 06:44:10ID: 25033194

Here is also the grants for my user:

mysql> show grants for drayer;
+-------------------------------------------------------------------------------
------------------------------------+
| Grants for drayer@%
                                    |
+-------------------------------------------------------------------------------
------------------------------------+
| GRANT REPLICATION SLAVE ON *.* TO 'drayer'@'%' IDENTIFIED BY PASSWORD '*5E79C1
E27562AD963ABAC4C4EAB95CF15C1CD3B4' |
+-------------------------------------------------------------------------------
------------------------------------+
1 row in set (0.00 sec)

 

by: ushastryPosted on 2009-08-06 at 07:01:12ID: 25033421

I don't see Master_Log_File - binary log details from master in the show slave status command..  

Pls Post both master & slaves my.ini files .. I suspect whether or not the server id is set for slave and also the binary log files

 

by: Neil2526Posted on 2009-08-06 at 07:08:18ID: 25033501

My Slave my.ini file (i took out all the comments for readability):


[client]

port=3306

[mysql]

default-character-set=latin1



[mysqld]

port=3306
basedir="C:/Program Files/MySQL/MySQL Server 5.0/"
datadir="C:/Program Files/MySQL/MySQL Server 5.0/Data/"
default-character-set=latin1
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

max_connections=100

query_cache_size=0

table_cache=256

tmp_table_size=103M


thread_cache_size=8

myisam_max_sort_file_size=100G

myisam_sort_buffer_size=205M

key_buffer_size=175M

read_buffer_size=64K
read_rnd_buffer_size=256K

sort_buffer_size=256K


innodb_additional_mem_pool_size=7M

innodb_log_buffer_size=3498K

innodb_buffer_pool_size=339M

innodb_log_file_size=170M

innodb_thread_concurrency=8

master-host=Test2k3-2
master-user=drayer
master-password=l84ad8
server-id=2


My master my.ini file:

[client]

port=3306

[mysql]

default-character-set=latin1


[mysqld]

port=3306



basedir="C:/Program Files/MySQL/MySQL Server 5.0/"


datadir="C:/Program Files/MySQL/MySQL Server 5.0/Data/"

default-character-set=latin1

default-storage-engine=INNODB


sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"


max_connections=100


query_cache_size=0


table_cache=256

tmp_table_size=18M


thread_cache_size=8


myisam_max_sort_file_size=100G


myisam_sort_buffer_size=35M


key_buffer_size=25M


read_buffer_size=64K
read_rnd_buffer_size=256K


sort_buffer_size=256K


innodb_additional_mem_pool_size=2M


innodb_flush_log_at_trx_commit=1


innodb_log_buffer_size=1M


innodb_buffer_pool_size=47M


innodb_log_file_size=24M


innodb_thread_concurrency=8
log-bin
server-id=1


 

by: ushastryPosted on 2009-08-06 at 07:21:01ID: 25033645

Everything seems to be fine as for as the config files are concerned... Hmmm so you were trying LOAD DATA from MASTER - Since the current implementation of LOAD DATA FROM MASTER and LOAD TABLE FROM MASTER  is very limited, these statements are deprecated in versions 4.1 of MySQL and above .

I suggest you to do this

from slave server -

1. Take master server dump

mysqldump -uuser -ppassword --master-data=1 --all-databases > /path/to/complete.dmp.sql

2. Import it

mysql -uuser -ppassword < /path/to/complete.dmp.sql

Once the above import is completed you can check the status from slave as

show slave status\G

 

by: Neil2526Posted on 2009-08-06 at 07:35:51ID: 25033853

Yes, that is the command I was using.

I just tried to do a mysqldump from the slave to the master and used root credentials, and it works fine. It seems to be an issue with my user.

 

by: Neil2526Posted on 2009-08-06 at 07:43:31ID: 25033974

What i don't get is it seems like a permission issue on my 'drayer' user. But he has good access:

mysql> show grants for drayer\G;
*************************** 1. row ***************************
Grants for drayer@%: GRANT SELECT, RELOAD, PROCESS, FILE, SUPER, REPLICATION SLA
VE, REPLICATION CLIENT ON *.* TO 'drayer'@'%' IDENTIFIED BY PASSWORD '*5E79C1E27
562AD963ABAC4C4EAB95CF15C1CD3B4'
1 row in set (0.00 sec)

ERROR:
No query specified

 

by: Neil2526Posted on 2009-08-06 at 07:47:15ID: 25034027

For reference sake, here is my master.info file on my SLAVE:

14

4
test2k3-1
drayer
l84ad8
3306
60
0





 

by: Neil2526Posted on 2009-08-06 at 07:56:02ID: 25034132

I just changed the line in the SLAVE master.info from 'test2k3-1' to 'test2k3-2' and i got a new error, a more promising error(!) when I try to load data:

net error reading from master

My master.info file on my slave now reads:

14
test2k3-2-bin.000003
430
test2k3-2
drayer
l84ad8
3306
60
0





 

by: Neil2526Posted on 2009-08-06 at 07:57:04ID: 25034146

After stopping and starting slave, the status now reads:

mysql> show slave status\G;
*************************** 1. row ***************************
             Slave_IO_State: Waiting for master to send event
                Master_Host: test2k3-2
                Master_User: drayer
                Master_Port: 3306
              Connect_Retry: 60
            Master_Log_File: test2k3-2-bin.000003
        Read_Master_Log_Pos: 505
             Relay_Log_File: test2k3-1-relay-bin.000016
              Relay_Log_Pos: 314
      Relay_Master_Log_File: test2k3-2-bin.000003
           Slave_IO_Running: Yes
          Slave_SQL_Running: Yes
            Replicate_Do_DB:
        Replicate_Ignore_DB:
         Replicate_Do_Table:
     Replicate_Ignore_Table:
    Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
                 Last_Errno: 0
                 Last_Error:
               Skip_Counter: 0
        Exec_Master_Log_Pos: 505
            Relay_Log_Space: 314
            Until_Condition: None
             Until_Log_File:
              Until_Log_Pos: 0
         Master_SSL_Allowed: No
         Master_SSL_CA_File:
         Master_SSL_CA_Path:
            Master_SSL_Cert:
          Master_SSL_Cipher:
             Master_SSL_Key:
      Seconds_Behind_Master: 0
1 row in set (0.01 sec)

ERROR:
No query specified

 

by: ushastryPosted on 2009-08-06 at 07:59:40ID: 25034191

Pls confirm whether you have synced the slave as I shown in mt prev command ..taking dump and importing?   also instead of host anme better use ip address

 

by: ushastryPosted on 2009-08-06 at 08:00:29ID: 25034203

This seems to be fine...

mysql> show slave status\G
*************************** 1. row ***************************
             Slave_IO_State: Waiting for master to send event
                Master_Host: test2k3-2
                Master_User: drayer
                Master_Port: 3306
              Connect_Retry: 60
            Master_Log_File: test2k3-2-bin.000003
        Read_Master_Log_Pos: 505
             Relay_Log_File: test2k3-1-relay-bin.000016
              Relay_Log_Pos: 314
      Relay_Master_Log_File: test2k3-2-bin.000003
           Slave_IO_Running: Yes
          Slave_SQL_Running: Yes
            Replicate_Do_DB:
        Replicate_Ignore_DB:
         Replicate_Do_Table:
     Replicate_Ignore_Table:
    Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
                 Last_Errno: 0
                 Last_Error:
               Skip_Counter: 0
        Exec_Master_Log_Pos: 505
            Relay_Log_Space: 314
            Until_Condition: None
             Until_Log_File:
              Until_Log_Pos: 0
         Master_SSL_Allowed: No
         Master_SSL_CA_File:
         Master_SSL_CA_Path:
            Master_SSL_Cert:
          Master_SSL_Cipher:
             Master_SSL_Key:
      Seconds_Behind_Master: 0
1 row in set (0.01 sec)

 

by: Neil2526Posted on 2009-08-06 at 08:05:53ID: 25034276

ushastry -

I see that the status has now changed, which looks like my drayer user has connected to my master. It seems to be waiting for something on the master. Is there something I need to do on the master?

 

by: ushastryPosted on 2009-08-06 at 08:11:17ID: 25034349

Nothing to worry.. This tells you what the thread is doing: trying to connect to the master, waiting for events from the master, reconnecting to the master etc etc...

The thing which you have to keep an eye on are -

           Slave_IO_Running: Yes
          Slave_SQL_Running: Yes

and

  Seconds_Behind_Master: 0

 

by: Neil2526Posted on 2009-08-06 at 08:15:47ID: 25034402

Excellent, so my databases are replicating?

 

by: ushastryPosted on 2009-08-06 at 08:17:51ID: 25034430

Yes... :-)  

Compare one of the Masters table count with that of the slaves table count..

 

by: Neil2526Posted on 2009-08-06 at 08:20:20ID: 25034465

excellent. it looks like it is working. thank you for your help :)

 

by: ushastryPosted on 2009-08-06 at 08:21:39ID: 25034482

You are welcome!

Regards,
Umesh

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...