1,073 Posted Topics

Member Avatar for masterjiraya

Hello, The message is telling you one of two things: 1. That you did not give the root mysql password when trying to connect. 2. MySQL is not up and running. Try connecting to mysql from the command line with the following mysql -u root -p database_name SHould prompt you …

Member Avatar for teedoff
1
188
Member Avatar for mangel.murti

Hello, Are you on a windows server or linux and is it a dedicated server or shared?

Member Avatar for vaibhav1983
0
119
Member Avatar for luv48jimmie

Could be something as simple as the monitor not displaying the resolution. Have him hit the <F8> repeatedly as the system is booting and see if he can bring it up in safe mode. If that works then reboot and this time use VGA mode.

Member Avatar for baltazar
0
86
Member Avatar for veledrom

Hello, I would be willing to bet it is depending on the distribution you choose. Try Fedora Core. It is retty good with laptops.

Member Avatar for khakilang
0
118
Member Avatar for Mahzes

Your old roter was probably logging in to the DSL network for you using PPP. Check in your old router setup for your login and password or contact your service provider and tell them you need the PPP login information for a new router you are installing.

Member Avatar for OldTime
0
186
Member Avatar for group256

Witch OS. If it is Linux the next question becomes readable, writeable and executable by whom (owner, group and/or world)? If Linux here is a security check script I wrote to look for files that may be security issues: [CODE] #!/bin/bash #This program looks for possible security risks to the …

Member Avatar for desertdenizen
0
679
Member Avatar for robsfauna

You really need the password or to contact the vendor of the system and verify ownership of the system and they can direct you to a service center to have it reset. Without the password the harddrive controller on the drive is disabled.

Member Avatar for rch1231
0
106
Member Avatar for extemer

/ is the wrong direction slash and what if you plug it in too a system that already has a drive G: as something else. try using this instead: ./myapp.exe where myapp.exe is the program you want to run.

Member Avatar for rch1231
0
64
Member Avatar for nitin_gyan

Hello, Try: mysqldump -u root -p DBase > outfile.sql it will prompt you for the root password and create a file in the current directory called outfile.sql

Member Avatar for nitin_gyan
0
168
Member Avatar for socheata

