1,073 Posted Topics
Re: 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 … | |
Re: Hello, Are you on a windows server or linux and is it a dedicated server or shared? | |
Re: 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. | |
Re: Hello, I would be willing to bet it is depending on the distribution you choose. Try Fedora Core. It is retty good with laptops. | |
Re: 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. | |
Re: 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 … ![]() | |
Re: 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. | |
Re: / 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. | |
Re: 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 | |
Re: 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 … | |
Re: trx_datetime = concat(trx_date, trx_time) or something pretty close. | |
Re: 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? | |
Re: 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 … | |
Re: 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 … | |
Re: Hello, Try right clicking on the file and selecting "save as". Should prompt you wheere to store the file. | |
![]() | Re: Did you check to see if the replacement motherboard had the RAID controller enabled and is it the exact same motherboard and BIOS revision? |
Re: remove the space between the -p and the password. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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) … | |
Re: 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 … | |
Re: Hello, All you have to do is select from a list like this: [CODE] Select * from table1 where ID in (5, 6, 23) [/CODE] | |
Re: 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. … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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.) | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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? | |
Re: 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 … | |
Re: There are several free stats apps out there that you can download and install. Awstats is a good place to start. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
![]() | Re: 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] |
Re: 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. |
The End.