A backbone network is normally independent of the internet and used for traffic between your servers that you do not want either slowed down by the internet traffic or to slow down the internet traffic its self. Lets say you have 4 servers (two load balanced web servers with their …

Member Avatar for ryan461
0
162
Member Avatar for chfunglukas

trx_datetime = concat(trx_date, trx_time) or something pretty close.

Member Avatar for chfunglukas
0
95
Member Avatar for paulas24

Is there a floppy disk in the drive and have your gone into the CMOS and verified the system sees the disks and the order they are booting?

Member Avatar for rch1231
0
126
Member Avatar for socheata

Hello, Your subnet mask should have been provided by your hosting server service provider. Basically what it does is determine how many IP addresses are on your local segment of the network so the system knows what addresses it must go out through the gateway to access. i.e. If you …

Member Avatar for socheata
0
116
Member Avatar for andydeans

Hello, MySQL has a build in application for both Linux and Windows called mysqldump that creates a text file with the SQL code needed to create the databases, tables, indexes, and insert the data back into your database. You can either export all databases or specific databases to a or …

Member Avatar for rch1231
0
837
Member Avatar for karooli

Hello, Try right clicking on the file and selecting "save as". Should prompt you wheere to store the file.

Member Avatar for rch1231
0
45
Member Avatar for Sebas80

Did you check to see if the replacement motherboard had the RAID controller enabled and is it the exact same motherboard and BIOS revision?

Member Avatar for BobMaria
0
321
Member Avatar for divyakrishnan
Member Avatar for Usernamex235

Hello, There is a cool tool called jdiskreport which will show you where all of your disk space is being used. You can download it through download.com by CNET.

Member Avatar for Usernamex235
0
275
Member Avatar for djm123

Normally you run that by booting from the installation CD and using the recovery console to get your to a dos prompt. Otherwise the files will be in use by window and you will not be able to replace them.

Member Avatar for rch1231
0
129
Member Avatar for group256

Hello, It looks the syntax you are using is based in PHP and your first line tells the system to use the bash shell to execute the script. If this is a php script remove the first line and it should run from a browser. If you meant to use …

Member Avatar for group256
0
134
Member Avatar for Sinha's

Hello, What you need to do is to select your records and do the join with the C_ID and Inst_No and then use the WHERE to select a subset of the data where the fields are not equal. Something like: [CODE] SELECT Table_1.C_ID, Table_1.Inst_No, Table_1.Paid_Dt, Table_2.C_ID Table_2.Inst_No Table_2.Today_Dt From Table_1 …

Member Avatar for Sinha's
0
180
Member Avatar for shieri

Just in case this helps. If it is an PATA (IDE with 40 pin ribbon cable vs SATA) check to see if the cable is upside down on one end. Normally the cable is keyed but you find some that are not. Pin one (the one with the red stripe) …

Member Avatar for shieri
0
170
Member Avatar for Muincat

If it has been sitting in the box for three years the CMOS battery is probably dead. I may be as simple as putting a valid date in the CMOS. Windows is funny about starting some apps prior to the date they were written. If it is mediacenter edition again …

Member Avatar for Muincat
0
712
Member Avatar for Rambomst

Hello, All you have to do is select from a list like this: [CODE] Select * from table1 where ID in (5, 6, 23) [/CODE]

Member Avatar for sourceskill
0
98
Member Avatar for babyj02

Hello, Yes American Megatrends is a company that produces motherboards and this BIOS loading and is the screen you normally do not see when your computer is booting properly and set to quick boot. [URL="http://www.ami.com/"]http://www.ami.com/[/URL] Could be your hard drive has died or could be simply a boot track problem. …

Member Avatar for rch1231
0
204
Member Avatar for weasel7711

Hello, I suggest that you use the second setup. Modem --> Router --> (Server, PC1, PC2, PC3, etc) for several reasons. 1. You don't have to open ports on the routers firewall to allow the Windows systems to get to the server. 2. You can use the firewall in the …

Member Avatar for weasel7711
0
474
Member Avatar for phil7771

Hello, Ok. I see a couple of things that are a little off: 1. Why do you have a number as part of the field name? And do you have an ID field (record number that auto-increments)? 2. There should be a space after each field name. 3. A semi-colon …

Member Avatar for Piya27
0
124
Member Avatar for almahmeed

Hello, This will probably need a little work but it should go something like: [CODE]SELECT table1.createdate, table2.group, count(table2.group) FROM table1 inner join table2 on table1.username=table2.username group by table1.createdate, table2.group [/CODE] but that is just off the top of my head.

Member Avatar for rch1231
0
84
Member Avatar for darkdai

Right click on the task bar at the bottom of the screen and select Properties. CLick the Start Menu tab at the top of the dialog box and then click customize next to the start menu style you have selected. Go down through the list till you see the option …

Member Avatar for gerbil
0
92
Member Avatar for Maverike_prime

Hello, I have seen this when there is a partition that XP does not recognise on the drive. Try deleting all of the current partitions and run setup again. (I have seen it when there was any type Linux partition and/or a partition from Vista or WIndows 7) If you …

Member Avatar for khakilang
0
301
Member Avatar for rouse

Hello, Ok the problem is that your where clause is true for every record. If I understand you want only records where the count of the number of records on any specific date is 2 or greater. If that is so what you would need to do is create a …

Member Avatar for mwasif
0
111
Member Avatar for Korakos

Here is the best way I know of using C and compiling: [URL="http://www.google.com/url?sa=t&source=web&cd=4&sqi=2&ved=0CCoQFjAD&url=http%3A%2F%2Fwww.digitalpeer.com%2Fid%2Fhowto&rct=j&q=linux%20verify%20password&ei=zBV6TKjrDcOGnQeIl4D4AQ&usg=AFQjCNGNHCGS57KcTKLgRn1YRJ7t-GwrsA&cad=rja"]http://www.google.com/url?sa=t&source=web&cd=4&sqi=2&ved=0CCoQFjAD&url=http%3A%2F%2Fwww.digitalpeer.com%2Fid%2Fhowto&rct=j&q=linux%20verify%20password&ei=zBV6TKjrDcOGnQeIl4D4AQ&usg=AFQjCNGNHCGS57KcTKLgRn1YRJ7t-GwrsA&cad=rja[/URL]

Member Avatar for Korakos
0
255
Member Avatar for veledrom

Hello Try sudo chmod 755 /var/www Your problem is the third permission which is for every one else. First is the owner, second is the groups permissions and third is everyone else in the world. 755 will set it to rwxr-xr-x (r=4 w=2 and x=1 ) you add them to …

Member Avatar for veledrom
0
1K
Member Avatar for narasimhasumant

Go to network connections and right click on the Local Area Connection and select Properties. See if "NWLink NetBIOS" and "NWLink IPX/SpX/NetBIOS Compatible Transport" are in the list. If not then click Install, then Protocol and add them [B][I][U]and REBOOT[/U][/I][/B]. Windows needs them to see the names of other systems …

Member Avatar for rch1231
0
90
Member Avatar for sirplayerrock

Go to the HP/Compaq support site and put in your model number. It will take you to a page where you can download the drivers for your system.

Member Avatar for rch1231
0
179
Member Avatar for Senanthony

It may be your dns has not been properly reset on the router. But lets start at the beginning and work our way through it.... What does IP config tell you the IP, netmask, and gateway of your computer are? (Should be something like 192.168.1.X 255.255.255.0 192.168.1.1 if not and …

Member Avatar for Senanthony
0
122
Member Avatar for samehere

Does the hard drive show up under the computer setup and does it have the right settings? If so you may need a specific driver for the controller card in your system. Windows is going to want to install the driver as you do the setup. If you notice there …

Member Avatar for ultrakiwishells
0
104
Member Avatar for dabboo

Hello, Do other DVD's read in the drive? Is the dvd a dual layer and your drive is not? Does the DVD spin (i.e. Change position relative to the way you had it when you closed the door.) Does anything work in the drive (CD, DVD, etc.)

Member Avatar for rocketmanine
0
98
Member Avatar for Neitz

If this is XP go to Tools, Folder Options and then click the View tab. At the bottom of the list is an option called "Use Simple File Sharing (Recommended)" Uncheck this and you will get a new tab at the top called "Security" where you can take control of …

Member Avatar for jholland1964
0
219
Member Avatar for Awah Mohamed

You set constants by using the define statement. The format is define(“constantname”,”constantvalue”); For instance, to set a constant with the company name, use the following statement: define(“COMPANY”,”My Fine Company”); Use the constant in your script wherever you need your company name: echo COMPANY; When you echo a constant, you can’t …

Member Avatar for rch1231
0
79
Member Avatar for harsha956

Hello, It is kind of hard to tell you how to write the script without knowing anything about the database, the tables and the fields involved. As far as a script is concerned you can simply put mysql code in a file and then redirect the file into mysql from …

Member Avatar for rch1231
0
84
Member Avatar for chamnab

Is there anything in the event log about why it is restarting? Have you cleaned the dirt out of the heat sink for the CPU this year? Does the fan on the power supply spin and how warm is the air coming out?

Member Avatar for abu taher
0
94
Member Avatar for onemack
Member Avatar for Joe2

Personally I like Team Viewer. It is free for personal use and has the ability to transfer files between systems without a purchase. GoToMyPC and LogMeIn are good but if I remember correctly you have to buy them to transfer files or connect to the remote HD. As far as …

Member Avatar for rch1231
0
243
Member Avatar for phplover

There are several free stats apps out there that you can download and install. Awstats is a good place to start.

Member Avatar for phplover
0
174
Member Avatar for ntckfit

It depends on how you backed up the files. If you used windows backup then you can look at the catalogue and verify the files exist in the backup and have the same size as the original file. If you simply copied the files to the drive then you can …

Member Avatar for ntckfit
0
131
Member Avatar for ntckfit

Just in case have you run anything like CCleaner to clean out the old temporary internet files? And have you defragmented the harddrive lately? To clean out the old files right click the drive in while in My Computer and select Properties from the menu. Select the tools tab and …

Member Avatar for ntckfit
0
95
Member Avatar for my2bigdad

Ok when do you get the message about operating system not found? Have you tried resetting the CMOS? What settings do you have in the CMOS/BIOS setup for boot order? Do you have any type of boot CD or recovery software? Do you have another computer you could download UBCD4Win …

Member Avatar for Computer-Crash
0
124
Member Avatar for engg_fahd

I found the following discussion on your topic by simply googling it. Half the questions on the board have answers already available on the internet if you take the time to look.... [URL="http://www.opticsinfobase.org/abstract.cfm?URI=ao-38-18-3888"]http://www.opticsinfobase.org/abstract.cfm?URI=ao-38-18-3888[/URL] [URL="http://en.wikipedia.org/wiki/Single-mode_optical_fiber"]http://en.wikipedia.org/wiki/Single-mode_optical_fiber[/URL]

Member Avatar for rch1231
0
84
Member Avatar for pilo14

Hello, Yes it is possible and OK to do. The only things you will have to be aware of is that you cannot address memory over 4GB. Just run the install like normal.

Member Avatar for rch1231
0
61

The End.